4
0
Эх сурвалжийг харах

Suggestion of implementation for the Flat Design theme

Alexandre Alapetite 12 жил өмнө
parent
commit
6e9b4501eb

+ 15 - 0
public/themes/flat-design/freshrss.css

@@ -494,6 +494,21 @@ body {
 	font-size: 0;
 }
 
+.bigMarkAsRead {
+	background:#34495E;
+	color:#FFF;
+	cursor:pointer;
+	height:32em;
+	text-shadow: 0 -1px 0 #AAA;
+}
+.bigMarkAsRead:hover {
+	background:#D04200;
+}
+.bigTick {
+	font-size:72pt;
+	margin:32px 0 8px 0;
+}
+
 /*** NOTIFICATION ***/
 .notification {
 	position: fixed;