summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalOk
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-05-21 13:53:46 +0200
committerraveit65 <[email protected]>2015-05-21 14:04:59 +0200
commit387f5a2ca304cad9ee14b3c521f13c02da4b7af0 (patch)
tree3ccaecd6112191ade50212bf7a69dbb8ac872f7c /desktop-themes/TraditionalOk
parent655207ec33e8d953567d714cd41aaf68f579511e (diff)
downloadmate-themes-387f5a2ca304cad9ee14b3c521f13c02da4b7af0.tar.bz2
mate-themes-387f5a2ca304cad9ee14b3c521f13c02da4b7af0.tar.xz
Traditional themes GTK3: adjust GtkStatusBar + make Toolbar gradient more darker
Diffstat (limited to 'desktop-themes/TraditionalOk')
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css19
1 files changed, 16 insertions, 3 deletions
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
index 666bc887..ed20493e 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
@@ -182,13 +182,22 @@ GtkGrid:insensitive {
border-radius: 2px;
}
-GtkStatusbar {
- padding: 5px;
+GtkStatusbar .label,
+GtkStatusbar .frame.flat {
color: @theme_fg_color;
-GtkStatusbar-shadow-type: none;
font-size: smaller;
}
+GtkStatusbar .frame.flat {
+ padding: 2px 0px;
+ border-width: 0;
+}
+
+GtkStatusbar .frame.flat .button.flat {
+ padding: 2px 0px 0px 0px;
+}
+
.dnd {
border-width: 1px;
border-style: solid;
@@ -457,6 +466,10 @@ GtkScale.mark {
padding: 0;
}
+.frame.flat {
+ border-style:none;
+}
+
GtkScrolledWindow.frame {
border-style: solid;
border-color: @border_color;
@@ -732,6 +745,7 @@ GtkColorChooserWidget #add-color-button {
background-color: transparent;
}
+
GtkListBoxRow.button.list-row {
color: @theme_text_color;
background-color: @theme_base_color;
@@ -1535,7 +1549,6 @@ GtkCheckButton:selected:focus {
.inline-toolbar.toolbar {
background-color: transparent;
background-image: linear-gradient(to bottom,
- @toolbar_inner_border_color 1px,
@toolbar_gradient_a 2px,
@toolbar_gradient_b 50%,
@toolbar_gradient_c 50%,