diff options
author | raveit65 <[email protected]> | 2014-10-27 22:29:09 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-10-27 22:29:58 +0100 |
commit | 588cc0a27945ea50011867f43908d929b84db1f7 (patch) | |
tree | e64c9b4c0f2d0bb1fa66ea096652d21171417db9 /desktop-themes/TraditionalOkTest | |
parent | a3754f78d768a9ea2a309b7ab875abf21b869a0b (diff) | |
download | mate-themes-588cc0a27945ea50011867f43908d929b84db1f7.tar.bz2 mate-themes-588cc0a27945ea50011867f43908d929b84db1f7.tar.xz |
GTK3: update mate-applications.css to new :checked state in GTK3-3.14
Diffstat (limited to 'desktop-themes/TraditionalOkTest')
-rwxr-xr-x | desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css index a0955e75..a48c711b 100755 --- a/desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css +++ b/desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css @@ -61,6 +61,7 @@ PanelMenuBar.menubar .menuitem:hover { } /* set selected menubar menuitem */ +PanelMenuBar.menubar .menu .menuitem:checked:hover, PanelMenuBar.menubar .menu .menuitem:active:hover, PanelMenuBar.menubar .menu .menuitem:hover { background-image: none; @@ -105,6 +106,8 @@ MatePanelApplet .button { to (@button_gradient_d)); } +MatePanelApplet .button:checked:hover, +MatePanelApplet .button:checked, MatePanelApplet .button:active:hover, MatePanelApplet .button:active { border-style: solid; @@ -143,6 +146,8 @@ WnckTasklist .button { to (@button_gradient_d)); } +WnckTasklist .button:checked:hover, +WnckTasklist .button:checked, WnckTasklist .button:active:hover, WnckTasklist .button:active { border-style: solid; |