Adwaita: fix treeview spinbutton style

This commit is contained in:
Lapo Calamandrei 2016-03-20 23:33:25 +01:00
parent 7da594e7b7
commit 524ca3c2d5
3 changed files with 22 additions and 22 deletions

View File

@ -1171,14 +1171,14 @@ spinbutton {
} }
// Misc // Misc
treeview & { treeview &:not(.vertical) {
entry, min-height: 0;
entry:focus { border-style: none;
padding: 1px; border-radius: 0;
border-width: 1px 0;
border-color: $selected_bg_color; entry {
border-radius: 0; min-height: 0;
box-shadow: none; padding: 1px 2px;
} }
} }
} }

View File

@ -1412,13 +1412,13 @@ spinbutton.vertical button.down {
box-shadow: none; box-shadow: none;
text-shadow: none; text-shadow: none;
-gtk-icon-shadow: none; } -gtk-icon-shadow: none; }
treeview spinbutton entry, treeview spinbutton:not(.vertical) {
treeview spinbutton entry:focus { min-height: 0;
padding: 1px; border-style: none;
border-width: 1px 0; border-radius: 0; }
border-color: #215d9c; treeview spinbutton:not(.vertical) entry {
border-radius: 0; min-height: 0;
box-shadow: none; } padding: 1px 2px; }
/************** /**************
* ComboBoxes * * ComboBoxes *

View File

@ -1418,13 +1418,13 @@ spinbutton.vertical button.down {
box-shadow: none; box-shadow: none;
text-shadow: none; text-shadow: none;
-gtk-icon-shadow: none; } -gtk-icon-shadow: none; }
treeview spinbutton entry, treeview spinbutton:not(.vertical) {
treeview spinbutton entry:focus { min-height: 0;
padding: 1px; border-style: none;
border-width: 1px 0; border-radius: 0; }
border-color: #4a90d9; treeview spinbutton:not(.vertical) entry {
border-radius: 0; min-height: 0;
box-shadow: none; } padding: 1px 2px; }
/************** /**************
* ComboBoxes * * ComboBoxes *