summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2012-09-05 18:10:05 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2012-09-05 18:11:29 +0200
commit86abd7b40d3370f98ba401811eaa9f1904947cbb (patch)
tree6acfe240d26a44e3b2efc4cd2a34ad72263b785e /css
parent747077e85e11c61b31823117f58567cbfd82841e (diff)
cleanup, moving feeds now sets the unread count correctly
Diffstat (limited to 'css')
-rw-r--r--css/news.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/css/news.css b/css/news.css
index c88fe03de..5c2dab48d 100644
--- a/css/news.css
+++ b/css/news.css
@@ -243,15 +243,15 @@ div.add_parentfolder {
}
#feeds .folder.collapsable.open {
- background-image: linear-gradient(top, rgb(213,213,213) 2px, rgb(223,223,223) 100%),
+ background-image: linear-gradient(top, rgb(213,213,213) 0%, rgb(223,223,223) 100%),
url('%webroot%/core/img/places/folder.svg');
- background-image: -o-linear-gradient(top, rgb(213,213,213) 2px, rgb(223,223,223) 100%),
+ background-image: -o-linear-gradient(top, rgb(213,213,213) 0%, rgb(223,223,223) 100%),
url('%webroot%/core/img/places/folder.svg');
- background-image: -moz-linear-gradient(top, rgb(213,213,213) 2px, rgb(223,223,223) 100%),
+ background-image: -moz-linear-gradient(top, rgb(213,213,213) 0%, rgb(223,223,223) 100%),
url('%webroot%/core/img/places/folder.svg');
- background-image: -webkit-linear-gradient(top, rgb(213,213,213) 2px, rgb(223,223,223) 100%),
+ background-image: -webkit-linear-gradient(top, rgb(213,213,213) 0%, rgb(223,223,223) 100%),
url('%webroot%/core/img/places/folder.svg');
- background-image: -ms-linear-gradient(top, rgb(213,213,213) 2px, rgb(223,223,223) 100%),
+ background-image: -ms-linear-gradient(top, rgb(213,213,213) 0%, rgb(223,223,223) 100%),
url('%webroot%/core/img/places/folder.svg');
border-bottom: 1px solid #bbb;
padding-bottom: .5em;