From 0a51ac60333d0c6b2b4a1081200f0bab5c9b8ba1 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Tue, 8 Jul 2014 23:35:59 +0200 Subject: Fix Dark theme + Changelog --- CHANGELOG | 2 +- p/themes/Dark/dark.css | 12 ------------ 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 977cc3ab0..039ba1364 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -11,7 +11,7 @@ * SimplePie * Complies with HTTP "301 Moved Permanently" responses by automatically updating the URL of feeds that have changed address. * Themes - * Flat design is based on same template file as Origine + * Flat and Dark designs are based on same template file as Origine ## 2014-06-13 FreshRSS 0.7.2 diff --git a/p/themes/Dark/dark.css b/p/themes/Dark/dark.css index 66e724089..4516fb2db 100644 --- a/p/themes/Dark/dark.css +++ b/p/themes/Dark/dark.css @@ -150,8 +150,6 @@ form th { .stick .dropdown + .dropdown > .btn { border-left: none; } -.stick input + .btn { -} .stick .btn + .dropdown > .btn { border-left: none; border-radius: 0 3px 3px 0; @@ -327,8 +325,6 @@ a.btn { text-align: left; color: #888; } -.dropdown-menu > .item { -} .dropdown-menu > .item > a { padding: 0 25px; line-height: 2.5em; @@ -413,8 +409,6 @@ a.btn { text-decoration: none; color: #666; } -.pagination .item a:hover { -} .pagination:first-child .item { border-bottom: 1px solid #333; } @@ -430,16 +424,12 @@ a.btn { /*=== STRUCTURE */ /*===============*/ /*=== Header */ -.header { -} .header > .item { padding: 10px 0; vertical-align: middle; text-align: center; border-bottom: 1px solid #333; } -.header > .item.title h1 { -} .header > .item.title h1 a { text-decoration: none; } @@ -451,8 +441,6 @@ a.btn { } /*=== Body */ -#global { -} .aside { border-right: 1px solid #333; background: #1c1c1c; -- cgit v1.2.3