fix page top for other themes

pull/3/head
KostyaDanovsky 2015-11-24 14:16:47 +03:00
parent a3a5fd7669
commit cc6d50b8b8
2 changed files with 0 additions and 7 deletions

View File

@ -1,6 +1,3 @@
body.badmin-blue {
background-image: url(../img/blue-bg.jpg);
.page-top {
background-color: rgba(0,0,0,.5);
}
}

View File

@ -1,10 +1,6 @@
body.badmin-transblue {
background-image: url(../img/transblue-bg.jpg);
.page-top {
background-color: rgba(0,0,0,.5);
}
@include overrideColors(#fff);
@include overridePanelBg(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.9));
}