diff options
author | raveit65 <[email protected]> | 2014-05-02 20:00:34 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-05-02 20:00:34 +0200 |
commit | b1bd82744dd15987bba292d24ba40b124c676a4b (patch) | |
tree | 8c5f91cd43f03ab1e72e38c7035f6685be066a75 /desktop-themes/BlueMenta/gtk-3.0 | |
parent | b911f98712d47d5dfa32ef55308d190c5f8f6b73 (diff) | |
download | mate-themes-b1bd82744dd15987bba292d24ba40b124c676a4b.tar.bz2 mate-themes-b1bd82744dd15987bba292d24ba40b124c676a4b.tar.xz |
BlueMenta GTK3: fix font from clock applet
Diffstat (limited to 'desktop-themes/BlueMenta/gtk-3.0')
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/other-applications.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/other-applications.css b/desktop-themes/BlueMenta/gtk-3.0/other-applications.css index 70f4d48c..98f57958 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/other-applications.css +++ b/desktop-themes/BlueMenta/gtk-3.0/other-applications.css @@ -502,8 +502,10 @@ PanelApplet .button:prelight, text-shadow: none; } -ClockBox { - text-shadow: none; +ClockBox, +.mate-panel-menu-bar.menubar, +PanelApplet > GtkMenuBar.menubar { + font: normal; } WnckPager, WnckTasklist { |