forked from AuroraMiddleware/gtk
Adwaita: fix treeview spinbutton style
This commit is contained in:
parent
7da594e7b7
commit
524ca3c2d5
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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 *
|
||||
|
@ -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 *
|
||||
|
Loading…
Reference in New Issue
Block a user