summaryrefslogtreecommitdiff
path: root/desktop-themes/Menta
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2014-10-27 22:29:09 +0100
committerraveit65 <[email protected]>2014-10-27 22:29:09 +0100
commitc0deed96379e2a8d17dd886488b6954fc1ad10cd (patch)
tree354c30d745f8c6c2e6964eb358996cb578b8b3a0 /desktop-themes/Menta
parentc517b807a30ffe47e2b7751b791ca0f2bde55e4b (diff)
downloadmate-themes-c0deed96379e2a8d17dd886488b6954fc1ad10cd.tar.bz2
mate-themes-c0deed96379e2a8d17dd886488b6954fc1ad10cd.tar.xz
GTK3: update mate-applications.css to new :checked state in GTK3-3.14
Diffstat (limited to 'desktop-themes/Menta')
-rw-r--r--desktop-themes/Menta/gtk-3.0/mate-applications.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/desktop-themes/Menta/gtk-3.0/mate-applications.css b/desktop-themes/Menta/gtk-3.0/mate-applications.css
index a07307d6..b7fb3533 100644
--- a/desktop-themes/Menta/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Menta/gtk-3.0/mate-applications.css
@@ -236,6 +236,8 @@ MatePanelApplet .button {
-GtkWidget-window-dragging: true;
}
+MatePanelApplet .button:checked:hover,
+MatePanelApplet .button:checked,
MatePanelApplet .button:active:hover,
MatePanelApplet .button:active {
background-image: linear-gradient(to bottom,
@@ -283,6 +285,8 @@ WnckTasklist .button {
-GtkWidget-window-dragging: true;
}
+WnckTasklist .button:checked:hover,
+WnckTasklist .button:checked,
WnckTasklist .button:active:hover,
WnckTasklist .button:active {
background-image: linear-gradient(to bottom,
@@ -328,6 +332,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-color: @theme_selected_bg_color;