[gnome-music/wip/mschraal/core] css: Workaround to avoid a black border around AlbumWidget



commit dbf3d2cefe273e05917ccd9841fe812d63ad7421
Author: Jean Felder <jfelder src gnome org>
Date:   Sat Jul 13 17:38:36 2019 +0200

    css: Workaround to avoid a black border around AlbumWidget
    
    https://gitlab.gnome.org/GNOME/gtk/issues/694

 data/org.gnome.Music.css | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
---
diff --git a/data/org.gnome.Music.css b/data/org.gnome.Music.css
index 566376cc..dd4e166e 100644
--- a/data/org.gnome.Music.css
+++ b/data/org.gnome.Music.css
@@ -114,6 +114,23 @@ box#ArtistAlbumsWidget .artist-label {
 
 /* Lists style */
 
+/* workaround to avoid a black background issue
+in AlbumWidget and PlaylistsView
+https://gitlab.gnome.org/GNOME/gtk/issues/694
+*/
+list {
+    background-color: transparent;
+}
+
+/* workaround to avoid a black background issue
+in AlbumWidget and PlaylistsView
+https://gitlab.gnome.org/GNOME/gtk/issues/694 */
+.songs-list > row {
+    background-color: @theme_base_color;
+}
+
+
+
 .disc-list-box > row {
 padding: 0px;
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]