[gtk/prop-list: 4/4] inspector: Touch up list styling
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/prop-list: 4/4] inspector: Touch up list styling
- Date: Sun, 8 Dec 2019 22:51:04 +0000 (UTC)
commit d34d4f282633489c854cff55404a1f8de53e0bde
Author: Matthias Clasen <mclasen redhat com>
Date: Sun Dec 8 12:53:46 2019 -0500
inspector: Touch up list styling
This is just the minimal amount of work to make
headers recognizable.
gtk/inspector/inspector.css | 18 +++++++++++-------
1 file changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/gtk/inspector/inspector.css b/gtk/inspector/inspector.css
index f31c2f1c6f..3cb58bec10 100644
--- a/gtk/inspector/inspector.css
+++ b/gtk/inspector/inspector.css
@@ -1,21 +1,25 @@
/* some style for the inspector */
-.header {
- background: lightgray;
- border: 1px solid gray;
+.list header {
+ background: white;
+ border: 1px solid lightgray;
}
-.header>* {
+.list header button {
+ background: none;
+}
+
+.list header>* {
padding: 2px;
font-weight: bold;
}
-.header sort_indicator {
+.list header sort_indicator {
min-width: 16px;
}
-.header>*:not(:last-child) {
- border-right: 1px solid gray;
+.list header>*:not(:last-child) {
+ border-right: 1px solid lightgray;
}
.list .cell {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]