mirror of https://github.com/akveo/blur-admin
fix page top for other themes
parent
a3a5fd7669
commit
cc6d50b8b8
|
@ -1,6 +1,3 @@
|
||||||
body.badmin-blue {
|
body.badmin-blue {
|
||||||
background-image: url(../img/blue-bg.jpg);
|
background-image: url(../img/blue-bg.jpg);
|
||||||
.page-top {
|
|
||||||
background-color: rgba(0,0,0,.5);
|
|
||||||
}
|
|
||||||
}
|
}
|
|
@ -1,10 +1,6 @@
|
||||||
body.badmin-transblue {
|
body.badmin-transblue {
|
||||||
background-image: url(../img/transblue-bg.jpg);
|
background-image: url(../img/transblue-bg.jpg);
|
||||||
|
|
||||||
.page-top {
|
|
||||||
background-color: rgba(0,0,0,.5);
|
|
||||||
}
|
|
||||||
|
|
||||||
@include overrideColors(#fff);
|
@include overrideColors(#fff);
|
||||||
@include overridePanelBg(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.9));
|
@include overridePanelBg(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.9));
|
||||||
}
|
}
|
Loading…
Reference in New Issue