2019-05-07 22:04:41 +00:00
|
|
|
/* some style for the inspector */
|
|
|
|
|
2021-10-24 17:19:36 +00:00
|
|
|
.list cell {
|
2019-05-07 22:04:41 +00:00
|
|
|
font-size: smaller;
|
2021-10-24 17:19:36 +00:00
|
|
|
padding-top: 1px;
|
|
|
|
padding-bottom: 1px;
|
2019-05-07 22:04:41 +00:00
|
|
|
min-height: 24px;
|
|
|
|
}
|
|
|
|
|
2021-10-24 17:19:36 +00:00
|
|
|
.list cell entry,
|
|
|
|
.list cell spinbutton,
|
|
|
|
.list cell button,
|
|
|
|
.list cell dropdown
|
|
|
|
.list cell combobox {
|
2019-05-07 22:04:41 +00:00
|
|
|
min-height: 24px;
|
|
|
|
min-width: 0;
|
2019-10-06 12:47:36 +00:00
|
|
|
}
|
|
|
|
|
2021-10-24 17:19:36 +00:00
|
|
|
.list cell entry,
|
|
|
|
.list cell spinbutton text,
|
|
|
|
.list cell button,
|
|
|
|
.list cell dropdown
|
|
|
|
.list cell combobox {
|
2019-05-07 22:04:41 +00:00
|
|
|
padding: 0 4px;
|
|
|
|
}
|
2020-07-07 06:05:18 +00:00
|
|
|
|
2020-08-30 12:59:13 +00:00
|
|
|
picture.dark {
|
|
|
|
background: gray;
|
|
|
|
}
|
|
|
|
|
|
|
|
picture.light {
|
|
|
|
background: white;
|
|
|
|
}
|
2021-01-16 17:38:24 +00:00
|
|
|
|
|
|
|
#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;
|
|
|
|
}
|
2021-12-16 02:56:53 +00:00
|
|
|
|
|
|
|
row:not(:selected) > .highlight {
|
|
|
|
background-color: rgba(135, 206, 250, 0.4);
|
|
|
|
}
|