Fix icon not appearing (Flat theme)

See https://github.com/marienfressinaud/FreshRSS/issues/651
pull/654/head
Marien Fressinaud 10 years ago
parent dd945df0cb
commit 783171011d
  1. 6
      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;

Loading…
Cancel
Save