Przeglądaj źródła

Change color:hover for bigMark

See https://github.com/marienfressinaud/FreshRSS/issues/480
Marien Fressinaud 11 lat temu
rodzic
commit
7d461779b3
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      p/themes/Origine/origine.css

+ 2 - 2
p/themes/Origine/origine.css

@@ -808,12 +808,12 @@ a.btn {
 	background: #fafafa;
 	background: #fafafa;
 }
 }
 #bigMarkAsRead:hover {
 #bigMarkAsRead:hover {
-	color: #27ae60;
+	color: #0062be;
 	background: #fff;
 	background: #fff;
 	box-shadow: 0 -5px 10px #eee inset;
 	box-shadow: 0 -5px 10px #eee inset;
 }
 }
 #bigMarkAsRead:hover .bigTick {
 #bigMarkAsRead:hover .bigTick {
-	text-shadow: 0 0 5px #27ae60;
+	text-shadow: 0 0 5px #0062be;
 }
 }
 
 
 /*=== Navigation menu (for articles) */
 /*=== Navigation menu (for articles) */