Explorar el Código

Update design (mark as read area)

Modification des couleurs et de l'espace attribué (voir issue #137)
Marien Fressinaud hace 12 años
padre
commit
619671ec66
Se han modificado 2 ficheros con 15 adiciones y 16 borrados
  1. 7 8
      public/themes/default/freshrss.css
  2. 8 8
      public/themes/flat-design/freshrss.css

+ 7 - 8
public/themes/default/freshrss.css

@@ -498,18 +498,17 @@
 }
 
 .bigMarkAsRead {
-	background:#CCC;
-	color:#FFF;
-	cursor:pointer;
-	height:32em;
-	text-shadow: 0 -1px 0 #AAA;
+	cursor: pointer;
+	height: 300px;
+	text-shadow: 0 -1px 0 #aaa;
 }
 .bigMarkAsRead:hover {
-	background:#06C;
+	background: #333;
+	color: #fff;
 }
 .bigTick {
-	font-size:72pt;
-	margin:32px 0 8px 0;
+	font-size: 72pt;
+	margin: 75px 0 10px 0;
 }
 
 /*** NOTIFICATION ***/

+ 8 - 8
public/themes/flat-design/freshrss.css

@@ -501,18 +501,18 @@ body {
 }
 
 .bigMarkAsRead {
-	background:#34495E;
-	color:#FFF;
-	cursor:pointer;
-	height:32em;
-	text-shadow: 0 -1px 0 #AAA;
+	background: #ecf0f1;
+	cursor: pointer;
+	height: 300px;
+	text-shadow: 0 -1px 0 #aaa;
 }
 .bigMarkAsRead:hover {
-	background:#3498db;
+	background: #34495e;
+	color: #fff;
 }
 .bigTick {
-	font-size:72pt;
-	margin:32px 0 8px 0;
+	font-size: 72pt;
+	margin: 75px 0 10px 0;
 }
 
 /*** NOTIFICATION ***/