diff options
author | Wolfgang Ulbrich <[email protected]> | 2016-02-05 17:55:53 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2016-02-05 17:55:53 +0100 |
commit | 9bf422d7c9158fb859a0cb2ae71acf0c175e2b0c (patch) | |
tree | 62a5da174a1382192ffe128d1f39fe2614fc5dbe /desktop-themes | |
parent | c5b7b4f524d23f11738e0883819861d893dfc970 (diff) | |
download | mate-themes-9bf422d7c9158fb859a0cb2ae71acf0c175e2b0c.tar.bz2 mate-themes-9bf422d7c9158fb859a0cb2ae71acf0c175e2b0c.tar.xz |
GTK+-3.20 BlueMenta: fix na-tray-applet
Diffstat (limited to 'desktop-themes')
-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; } |