summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalOk
diff options
context:
space:
mode:
authorAlexei Sorokin <[email protected]>2017-01-24 21:56:02 +0300
committerAlexei Sorokin <[email protected]>2017-01-24 21:56:02 +0300
commit2d5d80257d8c9a693ca989403271c05789ea0f3f (patch)
treeed5d069ed7e40ec8cb0fe2a386e343eaaacf9d23 /desktop-themes/TraditionalOk
parentcd89955549d59e9170f8df8fd6fa93fa6a6d28c0 (diff)
downloadmate-themes-2d5d80257d8c9a693ca989403271c05789ea0f3f.tar.bz2
mate-themes-2d5d80257d8c9a693ca989403271c05789ea0f3f.tar.xz
GTK+-3.20 Traditional themes: fix panel applet slider
Diffstat (limited to 'desktop-themes/TraditionalOk')
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css6
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 727cb31d..bc88aba0 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;
}