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
treeview & {
entry,
entry:focus {
padding: 1px;
border-width: 1px 0;
border-color: $selected_bg_color;
border-radius: 0;
box-shadow: none;
treeview &:not(.vertical) {
min-height: 0;
border-style: none;
border-radius: 0;
entry {
min-height: 0;
padding: 1px 2px;
}
}
}

View File

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

View File

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