diff options
author | raveit65 <[email protected]> | 2017-03-31 22:28:13 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-03-31 22:31:52 +0200 |
commit | 246661dd39aed7d4ee1f01691b13a9fe60f1015c (patch) | |
tree | be1919b1872fce0626bfa24ea1062d763aa673e3 /desktop-themes | |
parent | 9a665aa9244f36dbe5d47597e4baa8b44635cfb2 (diff) | |
download | mate-themes-246661dd39aed7d4ee1f01691b13a9fe60f1015c.tar.bz2 mate-themes-246661dd39aed7d4ee1f01691b13a9fe60f1015c.tar.xz |
Gtk+-3.20 all themes: style mate-keyboard-layout-viewer
Diffstat (limited to 'desktop-themes')
8 files changed, 46 insertions, 4 deletions
diff --git a/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css b/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css index 2f34956a..d70804b7 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css +++ b/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css @@ -716,3 +716,9 @@ pluma-print-preview.vertical toolbar.horizontal button.flat.text-button { background-color: shade (@theme_bg_color, 1.0); } +/* mate-keyboard-layout-view */ + +.gswitchit-layout-view box.dialog-vbox box.vertical widget { + background-color: @less_dark_color; +} + 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); +} + diff --git a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css index d84e7f69..d0c96e10 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css +++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css @@ -924,3 +924,9 @@ window.background.mate-terminal > box.vertical > notebook > header.top { border-style: none; } +/* mate-keyboard-layout-view */ + +.gswitchit-layout-view box.dialog-vbox box.vertical widget { + background-color: shade (@theme_bg_color, 1.1); +} + diff --git a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css index be22ffd3..70617bb3 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css @@ -1352,9 +1352,9 @@ MsdOsdWindow.background.osd.msd-osd-window-solid progressbar trough { border-radius: 3px; } -/***************** - * mate-terminal * - *****************/ - +/* mate-keyboard-layout-view */ +.gswitchit-layout-view box.dialog-vbox box.vertical widget { + background-color: shade (@theme_bg_color, 1.1); +} diff --git a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css index 25306d0e..c77cd158 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css @@ -667,3 +667,9 @@ GvcMixerDialog > box.vertical.dialog-vbox > notebook.frame scrolledwindow.frame border-style: none; } +/* mate-keyboard-layout-view */ + +.gswitchit-layout-view box.dialog-vbox box.vertical widget { + background-color: shade(@base_color, 1.02); +} + diff --git a/desktop-themes/Menta/gtk-3.0/mate-applications.css b/desktop-themes/Menta/gtk-3.0/mate-applications.css index 50ab80bb..4283fca6 100644 --- a/desktop-themes/Menta/gtk-3.0/mate-applications.css +++ b/desktop-themes/Menta/gtk-3.0/mate-applications.css @@ -927,3 +927,9 @@ window.background.mate-terminal > box.vertical > notebook > header.top { border-style: none; } +/* mate-keyboard-layout-view */ + +.gswitchit-layout-view box.dialog-vbox box.vertical widget { + background-color: shade (@theme_bg_color, 1.1); +} + diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css index 899d814c..81d60b2c 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css @@ -582,3 +582,9 @@ GvcMixerDialog notebook.frame box scrolledwindow.frame { outline-style: dashed; } +/* mate-keyboard-layout-view */ + +.gswitchit-layout-view box.dialog-vbox box.vertical widget { + background-color: shade (@notebook_bg_color, 1.05); +} + diff --git a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css index 32e05343..84366f08 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css @@ -582,3 +582,9 @@ GvcMixerDialog notebook.frame box scrolledwindow.frame { outline-style: dashed; } +/* mate-keyboard-layout-view */ + +.gswitchit-layout-view box.dialog-vbox box.vertical widget { + background-color: shade (@notebook_bg_color, 1.05); +} + |