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:57:33 +0200
commit862f713ba047dbf8d164d4738f302bc74f14af67 (patch)
treeee050499bbe8a054abddd4fc6fe013d8c73b40d0 /desktop-themes/TraditionalOk
parentdd1fa7ca2f13145d9625f19caca71d232b182a06 (diff)
downloadmate-themes-862f713ba047dbf8d164d4738f302bc74f14af67.tar.bz2
mate-themes-862f713ba047dbf8d164d4738f302bc74f14af67.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%,