mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-06-27 02:34:47 +03:00
13 lines
228 B
CSS
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;
|
|
}
|