summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-01-25 14:32:52 +0100
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-01-25 14:32:52 +0100
commit153742b6028cf3df4266151f94e50d667e60fd5b (patch)
tree8497da2f6226d0ca5776a3d4ede99ced951caf0f
parent151f3e808e586935b7231b458ecec55cf5921eba (diff)
Mise à jour thème Dark et Origine
Certaines lignes étaient trop claires par rapport au reste du thème Le .stick était "buggué" avec la présence de .dropbox (une bordure de trop). Le problème était surtout visible sur le thème Dark mais a aussi été corrigé sur Origine (Flat Design n'a pas ce problème puisque pas de bordures par défaut)
-rw-r--r--p/themes/Dark/freshrss.css6
-rw-r--r--p/themes/Dark/global.css9
-rw-r--r--p/themes/Origine/global.css7
3 files changed, 16 insertions, 6 deletions
diff --git a/p/themes/Dark/freshrss.css b/p/themes/Dark/freshrss.css
index 2ad30fab2..8e2efd383 100644
--- a/p/themes/Dark/freshrss.css
+++ b/p/themes/Dark/freshrss.css
@@ -201,8 +201,8 @@
font-weight: bold;
line-height: 50px;
background: #1c1c1c;
- border-top: 1px solid #888;
- border-bottom: 1px solid #888;
+ border-top: 1px solid #2f2f2f;
+ border-bottom: 1px solid #2f2f2f;
}
.day:first-child {
border-top: none;
@@ -244,7 +244,7 @@
}
.flux {
- border-left: 3px solid #aaa;
+ border-left: 3px solid #2f2f2f;
background: #1c1c1c;
}
.flux.not_read {
diff --git a/p/themes/Dark/global.css b/p/themes/Dark/global.css
index 4d71c43c5..b02f00526 100644
--- a/p/themes/Dark/global.css
+++ b/p/themes/Dark/global.css
@@ -179,8 +179,13 @@ input, select, textarea {
}
.stick .btn + .btn,
.stick .btn + input,
+ .stick .btn + .dropdown > .btn,
.stick input + .btn,
- .stick input + input {
+ .stick input + input,
+ .stick input + .dropdown > .btn,
+ .stick .dropdown + .btn,
+ .stick .dropdown + input,
+ .stick .dropdown + .dropdown > .btn {
border-left: none;
}
.stick .btn + .dropdown > .btn {
@@ -305,7 +310,7 @@ input, select, textarea {
display: block;
height: 0;
margin: 5px 0;
- border-bottom: 1px solid #ddd;
+ border-bottom: 1px solid #2f2f2f;
}
.nav-list .nav-form {
diff --git a/p/themes/Origine/global.css b/p/themes/Origine/global.css
index 4a4418dea..5209ad161 100644
--- a/p/themes/Origine/global.css
+++ b/p/themes/Origine/global.css
@@ -179,8 +179,13 @@ input, select, textarea {
}
.stick .btn + .btn,
.stick .btn + input,
+ .stick .btn + .dropdown > .btn,
.stick input + .btn,
- .stick input + input {
+ .stick input + input,
+ .stick input + .dropdown > .btn,
+ .stick .dropdown + .btn,
+ .stick .dropdown + input,
+ .stick .dropdown + .dropdown > .btn {
border-left: none;
}
.stick input + .btn {