From fa8efa9f489011d5f9b16f8b24f60054839d9bbc 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 --- .../TraditionalOkTest/gtk-3.0/Makefile.am | 1 + desktop-themes/TraditionalOkTest/gtk-3.0/gtk.css | 1 + .../gtk-3.0/other-applications.css | 33 ++++++++++++++++++++++ 3 files changed, 35 insertions(+) create mode 100644 desktop-themes/TraditionalOkTest/gtk-3.0/other-applications.css (limited to 'desktop-themes/TraditionalOkTest') diff --git a/desktop-themes/TraditionalOkTest/gtk-3.0/Makefile.am b/desktop-themes/TraditionalOkTest/gtk-3.0/Makefile.am index 1b906f18..34fd0534 100644 --- a/desktop-themes/TraditionalOkTest/gtk-3.0/Makefile.am +++ b/desktop-themes/TraditionalOkTest/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/TraditionalOkTest/gtk-3.0/gtk.css b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk.css index 44883978..d6a23458 100644 --- a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk.css +++ b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk.css @@ -453,4 +453,5 @@ @import url("gtk-widgets.css"); @import url("applications.css"); @import url("mate-applications.css"); +@import url("other-applications.css"); diff --git a/desktop-themes/TraditionalOkTest/gtk-3.0/other-applications.css b/desktop-themes/TraditionalOkTest/gtk-3.0/other-applications.css new file mode 100644 index 00000000..530f605f --- /dev/null +++ b/desktop-themes/TraditionalOkTest/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