[gtk/wip/exalm/polish] inspector: Clean up the .list style
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/wip/exalm/polish] inspector: Clean up the .list style
- Date: Sun, 24 Oct 2021 17:23:21 +0000 (UTC)
commit ee8d9b68843d90292fcb81add10e4fb9d97a7050
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Sun Oct 24 22:19:36 2021 +0500
inspector: Clean up the .list style
Make it work with the property list as well.
gtk/inspector/inspector.css | 23 ++++++++++++-----------
1 file changed, 12 insertions(+), 11 deletions(-)
---
diff --git a/gtk/inspector/inspector.css b/gtk/inspector/inspector.css
index aeca38209a..5143d5af3d 100644
--- a/gtk/inspector/inspector.css
+++ b/gtk/inspector/inspector.css
@@ -1,24 +1,25 @@
/* some style for the inspector */
-.list .cell {
+.list cell {
font-size: smaller;
- padding: 0 2px;
+ padding: 1px 2px;
min-height: 24px;
}
-.list .cell entry,
-.list .cell spinbutton,
-.list .cell button,
-.list .cell dropdown
-.list .cell combobox {
+.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 button,
-.list .cell dropdown
-.list .cell combobox {
+.list cell entry,
+.list cell spinbutton text,
+.list cell button,
+.list cell dropdown
+.list cell combobox {
padding: 0 4px;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]