diff options
author | raveit65 <[email protected]> | 2015-07-05 15:02:50 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-07-05 15:02:50 +0200 |
commit | 4fd4658a5fac18ac25016dd3a4613f926dabcfa4 (patch) | |
tree | fc90356ddae69e28cb9c05489183f196bcff322a /desktop-themes/Menta | |
parent | faefa0685d6ad3f8aaa3b39bd3fd855214d2a590 (diff) | |
download | mate-themes-4fd4658a5fac18ac25016dd3a4613f926dabcfa4.tar.bz2 mate-themes-4fd4658a5fac18ac25016dd3a4613f926dabcfa4.tar.xz |
GTK3 menta themes: add seetings for parole mediaplayer
Diffstat (limited to 'desktop-themes/Menta')
-rw-r--r-- | desktop-themes/Menta/gtk-3.0/other-applications.css | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/desktop-themes/Menta/gtk-3.0/other-applications.css b/desktop-themes/Menta/gtk-3.0/other-applications.css index 6eb14bf0..fc8e73df 100644 --- a/desktop-themes/Menta/gtk-3.0/other-applications.css +++ b/desktop-themes/Menta/gtk-3.0/other-applications.css @@ -183,6 +183,51 @@ NemoQueryEditor .button { border-radius: 0; } +/* Parole media player needs more testing! + hopefully do not set other stuff */ + +GtkPaned.horizontal .vertical GtkOverlay GtkRevealer.bottom .background.horizontal.osd { + background-color: @theme_bg_color; + color: @theme_fg_color; +} + +GtkPaned GtkOverlay GtkRevealer.bottom .button.flat, +GtkPaned GtkOverlay GtkRevealer.bottom .button.flat:hover, +GtkPaned GtkOverlay GtkRevealer.bottom .button.flat:active, +GtkPaned GtkOverlay GtkRevealer.bottom .button.flat:checked, +GtkPaned GtkOverlay GtkRevealer.bottom .button.flat:active:hover, +GtkPaned GtkOverlay GtkRevealer.bottom .button.flat:checked:hover, +GtkPaned GtkOverlay GtkRevealer.bottom .button.flat.image-button, +GtkPaned GtkOverlay GtkRevealer.bottom .button.flat.image-button:hover , +GtkPaned GtkOverlay GtkRevealer.bottom .button.flat.image-button:active, +GtkPaned GtkOverlay GtkRevealer.bottom .button.flat.image-button:checked, +GtkPaned GtkOverlay GtkRevealer.bottom .button.flat.image-button:active:hover, +GtkPaned GtkOverlay GtkRevealer.bottom .button.flat.image-button:checked:hover, +GtkPaned GtkOverlay GtkRevealer.bottom .background.horizontal.osd .button.flat.image-button:checked, +GtkPaned GtkOverlay GtkRevealer.bottom .background.horizontal.osd .button.flat.image-button:active:hover { + border-style: none; + border-radius: 4px; + background-color: transparent; + background-image: none; + box-shadow: none; + padding: 4px 7px; + color: @button_active_text; +} + +GtkPaned GtkOverlay GtkRevealer.bottom .background.horizontal.osd .button.flat.image-button:checked, +GtkPaned GtkOverlay GtkRevealer.bottom .background.horizontal.osd .button.flat.image-button:active:hover { + background-image: linear-gradient(to bottom, + @button_active_gradient_color_a, + @button_active_gradient_color_b); + box-shadow: inset 1px 0 @inset_dark_color, + inset -1px 0 @inset_dark_color, + inset 1px 2px alpha(@theme_selected_bg_color, 0.1), + inset 1px 1px alpha(@theme_selected_bg_color, 0.1), + inset -1px -1px alpha(@theme_selected_bg_color, 0.2); + padding: 4px 7px; + border-radius: 3px; +} + /**************** * PopOver menu * ****************/ |