aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css
diff options
context:
space:
mode:
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