소스 검색

Fix icon not appearing (Flat theme)

See https://github.com/marienfressinaud/FreshRSS/issues/651
Marien Fressinaud 11 년 전
부모
커밋
783171011d
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  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;