summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalOk
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2014-10-16 19:12:03 +0200
committerraveit65 <[email protected]>2014-10-16 19:12:03 +0200
commit3ea2351216e314b43c6163625600e33ea5feffa8 (patch)
treedc0dcf182d4b2d70182092347e6233e414b9cafd /desktop-themes/TraditionalOk
parent988633b78639384b29ee6b01329e39ec76d6ffc5 (diff)
downloadmate-themes-3ea2351216e314b43c6163625600e33ea5feffa8.tar.bz2
mate-themes-3ea2351216e314b43c6163625600e33ea5feffa8.tar.xz
update traditional themes to clearlook-phenix version 4 (GTK3-3.8)
Diffstat (limited to 'desktop-themes/TraditionalOk')
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css11
1 files changed, 7 insertions, 4 deletions
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
index db1d142a..f55858bd 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
@@ -416,7 +416,7 @@ GtkScale.mark {
border-color: @border_color;
border-style: solid;
border-radius: 3px;
- background-color: @theme_base_color;
+ background-color: @theme_bg_color;
padding: 0;
}
@@ -1057,7 +1057,7 @@ GtkTreeMenu .menuitem * {
.menu {
background-color: @menu_bg_color;
color: @menu_fg_color;
- padding: 0;
+ padding: 1px;
border-style: solid;
border-width: 1px;
border-color: @menu_border_color;
@@ -1065,7 +1065,7 @@ GtkTreeMenu .menuitem * {
.menu.button {
background-image: none;
- background-color: @theme_base_color;
+ background-color: @menu_bg_color;
color: @internal_element_color;
border-image: none;
@@ -1092,7 +1092,7 @@ GtkTreeMenu .menuitem * {
/* this controls the general appearance of the menubar */
.menubar {
border-style: none;
- padding: 4px;
+ padding: 1px;
-GtkWidget-window-dragging: true;
-GtkMenuBar-internal-padding: 1;
background-image: -gtk-gradient (linear,
@@ -1106,6 +1106,7 @@ GtkTreeMenu .menuitem * {
.menubar .menuitem {
border-style: none;
padding: 3px 5px;
+ background-color: transparent;
}
.menubar .menuitem:hover {
@@ -1130,6 +1131,7 @@ GtkTreeMenu .menuitem * {
.menu .menuitem {
-GtkMenuItem-arrow-scaling: 0.5;
+ background-color: @menu_bg_color;
padding: 4px;
}
@@ -1184,6 +1186,7 @@ GtkTreeMenu .menuitem *:hover,
.menuitem.separator {
color: @menu_separator_color;
+ padding: 3px 1px 3px 1px;
-GtkMenuItem-horizontal-padding: 0;
}