diff options
author | Wolfgang Ulbrich <[email protected]> | 2016-02-05 17:55:53 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2016-02-05 17:56:47 +0100 |
commit | 46f470dad8a339b575928615c8f31be5d355c60e (patch) | |
tree | 3e14db32da540f1b09f7c0e9a250a6e622ddb887 | |
parent | 52236173cb86f17703873ec0172c5346545c6afa (diff) | |
download | mate-themes-46f470dad8a339b575928615c8f31be5d355c60e.tar.bz2 mate-themes-46f470dad8a339b575928615c8f31be5d355c60e.tar.xz |
GTK+-3.20 BlueMenta: fix na-tray-applet
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/mate-applications.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css index 81ff2ef1..dc9f1f4e 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css +++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css @@ -431,7 +431,7 @@ PanelSeparator { text-shadow: none; } -/* the grid left from wnckpager and wncktasklist */ +/* the grid left from na-tray and wncktasklist */ MatePanelAppletFrameDBus { background-image: -gtk-scaled(url("assets/panel-grid.svg")); background-color: transparent; @@ -583,8 +583,8 @@ GtkTrayIcon.background { background-color: transparent; } -/* FIXME, seems that thoise selectors don't work anymore */ -NaTrayApplet { +/* na-tray-applet */ +.mate-panel-menu-bar #PanelApplet { -NaTrayApplet-icon-padding: 3px; -NaTrayApplet-icon-size: 16; } |