aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.20/gtk-solid-darker.css
diff options
context:
space:
mode:
authorHorst31802016-02-19 11:06:17 +0100
committerHorst31802016-02-19 11:06:17 +0100
commit1d514cea1d669945510e30308d1a50f3e3789038 (patch)
tree1681e541a6166b0c877db873debc54285d47cb36 /common/gtk-3.0/3.20/gtk-solid-darker.css
parentad1ab4484b5f095307a6637198d97e5abccd868b (diff)
downloadsolarc-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-solid-darker.css')
-rw-r--r--common/gtk-3.0/3.20/gtk-solid-darker.css7
1 files changed, 6 insertions, 1 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 d017aeb..e7a7e2f 100644
--- a/common/gtk-3.0/3.20/gtk-solid-darker.css
+++ b/common/gtk-3.0/3.20/gtk-solid-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;