diff options
author | Horst3180 | 2016-09-19 23:51:09 +0200 |
---|---|---|
committer | Horst3180 | 2016-09-19 23:51:09 +0200 |
commit | 3e6c57d230cf67df5e57f8cc41a21efe5a4fcda6 (patch) | |
tree | 2895ff605ecbbf41e399254892dda0352ed2127f /common/gtk-3.0/3.18/sass | |
parent | 8266ad0ebc8f9c0dbce7e18f0c100873f753b2ad (diff) | |
download | solarc-theme-3e6c57d230cf67df5e57f8cc41a21efe5a4fcda6.tar.gz solarc-theme-3e6c57d230cf67df5e57f8cc41a21efe5a4fcda6.tar.xz solarc-theme-3e6c57d230cf67df5e57f8cc41a21efe5a4fcda6.zip |
fix bold font in wingpanel popovers
Diffstat (limited to 'common/gtk-3.0/3.18/sass')
-rw-r--r-- | common/gtk-3.0/3.18/sass/_applications.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/gtk-3.0/3.18/sass/_applications.scss b/common/gtk-3.0/3.18/sass/_applications.scss index 5a3ef18..3be8002 100644 --- a/common/gtk-3.0/3.18/sass/_applications.scss +++ b/common/gtk-3.0/3.18/sass/_applications.scss @@ -759,6 +759,7 @@ MarlinViewWindow { WingpanelWidgetsIndicatorPopover.popover { padding: 0; + font: initial; text-shadow: none; icon-shadow: none; |