summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-07-08 23:35:59 +0200
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-07-08 23:35:59 +0200
commit0a51ac60333d0c6b2b4a1081200f0bab5c9b8ba1 (patch)
treeb4f5cad5d0ed0be7e29d3b3cfb365e7f78e452ec
parent61decd4528df572d042ecb7eb614187b287c8b3c (diff)
Fix Dark theme + Changelog
-rw-r--r--CHANGELOG2
-rw-r--r--p/themes/Dark/dark.css12
2 files changed, 1 insertions, 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;