summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;