summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2012-09-05 15:58:44 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2012-09-05 15:58:44 +0200
commit9969132b057599169c19b9998d560c810a89d661 (patch)
tree5f13f3fba09e3904cbfebb9bc5c4955d186bdd3a /css
parentc584c820b82bdbde9a4612fa4a492c08a2061c3d (diff)
changed background color of open folders
Diffstat (limited to 'css')
-rw-r--r--css/news.css21
1 files changed, 10 insertions, 11 deletions
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:
}