summaryrefslogtreecommitdiff
path: root/public/themes/flat-design/freshrss.css
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2013-10-07 22:07:17 +0200
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2013-10-07 22:07:17 +0200
commitf4e2501e47e9178f5ad5bd67c099c1da5e8a2323 (patch)
tree62d821aaa4f938215aed2e2b31d34f316171d409 /public/themes/flat-design/freshrss.css
parenta09dc8a7c0e2292d09b50ad5c97044565e497ce2 (diff)
Ajout d'un fond noir en mode vue globale
Cache le site pour se concentrer sur la liste d'articles
Diffstat (limited to 'public/themes/flat-design/freshrss.css')
-rw-r--r--public/themes/flat-design/freshrss.css10
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;