Shamelessly copied from https://gitlab.gnome.org/GNOME/fractal/-/blob/fractal-next/data/resources/ui/content-room-details.ui#L29 and https://gitlab.gnome.org/GNOME/fractal/-/blob/fractal-next/data/resources/style.css#L506 Fixes #1662
23 lines
445 B
CSS
23 lines
445 B
CSS
levelbar .strength-weak {
|
|
background-color: #cc0000;
|
|
border-color: #cc0000;
|
|
}
|
|
|
|
levelbar .strength-low {
|
|
background-color: #f5ce00;
|
|
border-color: #f5ce00;
|
|
}
|
|
|
|
levelbar .strength-medium,
|
|
levelbar .strength-good,
|
|
levelbar .strength-high {
|
|
background-color: #73d216;
|
|
border-color: #73d216;
|
|
}
|
|
|
|
/* This is used for user_avatar_edit_button */
|
|
.cutout-button {
|
|
background-color: @window_bg_color;
|
|
border-radius: 9999px;
|
|
padding: 2px;
|
|
}
|