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