diff options
Diffstat (limited to 'desktop-themes/Blue-Submarine')
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css index 387f9bf4..54535c42 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css @@ -1336,3 +1336,9 @@ MsdOsdWindow.background.osd.msd-osd-window-solid progressbar trough { border-radius: 3px; } +/* mate-keyboard-layout-view */ + +.gswitchit-layout-view box.dialog-vbox box.vertical widget { + background-color: shade (@theme_bg_color, 1.1); +} + |