diff options
author | Alexei Sorokin <[email protected]> | 2017-01-24 21:56:02 +0300 |
---|---|---|
committer | Alexei Sorokin <[email protected]> | 2017-01-24 21:56:02 +0300 |
commit | 1253c33d4ed0d4ad3036d0729719b35b719adb21 (patch) | |
tree | f46c5eac32a1db46151639be037bec84f7fb72f9 /desktop-themes/TraditionalOk | |
parent | cffe88c88e748058de7917b260cf3181a5922329 (diff) | |
download | mate-themes-1253c33d4ed0d4ad3036d0729719b35b719adb21.tar.bz2 mate-themes-1253c33d4ed0d4ad3036d0729719b35b719adb21.tar.xz |
GTK+-3.22 Traditional themes: fix panel applet slider
Diffstat (limited to 'desktop-themes/TraditionalOk')
-rw-r--r-- | desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css index 57ecbe70..8564aa4f 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css @@ -308,7 +308,7 @@ na-tray-applet { background: transparent; } -.mate-panel-applet-slider .frame { +.mate-panel-applet-slider frame { background-color: @theme_bg_color; border-image: none; border-style: solid; @@ -317,13 +317,13 @@ na-tray-applet { margin: 0px; } -.mate-panel-applet-slider .frame .frame{ +.mate-panel-applet-slider frame frame { background-color:transparent; border-style: none; box-shadow: none; } -.mate-panel-applet-slider .frame .button { +.mate-panel-applet-slider frame button { color: @theme_fg_color; } |