Bladeren bron

Suggestion of implementation for the Flat Design theme

Alexandre Alapetite 12 jaren geleden
bovenliggende
commit
6e9b4501eb
1 gewijzigde bestanden met toevoegingen van 15 en 0 verwijderingen
  1. 15 0
      public/themes/flat-design/freshrss.css

+ 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;