aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-01-22 23:25:09 -0800
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-01-22 23:25:09 -0800
commitf1249a3a70ff55fd9e293172a664fa5b20437157 (patch)
tree6383f34f34f79de7880e63d5d9f50de89bba3f0e
parent3144f3386d78c5fa373cbb7369ab8f2fbe3ad881 (diff)
parent0acbb8e92186a04b39e5e06f62cfc1eee42e13d8 (diff)
Merge pull request #384 from aledeg/issue370
Changement de la couleur de fond de la barre de déconnexion
-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 {