فهرست منبع

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)
Marien Fressinaud 12 سال پیش
والد
کامیت
153742b602
3فایلهای تغییر یافته به همراه16 افزوده شده و 6 حذف شده
  1. 3 3
      p/themes/Dark/freshrss.css
  2. 7 2
      p/themes/Dark/global.css
  3. 6 1
      p/themes/Origine/global.css

+ 3 - 3
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 {

+ 7 - 2
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 {

+ 6 - 1
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 {