summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexis Degrugillier <github@ainw.org> 2014-01-22 19:34:00 -0500
committerGravatar Alexis Degrugillier <github@ainw.org> 2014-01-22 19:34:00 -0500
commit0acbb8e92186a04b39e5e06f62cfc1eee42e13d8 (patch)
tree6383f34f34f79de7880e63d5d9f50de89bba3f0e
parent3144f3386d78c5fa373cbb7369ab8f2fbe3ad881 (diff)
Changement de la couleur de fond de la barre de déconnexion
La barre de déconnexion lors de la navigation mobile est blanche sur le thème Dark. Le fond a été modifié pour être cohérent avec le reste du thème. Voir #370
-rw-r--r--p/themes/Dark/freshrss.css6
-rw-r--r--p/themes/Dark/global.css2
2 files changed, 2 insertions, 6 deletions
diff --git a/p/themes/Dark/freshrss.css b/p/themes/Dark/freshrss.css
index 2e9ecee21..af2a7d455 100644
--- a/p/themes/Dark/freshrss.css
+++ b/p/themes/Dark/freshrss.css
@@ -807,11 +807,7 @@ select.number option {
}
.nav-head {
- background: #fff;
- background: -moz-linear-gradient(top, #fff 0%, #f0f0f0 100%);
- background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
- background: -o-linear-gradient(top, #fff 0%, #f0f0f0 100%);
- background: -ms-linear-gradient(top, #fff 0%, #f0f0f0 100%);
+ background: #1c1c1c;
}
.header > .item.search input {
diff --git a/p/themes/Dark/global.css b/p/themes/Dark/global.css
index c76e3b1ba..b982dd596 100644
--- a/p/themes/Dark/global.css
+++ b/p/themes/Dark/global.css
@@ -317,7 +317,7 @@ input, select, textarea {
display: block;
margin: 0;
background: linear-gradient(to bottom, #fff, #f0f0f0);
- border-bottom: 1px solid #ddd;
+ border-bottom: 1px solid #2f2f2f;
text-align: right;
}
.nav-head .item {