summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-06-29 23:01:55 +0200
committerraveit65 <[email protected]>2016-06-29 23:01:55 +0200
commit36c51df9e7c3fb9aab94a2790d749aa6b81ca9d0 (patch)
tree415b77fbd6862fbe9efe57c9ff43c80daee8eb6e /desktop-themes
parent3e7e587aa7cfc524cad88af61da6f334cefb0078 (diff)
downloadmate-themes-36c51df9e7c3fb9aab94a2790d749aa6b81ca9d0.tar.bz2
mate-themes-36c51df9e7c3fb9aab94a2790d749aa6b81ca9d0.tar.xz
GTK+-3.20 submarine themes: fixes for atril toolbar, caja and mate-keyboard-properties
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css35
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css36
2 files changed, 58 insertions, 13 deletions
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);
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
index 5e48bd5a..359ada05 100644
--- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
@@ -72,11 +72,6 @@ window {
*:hover:disabled {
}
-*:selected,
-*:selected:focus {
-/* background-color: shade(@theme_selected_bg_color, 1.0);
- color: @theme_selected_fg_color;*/
-
}
*:disabled {
@@ -2094,6 +2089,27 @@ toolbar.primary-toolbar combobox cellview:hover {
color: shade (@theme_selected_bg_color, 1.1);
}
+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 {
border-width: 1px 0px 1px 1px; /* remove rightr */
@@ -3297,6 +3313,7 @@ dialog.background.solid-csd > box.vertical.dialog-vbox > notebook {
background-color: shade (@theme_bg_color, 1.1);
}
+
notebook header.top {
border-radius: 4px 4px 0px 0px;
border-width: 0px 0px 1px 0px;
@@ -4657,13 +4674,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);