aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2015-08-19 16:00:15 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2015-08-19 16:00:15 +0200
commitfdab81e910f65babd1945e67c74b8bb541bcbfb3 (patch)
treef419316c73aaa40202b5e27b08a675ead9a4a394 /src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css
parente62d27ff9b3f07f09a77e075653c6a650860f5ec (diff)
downloadwallabag-fdab81e910f65babd1945e67c74b8bb541bcbfb3.tar.gz
wallabag-fdab81e910f65babd1945e67c74b8bb541bcbfb3.tar.zst
wallabag-fdab81e910f65babd1945e67c74b8bb541bcbfb3.zip
warning bar: add parameter to dis/enable it
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css')
-rwxr-xr-xsrc/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css b/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css
index c812ed6f..52a2be80 100755
--- a/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css
@@ -26,7 +26,7 @@ body {
26 background: #f0f0f0; 26 background: #f0f0f0;
27} 27}
28 28
29#alphabar { 29#warning_message {
30 position: fixed; 30 position: fixed;
31 background-color: #ff6347; 31 background-color: #ff6347;
32 z-index: 1000; 32 z-index: 1000;
@@ -36,7 +36,7 @@ body {
36 color: #000; 36 color: #000;
37} 37}
38 38
39#alphabar a { 39#warning_message a {
40 color: #555; 40 color: #555;
41} 41}
42 42