mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-19 00:20:09 +00:00
Adwaita: fix treeview spinbutton style
This commit is contained in:
parent
7da594e7b7
commit
524ca3c2d5
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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 *
|
||||||
|
@ -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 *
|
||||||
|
Loading…
Reference in New Issue
Block a user