summaryrefslogtreecommitdiff
path: root/p
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-10-04 10:30:40 +0200
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-10-04 10:30:40 +0200
commit783171011dc6256f37cbd4365f5405b5e8a4b44e (patch)
tree13f0ef023726963232af176c2b356904d4ce8043 /p
parentdd945df0cb2bae216b4612364506e74aa3259c0b (diff)
Fix icon not appearing (Flat theme)
See https://github.com/marienfressinaud/FreshRSS/issues/651
Diffstat (limited to 'p')
-rw-r--r--p/themes/Flat/flat.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/p/themes/Flat/flat.css b/p/themes/Flat/flat.css
index 7b2695781..e2151b1f9 100644
--- a/p/themes/Flat/flat.css
+++ b/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;