From 183886322c15e9d7d1c21ff74006a623ecd7d727 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Thu, 5 May 2016 01:49:18 +0200 Subject: GTK+-3.20 Submarine themes: style printdialog notebook + fix fg color of combobox cellview --- .../Blue-Submarine/gtk-3.0/gtk-widgets.css | 18 ++++++++++++++++++ .../Green-Submarine/gtk-3.0/gtk-widgets.css | 22 ++++++++++++++++++++++ 2 files changed, 40 insertions(+) (limited to 'desktop-themes') 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), -- cgit v1.2.1