From 2d43ac38ec1f2a1788df6b090c98ddd18128892a Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Tue, 25 Feb 2020 12:49:29 +0000 Subject: [PATCH] =?UTF-8?q?libmalcontent-ui:=20Restyle=20=E2=80=98restrict?= =?UTF-8?q?s=E2=80=99=20switches=20in=20yellow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This has fewer ‘error’ connotations than red. See https://gitlab.freedesktop.org/pwithnall/malcontent/issues/11#note_419124. Signed-off-by: Philip Withnall Helps: #11 --- libmalcontent-ui/restricts-switch.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libmalcontent-ui/restricts-switch.css b/libmalcontent-ui/restricts-switch.css index c44debe..3bf85ae 100644 --- a/libmalcontent-ui/restricts-switch.css +++ b/libmalcontent-ui/restricts-switch.css @@ -1,11 +1,11 @@ /* FIXME: This ‘negative’ variant of a GtkSwitch should probably be * upstreamed to GTK. See https://gitlab.gnome.org/GNOME/gtk/issues/2470 */ switch:checked.restricts { - background-color: @error_color; + background-color: #fffd33; } switch:checked.restricts, switch:checked.restricts slider { - border-color: #8b0000; + border-color: #ffd52b; } switch:disabled.restricts {