fmartingr
/
shelfzilla
Archived
1
0
Fork 0

CSS fixes

This commit is contained in:
Felipe Martin 2014-03-28 18:21:03 +01:00
parent d1156e7f8c
commit 78532469ae
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
// jquery vegas, background with opacity, not overlaying
.vegas-background {
opacity: .3;
opacity: .2;
z-index: -200;
}

View File

@ -1,5 +1,5 @@
body {
background-color: rgb(241, 242, 246);
background-color: rgb(241, 242, 246) !important;
}
/* Login panel */