diff options
author | Horst3180 | 2016-03-10 16:22:00 +0100 |
---|---|---|
committer | Horst3180 | 2016-03-10 16:22:00 +0100 |
commit | 699573a3c716ec7c6013f352f2e885a85fd75413 (patch) | |
tree | 5892c0a5a5623a25e47c97b2cdc614c572af0342 /common/gtk-3.0/3.20/gtk-solid-darker.css | |
parent | bd69550f5e825cf56b82e0863e2bade36d29dc1c (diff) | |
download | solarc-theme-699573a3c716ec7c6013f352f2e885a85fd75413.tar.gz solarc-theme-699573a3c716ec7c6013f352f2e885a85fd75413.tar.xz solarc-theme-699573a3c716ec7c6013f352f2e885a85fd75413.zip |
tweak check, radio and modelbuttons
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 | 10 |
1 files changed, 7 insertions, 3 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 27f82ba..b6c60df 100644 --- a/common/gtk-3.0/3.20/gtk-solid-darker.css +++ b/common/gtk-3.0/3.20/gtk-solid-darker.css @@ -675,10 +675,10 @@ modelbutton.flat, button:link, button:visited, button:link:hover, button:link:ac menuitem.button.flat, modelbutton.flat { transition: none; - min-height: 22px; + min-height: 24px; padding-left: 8px; padding-right: 8px; - outline-offset: -2px; + outline-offset: -3px; border-radius: 2px; } menuitem.button.flat:hover, modelbutton.flat:hover { @@ -1900,8 +1900,12 @@ infobar radio:checked:disabled { background-color: transparent; } checkbutton.text-button, radiobutton.text-button { - padding: 1px 2px 4px; + padding: 2px 0; outline-offset: 0; } + checkbutton.text-button label:not(:only-child):first-child, radiobutton.text-button label:not(:only-child):first-child { + margin-left: 4px; } + checkbutton.text-button label:not(:only-child):last-child, radiobutton.text-button label:not(:only-child):last-child { + margin-right: 4px; } checkbutton.text-button:disabled, checkbutton.text-button:disabled:active, checkbutton.text-button:disabled:indeterminate, radiobutton.text-button:disabled, radiobutton.text-button:disabled:active, radiobutton.text-button:disabled:indeterminate { color: rgba(92, 97, 108, 0.55); } |