mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 22:41:43 +00:00
inspector: Clean up the .list style
Make it work with the property list as well, handle spinbuttons, adjust paddings so that buttons don't touch each other, don't override horizontal padding unnecessarily.
This commit is contained in:
parent
0053160f28
commit
2aa2b7f61e
@ -1,24 +1,26 @@
|
|||||||
/* some style for the inspector */
|
/* some style for the inspector */
|
||||||
|
|
||||||
.list .cell {
|
.list cell {
|
||||||
font-size: smaller;
|
font-size: smaller;
|
||||||
padding: 0 2px;
|
padding-top: 1px;
|
||||||
|
padding-bottom: 1px;
|
||||||
min-height: 24px;
|
min-height: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.list .cell entry,
|
.list cell entry,
|
||||||
.list .cell spinbutton,
|
.list cell spinbutton,
|
||||||
.list .cell button,
|
.list cell button,
|
||||||
.list .cell dropdown
|
.list cell dropdown
|
||||||
.list .cell combobox {
|
.list cell combobox {
|
||||||
min-height: 24px;
|
min-height: 24px;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.list .cell entry,
|
.list cell entry,
|
||||||
.list .cell button,
|
.list cell spinbutton text,
|
||||||
.list .cell dropdown
|
.list cell button,
|
||||||
.list .cell combobox {
|
.list cell dropdown
|
||||||
|
.list cell combobox {
|
||||||
padding: 0 4px;
|
padding: 0 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user