From 9969132b057599169c19b9998d560c810a89d661 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Wed, 5 Sep 2012 15:58:44 +0200 Subject: changed background color of open folders --- css/news.css | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) (limited to 'css') diff --git a/css/news.css b/css/news.css index 0b90f3ec2..96e48ac96 100644 --- a/css/news.css +++ b/css/news.css @@ -243,19 +243,18 @@ div.add_parentfolder { } #feeds .folder.collapsable.open { - background-image: linear-gradient(bottom, rgb(208,208,208) 0%, rgb(222,222,222) 100%), - background-image: url('%webroot%/core/img/places/folder.svg'); - background-image: -o-linear-gradient(bottom, rgb(208,208,208) 0%, rgb(222,222,222) 100%), - background-image: url('%webroot%/core/img/places/folder.svg'); - background-image: -moz-linear-gradient(bottom, rgb(208,208,208) 0%, rgb(222,222,222) 100%), - background-image: url('%webroot%/core/img/places/folder.svg'); - background-image: -webkit-linear-gradient(bottom, rgb(208,208,208) 0%, rgb(222,222,222) 100%), - background-image: url('%webroot%/core/img/places/folder.svg'); - background-image: -ms-linear-gradient(bottom, rgb(208,208,208) 0%, rgb(222,222,222) 100%), - background-image: url('%webroot%/core/img/places/folder.svg'); + background-image: linear-gradient(top, rgb(210,210,210) 0%, rgb(220,220,220) 100%), + url('%webroot%/core/img/places/folder.svg'); + background-image: -o-linear-gradient(top, rgb(210,210,210) 0%, rgb(220,220,220) 100%), + url('%webroot%/core/img/places/folder.svg'); + background-image: -moz-linear-gradient(top, rgb(210,210,210) 0%, rgb(220,220,220) 100%), + url('%webroot%/core/img/places/folder.svg'); + background-image: -webkit-linear-gradient(top, rgb(210,210,210) 0%, rgb(220,220,220) 100%), + url('%webroot%/core/img/places/folder.svg'); + background-image: -ms-linear-gradient(top, rgb(210,210,210) 0%, rgb(220,220,220) 100%), + url('%webroot%/core/img/places/folder.svg'); border-bottom: 1px solid #bbb; padding-bottom: .5em; - background-position: } -- cgit v1.2.3