diff options
author | Horst3180 | 2016-02-19 11:06:17 +0100 |
---|---|---|
committer | Horst3180 | 2016-02-19 11:06:17 +0100 |
commit | 1d514cea1d669945510e30308d1a50f3e3789038 (patch) | |
tree | 1681e541a6166b0c877db873debc54285d47cb36 /common/gtk-3.0/3.20/gtk-darker.css | |
parent | ad1ab4484b5f095307a6637198d97e5abccd868b (diff) | |
download | solarc-theme-1d514cea1d669945510e30308d1a50f3e3789038.tar.gz solarc-theme-1d514cea1d669945510e30308d1a50f3e3789038.tar.xz solarc-theme-1d514cea1d669945510e30308d1a50f3e3789038.zip |
some fixes
Diffstat (limited to 'common/gtk-3.0/3.20/gtk-darker.css')
-rw-r--r-- | common/gtk-3.0/3.20/gtk-darker.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/common/gtk-3.0/3.20/gtk-darker.css b/common/gtk-3.0/3.20/gtk-darker.css index 994e751..2fed205 100644 --- a/common/gtk-3.0/3.20/gtk-darker.css +++ b/common/gtk-3.0/3.20/gtk-darker.css @@ -742,6 +742,11 @@ spinbutton:not(.vertical) > entry + button:not(:active):hover { spinbutton:not(.vertical) > entry:focus + button { border-left-color: #5294E2; } +spinbutton.vertical button, spinbutton.vertical entry { + padding-left: 4px; + padding-right: 4px; + min-width: 0; } + spinbutton.vertical > entry:focus + button { border-top-color: #5294E2; } @@ -1317,7 +1322,7 @@ treeview.view { color: #5294E2; box-shadow: inset 1px 1px 0 1px #5294E2, inset -1px 0 0 1px #5294E2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; } -treeview.view header button, treeview.view header button:hover, treeview.view header button:active { +treeview.view header button { min-height: 0; min-width: 0; padding: 3px 6px; |