diff options
Diffstat (limited to 'public/themes/flat-design/freshrss.css')
| -rw-r--r-- | public/themes/flat-design/freshrss.css | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/public/themes/flat-design/freshrss.css b/public/themes/flat-design/freshrss.css index 385b9d71e..20be063c5 100644 --- a/public/themes/flat-design/freshrss.css +++ b/public/themes/flat-design/freshrss.css @@ -426,7 +426,7 @@ body { border-radius: 5px; } #panel .close { - position: absolute; + position: fixed; top: 10px; right: 0px; display: inline-block; width: 26px; @@ -441,6 +441,14 @@ body { background: #7f8c8d; } +#overlay { + display: none; + position: fixed; + top: 0; bottom: 0; + left: 0; right: 0; + background: rgba(0, 0, 0, 0.9); +} + .flux_content .bottom { font-size: 90%; text-align: center; |
