Sfoglia il codice sorgente

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

Alexis Degrugillier 12 anni fa
parent
commit
0acbb8e921
2 ha cambiato i file con 2 aggiunte e 6 eliminazioni
  1. 1 5
      p/themes/Dark/freshrss.css
  2. 1 1
      p/themes/Dark/global.css

+ 1 - 5
p/themes/Dark/freshrss.css

@@ -807,11 +807,7 @@ select.number option {
 }
 }
 
 
 .nav-head {
 .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 {
 .header > .item.search input {

+ 1 - 1
p/themes/Dark/global.css

@@ -317,7 +317,7 @@ input, select, textarea {
 	display: block;
 	display: block;
 	margin: 0;
 	margin: 0;
 	background: linear-gradient(to bottom, #fff, #f0f0f0);
 	background: linear-gradient(to bottom, #fff, #f0f0f0);
-	border-bottom: 1px solid #ddd;
+	border-bottom: 1px solid #2f2f2f;
 	text-align: right;
 	text-align: right;
 }
 }
 	.nav-head .item {
 	.nav-head .item {