summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2013-03-31 21:42:09 -0400
committerKristian Høgsberg <krh@bitplanet.net>2013-03-31 21:42:40 -0400
commit59dd45fddbfa5618c9239f3ba58945e51b160182 (patch)
tree87c86f68eba0d595ef3a22fea0adc6c2210f97e7
parent111a4b44cead34261183d1e37ac0513c1792eb5a (diff)
downloadgnome-themes-standard-59dd45fddbfa5618c9239f3ba58945e51b160182.tar.gz
csd: No border for buttons in :backdrop mode
Also rearrange sections to make sure :backdrop always wins.
-rw-r--r--themes/Adwaita/gtk-3.0/gtk-widgets.css27
1 files changed, 14 insertions, 13 deletions
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index c3e52f9d..7e8308f6 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -3992,19 +3992,6 @@ GtkBubbleWindow .toolbar {
icon-shadow: 0px 1px darker (darker (@theme_bg_color));
}
-.titlebar .button:hover {
- background-image: linear-gradient(to bottom,
- shade(@theme_bg_color, 1.35),
- shade(@theme_bg_color, 0.88) 55%,
- shade(@theme_bg_color, 0.94));
-}
-
-.titlebar .button:backdrop {
- background-image: none;
- color: darker (@theme_bg_color);
- icon-shadow: none;
-}
-
.titlebar .button {
border-style: none none solid;
border-color: darker(@theme_bg_color);
@@ -4018,6 +4005,13 @@ GtkBubbleWindow .toolbar {
shade(@theme_bg_color, 0.90));
}
+.titlebar .button:hover {
+ background-image: linear-gradient(to bottom,
+ shade(@theme_bg_color, 1.35),
+ shade(@theme_bg_color, 0.88) 55%,
+ shade(@theme_bg_color, 0.94));
+}
+
.titlebar .button:first-child {
border-style: none none solid solid;
border-bottom-left-radius: 10px;
@@ -4027,6 +4021,13 @@ GtkBubbleWindow .toolbar {
border-top-right-radius: 10px;
}
+.titlebar .button:backdrop {
+ background-image: none;
+ color: darker (@theme_bg_color);
+ icon-shadow: none;
+ border-style: none;
+}
+
.titlebar {
background-image: linear-gradient(to bottom,
shade(@theme_bg_color, 1.20),