mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-04-17 18:18:34 +02:00
add color to keyboard layouts
This commit is contained in:
parent
3cb7cd2d7f
commit
a8d2e4c2ce
|
@ -32,3 +32,11 @@ notebook > stack > box, notebook > stack {
|
||||||
banner {
|
banner {
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
row.selectedLanguage {
|
||||||
|
background-color: @dialog_bg_color;
|
||||||
|
}
|
||||||
|
|
||||||
|
row.activeLanguage {
|
||||||
|
background-color: darker(darker(darker(@window_fg_color)));
|
||||||
|
}
|
Loading…
Reference in a new issue