summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-05-05 01:49:18 +0200
committerraveit65 <[email protected]>2016-05-05 01:49:51 +0200
commit183886322c15e9d7d1c21ff74006a623ecd7d727 (patch)
treef8f3625769aecc612965e00fa39ea39ab8a9c95c /desktop-themes
parentdcf417b8c1ea6e99c671ca2a773893ca827936bc (diff)
downloadmate-themes-183886322c15e9d7d1c21ff74006a623ecd7d727.tar.bz2
mate-themes-183886322c15e9d7d1c21ff74006a623ecd7d727.tar.xz
GTK+-3.20 Submarine themes: style printdialog notebook + fix fg color of combobox cellview
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css18
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css22
2 files changed, 40 insertions, 0 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 b21c5339..e14e0862 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
@@ -2077,12 +2077,15 @@ toolbar combobox cellview {
text-shadow: none;
}
+/* ie. atril */
+.primary-toolbar toolbar combobox cellview,
toolbar.primary-toolbar combobox cellview {
/* color combobox read-only */
color: shade(@theme_fg_dark_color, 0.94);
text-shadow: none;
}
+.primary-toolbar toolbar combobox cellview:hover,
toolbar.primary-toolbar combobox cellview:hover {
color: shade (@theme_selected_bg_color, 1.6);
}
@@ -3275,6 +3278,13 @@ notebook.frame {
border-radius: 4px 4px 0px 0px;
}
+printdialog > box.view.vertical.dialog-vbox > box.vertical > notebook {
+ border-radius: 0px 0px 4px 4px;
+ border-style: solid;
+ border-color: @notebook_border;
+ border-width: 0px 0px 1px 0px;
+}
+
notebook header.top {
border-radius: 4px 4px 0px 0px;
border-width: 0px 0px 1px 0px;
@@ -3284,6 +3294,10 @@ notebook header.top {
box-shadow: inset 0px -1px alpha(shade(@button_border, 1.00), 0.90);
}
+printdialog notebook header.top {
+ border-radius: 0px;
+}
+
notebook header.bottom {
border-radius: 0px;
border-width: 1px 0px 0px 0px;
@@ -3419,6 +3433,7 @@ paned.horizontal > notebook > header button.flat.small-button {
/* tabs in dialog windows */
/* horizontal tabs */
+printdialog notebook > header tab,
notebook.frame > header.top tab,
notebook.frame > header.bottom tab {
padding: 5px 20px 6px;
@@ -3428,6 +3443,8 @@ notebook.frame > header.bottom tab {
border-color: transparent;
}
+printdialog notebook > header.top tab:checked,
+printdialog notebook > header.top tab:checked:hover,
notebook.frame > header.top tab:checked,
notebook.frame > header.top tab:checked:hover {
background-image: linear-gradient(to bottom,
@@ -3439,6 +3456,7 @@ notebook.frame > header.top tab:checked:hover {
border-color: @notebook_border;
}
+printdialog notebook > header.top tab:hover,
notebook.frame > header.top tab:hover {
background-image: linear-gradient(to bottom,
alpha(@theme_base_color, 0.0),
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 ef79b375..5aa41291 100644
--- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
@@ -2080,12 +2080,19 @@ toolbar combobox cellview {
text-shadow: none;
}
+/* ie. atril */
+.primary-toolbar toolbar combobox cellview,
toolbar.primary-toolbar combobox cellview {
/* color combobox read-only */
color: shade(@theme_fg_dark_color, 0.94);
text-shadow: none;
}
+.primary-toolbar toolbar combobox cellview:hover,
+toolbar.primary-toolbar combobox cellview:hover {
+ color: shade (@theme_selected_bg_color, 1.6);
+}
+
toolbar.primary-toolbar combobox cellview:hover {
color: shade (@theme_selected_bg_color, 1.6);
}
@@ -3277,6 +3284,13 @@ notebook.frame {
border-radius: 4px 4px 0px 0px;
}
+printdialog > box.view.vertical.dialog-vbox > box.vertical > notebook {
+ border-radius: 0px 0px 4px 4px;
+ border-style: solid;
+ border-color: @notebook_border;
+ border-width: 0px 0px 1px 0px;
+}
+
notebook header.top {
border-radius: 4px 4px 0px 0px;
border-width: 0px 0px 1px 0px;
@@ -3286,6 +3300,10 @@ notebook header.top {
box-shadow: inset 0px -1px alpha(shade(@button_border, 1.00), 0.90);
}
+printdialog notebook header.top {
+ border-radius: 0px;
+}
+
notebook header.bottom {
border-radius: 0px;
border-width: 1px 0px 0px 0px;
@@ -3421,6 +3439,7 @@ paned.horizontal > notebook > header button.flat.small-button {
/* tabs in dialog windows */
/* horizontal tabs */
+printdialog notebook > header tab,
notebook.frame > header.top tab,
notebook.frame > header.bottom tab {
padding: 5px 20px 6px;
@@ -3430,6 +3449,8 @@ notebook.frame > header.bottom tab {
border-color: transparent;
}
+printdialog notebook > header.top tab:checked,
+printdialog notebook > header.top tab:checked:hover,
notebook.frame > header.top tab:checked,
notebook.frame > header.top tab:checked:hover {
background-image: linear-gradient(to bottom,
@@ -3441,6 +3462,7 @@ notebook.frame > header.top tab:checked:hover {
border-color: @notebook_border;
}
+printdialog notebook > header.top tab:hover,
notebook.frame > header.top tab:hover {
background-image: linear-gradient(to bottom,
alpha(@theme_base_color, 0.0),