diff options
author | Horst3180 | 2016-03-21 21:39:18 +0100 |
---|---|---|
committer | Horst3180 | 2016-03-21 21:39:18 +0100 |
commit | 674ffa0890353fa72dae97305ca38996932fa964 (patch) | |
tree | 357144afc8a335ae868b9e8cff7db21c3eed081f /common/gtk-3.0/3.20/gtk-dark.css | |
parent | f8f4356aeda443852db4babb8bba46e81bf0f9f0 (diff) | |
download | solarc-theme-674ffa0890353fa72dae97305ca38996932fa964.tar.gz solarc-theme-674ffa0890353fa72dae97305ca38996932fa964.tar.xz solarc-theme-674ffa0890353fa72dae97305ca38996932fa964.zip |
set min-width on spinbutton entries
Diffstat (limited to 'common/gtk-3.0/3.20/gtk-dark.css')
-rw-r--r-- | common/gtk-3.0/3.20/gtk-dark.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/gtk-3.0/3.20/gtk-dark.css b/common/gtk-3.0/3.20/gtk-dark.css index ea72108..8f6329d 100644 --- a/common/gtk-3.0/3.20/gtk-dark.css +++ b/common/gtk-3.0/3.20/gtk-dark.css @@ -733,6 +733,9 @@ spinbutton button:active { spinbutton:disabled { color: rgba(211, 218, 227, 0.45); } +spinbutton:not(.vertical) entry { + min-width: 28px; } + spinbutton:not(.vertical):dir(ltr) entry, spinbutton:not(.vertical):dir(rtl) button.up { border-radius: 3px 0 0 3px; } |