Просмотр исходного кода

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 лет назад
Родитель
Сommit
0acbb8e921
2 измененных файлов с 2 добавлено и 6 удалено
  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 {
-	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 {

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