From 46781c191ac2a058117f6c58f7daa01cd546f944 Mon Sep 17 00:00:00 2001 From: plegall Date: Thu, 20 Jun 2019 16:44:18 +0200 Subject: [PATCH] issue #1031 no background on album path --- admin/themes/default/theme.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index 0462635e1..33b270c43 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -1668,3 +1668,6 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important; .selectedAlbum.cat-list-album-path { margin: 40px 0 30px 0; } +.selectedAlbum.cat-list-album-path span { + background-color: transparent; +} \ No newline at end of file