diff options
Diffstat (limited to 'public/themes/default/freshrss.css')
| -rw-r--r-- | public/themes/default/freshrss.css | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/public/themes/default/freshrss.css b/public/themes/default/freshrss.css index 6eb3bc7bf..f43fa3c3f 100644 --- a/public/themes/default/freshrss.css +++ b/public/themes/default/freshrss.css @@ -432,7 +432,7 @@ border-radius: 5px; } #panel .close { - position: absolute; + position: fixed; top: 10px; right: 0; display: inline-block; width: 26px; @@ -445,6 +445,14 @@ background: #fff; } +#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; |
