summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2014-11-02 16:59:51 +0100
committerraveit65 <[email protected]>2014-11-02 16:59:51 +0100
commit232f186a655411641c5304076159104718c8445f (patch)
tree591b4e6be62c3bfd89844925e90769851ff0f51a
parent0f041aff364b6122a8e9c86af40a4a88b454c3ac (diff)
downloadmate-themes-232f186a655411641c5304076159104718c8445f.tar.bz2
mate-themes-232f186a655411641c5304076159104718c8445f.tar.xz
BlackMate GTK3-3.14: fix notebook background with GTK3-3.14
-rw-r--r--desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css24
1 files changed, 15 insertions, 9 deletions
diff --git a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css
index 0452be23..3cd71fdc 100644
--- a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css
@@ -58,9 +58,17 @@
/***************
* Base States *
***************/
-* {
+.background {
color: @theme_fg_color;
background-color: @theme_bg_color;
+ border-style: none;
+ border-width: 0px;
+ border-radius: 0px;
+}
+
+.background:backdrop {
+ text-shadow: none;
+ icon-shadow: none;
}
*:hover {
@@ -78,9 +86,13 @@
color: @theme_selected_fg_color;
}
+*:selected:backdrop {
+ text-shadow: none;
+ icon-shadow: none;
+}
+
*:insensitive {
- /* no need to a different background */
- background-color: @theme_bg_color; /*@insensitive_bg_color;*/
+ background-color: @less_dark_color; /*@insensitive_bg_color;*/
color: @insensitive_fg_color;
border-color: @insensitive_border_color;
}
@@ -89,12 +101,6 @@
background-color: shade(@theme_bg_color, 0.915);
}
-.background {
- border-style: none;
- border-width: 0px;
- border-radius: 0px;
-}
-
.tooltip {
padding: 4px 4px;
border-style: none;