summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-07-06 11:42:50 +0200
committerraveit65 <[email protected]>2017-07-06 11:42:50 +0200
commit4a9256c65523df5885f131b7786e1a9cbd832510 (patch)
tree22fe5ccb65c313946a993f12adaa0e009fbc4bb4 /desktop-themes
parent774ddaef0131deb2f392a44a2b25bfcf23da5796 (diff)
downloadmate-themes-4a9256c65523df5885f131b7786e1a9cbd832510.tar.bz2
mate-themes-4a9256c65523df5885f131b7786e1a9cbd832510.tar.xz
Gtk+-3.20 GreenLaguna: some menu fixes
- drop firefox settings - reduce transition effect for menubar > menuitem - correct menuitem:hover color in firefox - fix jumping link button in mate-appearance-properties
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css34
1 files changed, 3 insertions, 31 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
index f1d5a490..a0083ce7 100644
--- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
@@ -2327,7 +2327,7 @@ menubar > menuitem,
.menubar > menuitem {
min-height: 20px;
-gtk-icon-style: regular;
- transition: all 300ms ease-out;
+ transition: all 100ms ease-out;
padding: 3px 7px;
border-width: 0px;
border-style: none;
@@ -2335,20 +2335,6 @@ menubar > menuitem,
text-shadow: none;
}
-/* needed for broken firefox, valid transition effects breaks hover state here */
-menubar:hover {
- background-image: none;
- background-color: shade(@theme_selected_bg_color, 1.1);
- border-style: none;
- border-image: none;
- /* join menuitem to menu */
- border-radius: 3px 3px 0px 0px;
- border-width: 0px;
- color: @theme_selected_fg_color;
- transition: none;
- text-shadow: none;
-}
-
menubar > menuitem:hover,
.menubar > menuitem:hover {
background-image: none;
@@ -2374,26 +2360,12 @@ menu,
background-image: linear-gradient(to right,
shade(@theme_selected_bg_color, 1.0),
shade(@theme_selected_bg_color, 0.65));
- transition: none;
border-style: none;
border-width: 0px;
border-radius: 0px;
text-shadow: none;
}
-/* needed for broken firefox, valid transition effects breaks hover state here */
-.menuitem {
- min-height: 22px;
- transition: none;
- background-color: transparent;
- border-color: transparent;
- border-style: solid;
- border-width: 1px;
- border-radius: 0px;
- padding: 4px;
- text-shadow: none;
-}
-
menu menuitem,
.menu menuitem {
min-height: 22px;
@@ -2414,7 +2386,7 @@ menu menuitem:hover,
background-image: linear-gradient(to bottom,
shade(@theme_selected_bg_color, 1.4),
shade(@theme_selected_bg_color, 0.8));
- color: @theme_fg_color;
+ color: @theme_selected_fg_color;
border-style: solid;
border-width: 1px;
border-radius: 3px;
@@ -4439,8 +4411,8 @@ button.link:link,
button.link:link:focus,
button.link:link:backdrop,
button.link:link:focus:hover,
+button.flat.link:link:hover,
button.link:link:focus:hover:active {
- transition: all 400ms ease-in;
text-shadow: none;
padding: 4px;
border-style: solid;