summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2014-05-31 22:51:40 +0200
committerraveit65 <[email protected]>2014-05-31 22:51:40 +0200
commitac2a464f0d80f79cb644d45587900109cfbfd453 (patch)
tree3f792056c9c472d60b959ad10292634e717671cb
parent6f0046997e1a9890380fc82b3035abd604712e6f (diff)
downloadmate-themes-ac2a464f0d80f79cb644d45587900109cfbfd453.tar.bz2
mate-themes-ac2a464f0d80f79cb644d45587900109cfbfd453.tar.xz
TraditionalOKTest GTK3: set titlebar bg color in dialog windows
-rwxr-xr-xdesktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css16
1 files changed, 14 insertions, 2 deletions
diff --git a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css
index 43992c1b..3ad7efa6 100755
--- a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css
@@ -1769,8 +1769,8 @@ GtkInfoBar:last-child,
.titlebar {
background-image: linear-gradient(to bottom,
- @theme_base_color,
- @theme_bg_color);
+ shade (@theme_selected_bg_color, 1.10),
+ @theme_selected_bg_color);
background-color: transparent;
border-radius: 7px 7px 0px 0px;
border-bottom: 1px solid;
@@ -1799,6 +1799,18 @@ GtkInfoBar:last-child,
padding: 5px 5px 6px 5px;
}
+.titlebar .titlebutton:hover {
+ background-image: linear-gradient(to bottom,
+ shade (@theme_selected_bg_color, 1.30),
+ shade (@theme_selected_bg_color, 1.05));
+ border-image: url("img/border.svg") 3 3 4 3 / 3px 3px 4px 3px repeat;
+ border-radius: 3px;
+ border-width: 1px 1px 2px 1px;
+ border-style: solid;
+ border-color: transparent;
+ padding: 5px 5px 6px 5px;
+}
+
.window-frame {
border-width: 1px;
border-radius: 7px 7px 0 0;