diff options
| author | 2014-10-26 14:13:05 +0100 | |
|---|---|---|
| committer | 2014-10-26 14:13:05 +0100 | |
| commit | 659515862566744fc90511bc4182fc32ccf2e6b3 (patch) | |
| tree | 84796b37cda0e7ae89cb5eaf9b2c8db0d57d4c79 /p/themes/Flat/flat.css | |
| parent | e86a3d001745656c6ec94837ff3275d4bc93aa5a (diff) | |
Fix themes (aside_feed)
Diffstat (limited to 'p/themes/Flat/flat.css')
| -rw-r--r-- | p/themes/Flat/flat.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/p/themes/Flat/flat.css b/p/themes/Flat/flat.css index eb7737c5d..313bee0ee 100644 --- a/p/themes/Flat/flat.css +++ b/p/themes/Flat/flat.css @@ -483,7 +483,6 @@ a.btn { background: #34495e; line-height: 2.5rem; font-size: 1rem; - font-weight: bold; } .tree-folder-title .title { background: inherit; @@ -494,6 +493,7 @@ a.btn { } .tree-folder.active .tree-folder-title { background: #2980b9; + font-weight: bold; } .tree-folder-items { background: #2c3e50; @@ -597,7 +597,6 @@ a.btn { .aside_feed .tree-folder-items .item:hover .dropdown-toggle > .icon, .aside_feed .tree-folder-items .item.active .dropdown-toggle > .icon { border-radius: 3px; - vertical-align: middle; } /*=== Configuration pages */ |
