gtk2/gtk/inspector/inspector.css
Alexander Mikhaylenko 2aa2b7f61e 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.
2021-10-24 22:27:24 +05:00

58 lines
909 B
CSS

/* some style for the inspector */
.list cell {
font-size: smaller;
padding-top: 1px;
padding-bottom: 1px;
min-height: 24px;
}
.list cell entry,
.list cell spinbutton,
.list cell button,
.list cell dropdown
.list cell combobox {
min-height: 24px;
min-width: 0;
}
.list cell entry,
.list cell spinbutton text,
.list cell button,
.list cell dropdown
.list cell combobox {
padding: 0 4px;
}
picture.dark {
background: gray;
}
picture.light {
background: white;
}
#css-padding-color {
background-color: rgba(70%, 0%, 70%, 0.6);
min-width: 10px;
min-height: 10px;
}
#css-border-color {
background-color: rgba(0, 0, 0, 0.0);
min-width: 10px;
min-height: 10px;
}
#css-margin-color {
background-color: rgba(70%, 70%, 0%, 0.6);
min-width: 10px;
min-height: 10px;
}
#widget-margin-color {
background-color: rgba(70%, 0%, 0%, 0.6);
min-width: 10px;
min-height: 10px;
}