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/gtk-solid-darker.css | |
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/gtk-solid-darker.css')
-rw-r--r-- | common/gtk-3.0/3.20/gtk-solid-darker.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/gtk-3.0/3.20/gtk-solid-darker.css b/common/gtk-3.0/3.20/gtk-solid-darker.css index 9b866b2..28dba55 100644 --- a/common/gtk-3.0/3.20/gtk-solid-darker.css +++ b/common/gtk-3.0/3.20/gtk-solid-darker.css @@ -479,6 +479,8 @@ button { background-position: right 3px, right 4px; } .stack-switcher > button.needs-attention > label:dir(rtl), .stack-switcher > button.needs-attention > image:dir(rtl), button stacksidebar row.needs-attention > label:dir(rtl), stacksidebar button row.needs-attention > label:dir(rtl) { background-position: left 3px, left 4px; } + button.font separator, button.file separator { + background-color: transparent; } .inline-toolbar button, .inline-toolbar button:backdrop { border-radius: 2px; border-width: 1px; } |