diff options
| author | 2014-07-08 23:35:59 +0200 | |
|---|---|---|
| committer | 2014-07-08 23:35:59 +0200 | |
| commit | 0a51ac60333d0c6b2b4a1081200f0bab5c9b8ba1 (patch) | |
| tree | b4f5cad5d0ed0be7e29d3b3cfb365e7f78e452ec | |
| parent | 61decd4528df572d042ecb7eb614187b287c8b3c (diff) | |
Fix Dark theme + Changelog
| -rw-r--r-- | CHANGELOG | 2 | ||||
| -rw-r--r-- | p/themes/Dark/dark.css | 12 |
2 files changed, 1 insertions, 13 deletions
@@ -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; |
