diff options
| author | 2014-10-03 12:18:43 +0200 | |
|---|---|---|
| committer | 2014-10-03 12:18:43 +0200 | |
| commit | 9f8d3d0527988b768f739fd4c0e61de68dfdd822 (patch) | |
| tree | f2f17790945c9058f2d0b3592d69eb2e0aae18fb /p/themes/Flat/flat.css | |
| parent | 94520ee326d1ad7323172a6d92ec0645e4606b73 (diff) | |
Fix configure icon on Flat design
See https://github.com/marienfressinaud/FreshRSS/issues/468
Diffstat (limited to 'p/themes/Flat/flat.css')
| -rw-r--r-- | p/themes/Flat/flat.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/p/themes/Flat/flat.css b/p/themes/Flat/flat.css index d0ac46fd5..7b2695781 100644 --- a/p/themes/Flat/flat.css +++ b/p/themes/Flat/flat.css @@ -464,6 +464,11 @@ a.btn { .box .box-content .item .configure { visibility: hidden; } +.box .box-content .item .configure .icon { + vertical-align: middle; + background-color: #95a5a6; + border-radius: 3px; +} .box .box-content .item:hover .configure { visibility: visible; } |
