summaryrefslogtreecommitdiffstats
path: root/css/news.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/news.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;