Files
lan-mouse/lan-mouse-gtk/resources/style.css
2026-06-14 22:59:26 +02:00

13 lines
228 B
CSS

.peer-match > box > list .subtitle {
color: @success_color;
}
.peer-mismatch > box > list .subtitle {
font-weight: bold;
color: @warning_color;
}
.peer-unknown > box > list .subtitle {
color: @warning_color;
}