diff options
Diffstat (limited to 'desktop-themes')
5 files changed, 27 insertions, 27 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css index 1ef8856c..48fbb1ab 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css @@ -4264,12 +4264,6 @@ toolbar.selection-mode button.selection-menu menuitem { * GtkAssistant * ****************/ -assistant .sidebar highlight { - background-color: transparent; - color: @theme_fg_color; - font-weight: bold; -} - assistant .sidebar { padding: 12px 18px 12px; border-width: 0 1px 0 0; @@ -4277,10 +4271,16 @@ assistant .sidebar { border-style: solid; border-color: @inactive_frame_color; color: mix (@theme_fg_color, @theme_bg_color, 0.40); - background-color: shade (@theme_bg_color, 0.97); + background-color: @sidebar_bg; /* shall we make it like sidebars in general? */ } +assistant .sidebar label.highlight { /* ie. caja-actions import dialog */ + background-color: transparent; + color: @theme_fg_color; + font-weight: bold; +} + /************* * GtkSwitch * *************/ @@ -4950,7 +4950,6 @@ calendar:indeterminate { color: alpha(@theme_fg_color, 0.4); } -highlight, calendar.highlight { background-color: @theme_selected_bg_color; color: @theme_selected_fg_color; diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css index 50252751..2913bc2c 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -3585,7 +3585,7 @@ messagedialog.csd decoration { * GtkAssistant * ****************/ -assistant .sidebar highlight { +assistant .sidebar .highlight { color: @theme_text_color; background-color: shade(@theme_bg_color, 0.9); border-style: none; @@ -3605,7 +3605,7 @@ assistant .sidebar { border-width: 1px; border-radius: 3px; color: mix (@theme_fg_color, @theme_bg_color, 0.40); - background-color: shade(@theme_bg_color, 0.9); + background-color: shade(@theme_bg_color, 1.02); } /************* diff --git a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css index 0b947b96..a2a4dcaf 100644 --- a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css @@ -4256,24 +4256,23 @@ toolbar.selection-mode button.selection-menu menuitem { * GtkAssistant * ****************/ -assistant .sidebar highlight { - background-color: transparent; - color: @theme_fg_color; - font-weight: bold; -} - assistant .sidebar { padding: 12px 18px 12px; - border-width: 0 1px 0 0; border-radius: 0px; border-style: solid; border-color: @inactive_frame_color; color: mix (@theme_fg_color, @theme_bg_color, 0.40); - background-color: shade (@theme_bg_color, 0.97); + background-color: @sidebar_bg; /* shall we make it like sidebars in general? */ } +assistant .sidebar label.highlight { /* ie. caja-actions import dialog */ + background-color: transparent; + color: @theme_fg_color; + font-weight: bold; +} + /************* * GtkSwitch * *************/ @@ -4944,7 +4943,6 @@ calendar:indeterminate { color: alpha(@theme_fg_color, 0.4); } -highlight, calendar.highlight { background-color: @theme_selected_bg_color; color: @theme_selected_fg_color; diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css index 9138129b..5026740c 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css @@ -3319,7 +3319,7 @@ progressbar .osd { * GtkAssistant * ****************/ -assistant .sidebar highlight { +assistant .sidebar .highlight { color: @theme_fg_color; font-weight: bold; } @@ -3331,8 +3331,7 @@ assistant .sidebar { border-style: solid; border-color: @gtkassistant_sidebar_border_color; color: mix (@theme_fg_color, @theme_bg_color, 0.40); - background-color: shade (@theme_bg_color, 0.97); - /* shall we make it like sidebars in general? */ + background-color: @sidebar_bg_color; } /************* @@ -3706,7 +3705,6 @@ calendar:indeterminate { color: alpha(@theme_fg_color, 0.4); } -highlight, calendar.highlight { background-color: @theme_selected_bg_color; color: @theme_selected_fg_color; diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css index c4d5c6d1..242d06a6 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css @@ -3321,7 +3321,7 @@ progressbar .osd { * GtkAssistant * ****************/ -assistant .sidebar highlight { +assistant .sidebar .highlight { color: @theme_fg_color; font-weight: bold; } @@ -3333,8 +3333,7 @@ assistant .sidebar { border-style: solid; border-color: @gtkassistant_sidebar_border_color; color: mix (@theme_fg_color, @theme_bg_color, 0.40); - background-color: shade (@theme_bg_color, 0.97); - /* shall we make it like sidebars in general? */ + background-color: @sidebar_bg_color; } /************* @@ -3709,7 +3708,6 @@ calendar:indeterminate { color: alpha(@theme_fg_color, 0.4); } -highlight, calendar.highlight { background-color: @theme_selected_bg_color; color: @theme_selected_fg_color; @@ -3760,6 +3758,13 @@ entry.error:focus, border-width: 1px; } +infobar, +infobar:first-child, +infobar:only-child { + border-width: 1px; + border-style: solid; +} + infobar:last-child, .info:last-child, .warning:last-child, |