diff options
Diffstat (limited to 'desktop-themes/Menta/gtk-3.0')
-rw-r--r-- | desktop-themes/Menta/gtk-3.0/gtk-widgets.css | 15 | ||||
-rw-r--r-- | desktop-themes/Menta/gtk-3.0/mate-applications.css | 15 |
2 files changed, 26 insertions, 4 deletions
diff --git a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css index 71c47c06..ba5aecb6 100644 --- a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css @@ -2603,7 +2603,8 @@ GtkMessageDialog { } .sidebar row:hover { - background-color: shade (@theme_bg_color, 0.95); + background-color: shade (@theme_selected_bg_color, 1.15); + color: shade (@theme_selected_bg_color, 0.35); } .sidebar .scrollbar.trough { @@ -3417,6 +3418,12 @@ GtkIconView.cell:selected:focus { color: @theme_fg_color; } +/* ie. pluma open dialog */ +.view row:hover { + background-color: shade (@theme_selected_bg_color, 1.15); + color: shade (@theme_selected_bg_color, 0.35); +} + .cell { color: @theme_text_color; padding: 2px; @@ -3484,8 +3491,10 @@ GtkTreeView row:nth-child(even):backdrop:hover { box-shadow: inset 0 1px 0 alpha (@borders, 0.3), inset 0 -1px 0 @borders; } +/* ie. pluma open dialog */ .sidebar GtkTreeView row:hover { - background-color: shade (@theme_base_color, 0.96); + background-color: shade (@theme_selected_bg_color, 1.15); + color: shade (@theme_selected_bg_color, 0.35); } column-header.button, @@ -3972,7 +3981,7 @@ GtkModelButton.button:selected { /* .window-frame { border-radius: 0; - border-width: 0px; + border-width: 6px 6px 0 0; box-shadow: 0 0 0 1px @wm_border, 0 2px 8px 3px @wm_shadow;*/ /* this is used for the resize cursor area */ /* margin: 10px; diff --git a/desktop-themes/Menta/gtk-3.0/mate-applications.css b/desktop-themes/Menta/gtk-3.0/mate-applications.css index aca5b8f1..44af4e87 100644 --- a/desktop-themes/Menta/gtk-3.0/mate-applications.css +++ b/desktop-themes/Menta/gtk-3.0/mate-applications.css @@ -72,6 +72,13 @@ CajaWindow .view { background-color: shade (@theme_bg_color, 1.08); } +/*FIXME normaly this isn't the right entry for adjusting +the sidebar entry hover color*/ +CajaWindow .view row:hover { + background-color: shade (@theme_selected_bg_color, 1.15); + color: shade (@theme_selected_bg_color, 0.35); +} + CajaWindow .rubberband, CajaWindow .view.rubberband { background-color: alpha (@theme_selected_bg_color, 0.35); @@ -419,11 +426,17 @@ NaTrayApplet { ****************/ /* pluma line numbers */ - PlumaView { background-color: shade (@theme_bg_color, 1.07); } +/*FIXME normaly this isn't the right entry for adjusting +the sidebar entry hover color*/ +PlumaWindow .view row:hover { + background-color: shade (@theme_selected_bg_color, 1.15); + color: shade (@theme_selected_bg_color, 0.35); +} + /**************** * Mate-Terminal * ****************/ |