From 153742b6028cf3df4266151f94e50d667e60fd5b Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Sat, 25 Jan 2014 14:32:52 +0100 Subject: Mise à jour thème Dark et Origine MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) --- p/themes/Dark/freshrss.css | 6 +++--- p/themes/Dark/global.css | 9 +++++++-- p/themes/Origine/global.css | 7 ++++++- 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 { -- cgit v1.2.3