[dconf-editor/gnome-3-36] Fix RegistryInfo on HC theme.
- From: Arnaud B. <arnaudb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dconf-editor/gnome-3-36] Fix RegistryInfo on HC theme.
- Date: Wed, 22 Apr 2020 13:51:19 +0000 (UTC)
commit bd760a6d4861c3fe4dce34b9122a9479f9f5315c
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date: Wed Apr 22 15:19:09 2020 +0200
Fix RegistryInfo on HC theme.
editor/dconf-editor.css | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/editor/dconf-editor.css b/editor/dconf-editor.css
index 2ab0419..794dcf0 100644
--- a/editor/dconf-editor.css
+++ b/editor/dconf-editor.css
@@ -288,15 +288,15 @@ window:not(.extra-thin-window) .small-keys-list-rows .property-value {
}
/* see also ".greyed-label" */
- .property-name-label { color:@theme_fg_color; }
+window:not(.hc-theme) .property-name-label { color:@theme_fg_color; }
/* TODO report bug: better would be mix(@theme_fg_color,@theme_bg_color,1.5); but that renders white... */
-.extra-thin-window .property-name-label {
color:mix(@theme_fg_color,@insensitive_fg_color,0.6); }
- :backdrop .property-name-label,
-.extra-thin-window:backdrop .property-name-label { color:@theme_unfocused_fg_color; }
- .property-name-label:disabled,
-.extra-thin-window .property-name-label:disabled { color:@insensitive_fg_color; }
- :backdrop .property-name-label:disabled,
-.extra-thin-window:backdrop .property-name-label:disabled { color:@unfocused_insensitive_color; }
+window:not(.hc-theme).extra-thin-window .property-name-label {
color:mix(@theme_fg_color,@insensitive_fg_color,0.6); }
+window:not(.hc-theme) :backdrop .property-name-label,
+window:not(.hc-theme).extra-thin-window:backdrop .property-name-label {
color:@theme_unfocused_fg_color; }
+window:not(.hc-theme) .property-name-label:disabled,
+window:not(.hc-theme).extra-thin-window .property-name-label:disabled {
color:@insensitive_fg_color; }
+window:not(.hc-theme) :backdrop .property-name-label:disabled,
+window:not(.hc-theme).extra-thin-window:backdrop .property-name-label:disabled {
color:@unfocused_insensitive_color; }
.property-value { margin-left : 1.0rem;
margin-right : 1.0rem;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]