From 5d72c1fa33aa9982675430a552f72f08f7959c0d Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 25 Jul 2015 19:49:30 +0200 Subject: Traditional themes GTK3: add support for parole media player --- .../TraditionalGreen/gtk-3.0/Makefile.am | 1 + desktop-themes/TraditionalGreen/gtk-3.0/gtk.css | 2 ++ .../gtk-3.0/other-applications.css | 33 ++++++++++++++++++++++ 3 files changed, 36 insertions(+) create mode 100644 desktop-themes/TraditionalGreen/gtk-3.0/other-applications.css (limited to 'desktop-themes/TraditionalGreen/gtk-3.0') diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/Makefile.am b/desktop-themes/TraditionalGreen/gtk-3.0/Makefile.am index 1010e61c..6f00a57f 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/Makefile.am +++ b/desktop-themes/TraditionalGreen/gtk-3.0/Makefile.am @@ -8,6 +8,7 @@ theme_DATA = \ gtk-widgets.css \ gtk-widgets-img.css \ mate-applications.css \ + other-applications.css \ settings.ini EXTRA_DIST = $(theme_DATA) diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk.css index ef407faf..c80b5a30 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk.css @@ -453,4 +453,6 @@ @import url("gtk-widgets.css"); @import url("applications.css"); @import url("mate-applications.css"); +@import url("other-applications.css"); + diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/other-applications.css b/desktop-themes/TraditionalGreen/gtk-3.0/other-applications.css new file mode 100644 index 00000000..530f605f --- /dev/null +++ b/desktop-themes/TraditionalGreen/gtk-3.0/other-applications.css @@ -0,0 +1,33 @@ +/* Parole media player needs more testing! + hopefully do not set other stuff */ + +/* background control panel */ +GtkPaned.horizontal .vertical GtkOverlay GtkRevealer.bottom .background.horizontal.osd { + background-color: @theme_bg_color; + color: @theme_fg_color; +} + +/* buttons control panel */ +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: @theme_fg_color; +} + -- cgit v1.2.1