diff options
author | Horst3180 | 2016-05-15 11:55:06 +0200 |
---|---|---|
committer | Horst3180 | 2016-05-15 11:55:06 +0200 |
commit | 8f25fc712ea2da1ce13c30417269b4b1d0055f25 (patch) | |
tree | e6a7ef0824f111a9c56371a48c9b14810d92f3c9 /common/gtk-3.0/3.20/sass | |
parent | 1b978acd3cca2a0980eb6571f53a10b729e5eba7 (diff) | |
download | solarc-theme-8f25fc712ea2da1ce13c30417269b4b1d0055f25.tar.gz solarc-theme-8f25fc712ea2da1ce13c30417269b4b1d0055f25.tar.xz solarc-theme-8f25fc712ea2da1ce13c30417269b4b1d0055f25.zip |
3.20: menu separator workaround for firefox (#526)
Diffstat (limited to 'common/gtk-3.0/3.20/sass')
-rw-r--r-- | common/gtk-3.0/3.20/sass/_common.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/gtk-3.0/3.20/sass/_common.scss b/common/gtk-3.0/3.20/sass/_common.scss index b782b56..0b60153 100644 --- a/common/gtk-3.0/3.20/sass/_common.scss +++ b/common/gtk-3.0/3.20/sass/_common.scss @@ -1615,6 +1615,10 @@ menu, background-color: $_menu_bg; } + // Firefox workaround + .separator, + .csd & .separator { color: $_menu_bg; } + menuitem { min-height: 16px; min-width: 40px; |