From 36c51df9e7c3fb9aab94a2790d749aa6b81ca9d0 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Wed, 29 Jun 2016 23:01:55 +0200 Subject: GTK+-3.20 submarine themes: fixes for atril toolbar, caja and mate-keyboard-properties --- .../Blue-Submarine/gtk-3.0/gtk-widgets.css | 35 +++++++++++++++++----- 1 file changed, 28 insertions(+), 7 deletions(-) (limited to 'desktop-themes/Blue-Submarine') diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css index fc105e93..62f148ae 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css @@ -70,12 +70,6 @@ window { *:hover:disabled { } -*:selected, -*:selected:focus { -/* background-color: shade(@theme_selected_bg_color, 1.0); - color: @theme_selected_fg_color;*/ -} - *:disabled { /* inherit the color from parent by default */ background-color: inherit; @@ -2091,6 +2085,26 @@ toolbar.primary-toolbar combobox cellview:hover { color: shade (@theme_selected_bg_color, 1.6); } +toolbar combobox button.combo:disabled, +toolbar.primary-toolbar combobox button.combo:disabled, +toolbar combobox .linked button.combo:disabled, +toolbar.primary-toolbar combobox .linked button.combo:disabled, +toolbar combobox .linked button.combo:disabled:first-child, +toolbar.primary-toolbar .linked combobox button.combo:disabled:first-child, +toolbar combobox .linked button.combo:disabled:last-child, +toolbar.primary-toolbar combobox .linked button.combo:disabled:last-child, +toolbar combobox .linked button.combo:disabled:only-child, +toolbar.primary-toolbar combobox button.combo:disabled:only-child { + color: shade (@insensitive_fg_color, 1.0); + background-color: transparent; + box-shadow: none; +} + +toolbar toolitem entry:disabled, +toolbar.primary-toolbar toolitem entry:disabled { + color: shade (@insensitive_fg_color, 1.0); + background-color: transparent; +} toolbar combobox entry.combo, toolbar combobox entry.combo:focus { @@ -4657,13 +4671,20 @@ messagedialog { } /* ie. mate-keyboard-properties option window */ -dialog scrolledwindow.frame { +dialog notebook.frame box.vertical > box.vertical > scrolledwindow.frame { border-color: @notebook_border; border-style: solid; border-width: 1px; border-radius: 2px; } +/* ie. caja properties-window notes tab */ +dialog notebook.frame scrolledwindow.frame { + border-style: none; + border-width: 0px; + border-radius: 0px; +} + /* credits in GtkAbout windows */ dialog .dialog-vbox scrolledwindow.frame > viewport.view.frame { background-color: shade (@theme_bg_color, 1.10); -- cgit v1.2.1