malcontent/libmalcontent-ui/restricts-switch.css

19 lines
462 B
CSS
Raw Normal View History

/* 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;
}
switch:checked.restricts, switch:checked.restricts slider {
border-color: #8b0000;
}
switch:disabled.restricts {
border-color: @borders;
background-color: @insensitive_bg_color;
}
switch:disabled.restricts slider {
border-color: #bfb8b1;
}