summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Shadura <andrew.shadura@collabora.co.uk>2016-10-17 18:24:22 +0200
committerAndrew Shadura <andrew.shadura@collabora.co.uk>2016-10-17 18:24:22 +0200
commitc8c605e7bd97f04b204fb2ebcf360a68d4b93ff1 (patch)
treeaa3c4588f0c7abc152299de3f22fb9c5c95f28c2
parentdf4f5bf3a35423eff1d8f8f84edad05e931b0ef7 (diff)
Make comboboxes look nicer.
-rw-r--r--gtk-3.0/gtk-widgets.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/gtk-3.0/gtk-widgets.css b/gtk-3.0/gtk-widgets.css
index d85729d..02261eb 100644
--- a/gtk-3.0/gtk-widgets.css
+++ b/gtk-3.0/gtk-widgets.css
@@ -1154,6 +1154,11 @@ combobox arrow {
min-height: 16px;
min-width: 16px;
}
+
+combobox arrow:disabled {
+ background-color: transparent;
+}
+
combobox entry.combo,
combobox button.combo {
padding: 5px 5px 5px 5px;
@@ -1206,7 +1211,7 @@ combobox > .linked > button.combo:focus:hover:last-child,
combobox > .linked > button.combo:disabled:last-child {
border-image-width: 3px 3px 4px 0;
border-radius: 0 3px 3px 0;
- border-width: 0;
+ border-width: 0 1;
}
combobox > .linked > entry.combo:only-child,
combobox > .linked > button.combo:only-child,