mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-07-07 15:54:54 +03:00
use proper css styling for the font colors
This commit is contained in:
committed by
Ferdinand Schober
parent
c2f6e172bb
commit
d68df35409
12
lan-mouse-gtk/resources/style.css
Normal file
12
lan-mouse-gtk/resources/style.css
Normal file
@@ -0,0 +1,12 @@
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user