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 13:53:46 +0200
commitc659d23cc8474d8f7497a5f2c0f94776f128a9d2 (patch)
treeedeae3fbde0cc35b78403a5106e636156c94b077 /desktop-themes/TraditionalOk
parent032ef132aaa938721c124f08d5a8f4a650791605 (diff)
downloadmate-themes-c659d23cc8474d8f7497a5f2c0f94776f128a9d2.tar.bz2
mate-themes-c659d23cc8474d8f7497a5f2c0f94776f128a9d2.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 2805dca3..8a7a49c6 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;
@@ -640,6 +649,10 @@ GtkScale.mark {
padding: 0;
}
+.frame.flat {
+ border-style:none;
+}
+
GtkScrolledWindow.frame {
border-style: solid;
border-color: @border_color;
@@ -922,6 +935,7 @@ GtkColorChooserWidget #add-color-button {
background-color: transparent;
}
+
GtkListBoxRow.button.list-row {
color: @theme_text_color;
background-color: @theme_base_color;
@@ -1725,7 +1739,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%,