diff options
author | Horst3180 | 2016-08-31 13:17:16 +0200 |
---|---|---|
committer | Horst3180 | 2016-08-31 13:17:16 +0200 |
commit | 3f11de0a63b613e57c41a72686feff19d843f27f (patch) | |
tree | ca01dcf828f906ae9d75ce42fc98e499220a550f /common/gtk-3.0/3.20/sass | |
parent | 1c706464c5de388d83440cb684c6a8d4d8255153 (diff) | |
download | solarc-theme-3f11de0a63b613e57c41a72686feff19d843f27f.tar.gz solarc-theme-3f11de0a63b613e57c41a72686feff19d843f27f.tar.xz solarc-theme-3f11de0a63b613e57c41a72686feff19d843f27f.zip |
hide separator in font and filechooser buttons
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 08e1160..bfa57ae 100644 --- a/common/gtk-3.0/3.20/sass/_common.scss +++ b/common/gtk-3.0/3.20/sass/_common.scss @@ -546,6 +546,10 @@ button { } } + // hide separators + &.font, + &.file { separator { background-color: transparent; }} + //inline-toolbar buttons .inline-toolbar &, .inline-toolbar &:backdrop { border-radius: 2px; |