diff --git a/src/resources/style/style.css b/src/resources/style/style.css index 93e980a..f011375 100644 --- a/src/resources/style/style.css +++ b/src/resources/style/style.css @@ -32,3 +32,11 @@ notebook > stack > box, notebook > stack { banner { border-radius: 5px; } + +row.selectedLanguage { + background-color: @dialog_bg_color; +} + +row.activeLanguage { + background-color: darker(darker(darker(@window_fg_color))); +} \ No newline at end of file