Przeglądaj źródła

Fix icon not appearing (Flat theme)

See https://github.com/marienfressinaud/FreshRSS/issues/651
Marien Fressinaud 11 lat temu
rodzic
commit
783171011d
1 zmienionych plików z 6 dodań i 0 usunięć
  1. 6 0
      p/themes/Flat/flat.css

+ 6 - 0
p/themes/Flat/flat.css

@@ -652,6 +652,12 @@ a.btn {
 	padding: 5px 0;
 }
 
+#dropdown-query ~ .dropdown-menu .dropdown-header .icon {
+	vertical-align: middle;
+	background-color: #95a5a6;
+	border-radius: 3px;
+}
+
 /*=== Feed articles */
 .flux {
 	border-left: 2px solid #ecf0f1;