Browse Source

Fix icon not appearing (Flat theme)

See https://github.com/marienfressinaud/FreshRSS/issues/651
Marien Fressinaud 11 years ago
parent
commit
783171011d
1 changed files with 6 additions and 0 deletions
  1. 6 0
      p/themes/Flat/flat.css

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

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