sdf
This commit is contained in:
parent
0df1ded72a
commit
b54d981655
1 changed files with 7 additions and 1 deletions
|
|
@ -1,6 +1,12 @@
|
||||||
/* custom.css */
|
/* custom.css */
|
||||||
|
|
||||||
/* Base background behavior */
|
/* Base background behavior */
|
||||||
|
html,
|
||||||
|
body,
|
||||||
|
body > div {
|
||||||
|
background-color: transparent !important;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-size: cover !important;
|
background-size: cover !important;
|
||||||
background-position: center center !important;
|
background-position: center center !important;
|
||||||
|
|
@ -9,7 +15,7 @@ body {
|
||||||
|
|
||||||
/* Per-tab backgrounds */
|
/* Per-tab backgrounds */
|
||||||
body.tab-glance {
|
body.tab-glance {
|
||||||
background-image: url("/app/images/bg-glance.jpg") !important;
|
background-image: url("/images/bg-glance.jpg") !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.tab-pncharris {
|
body.tab-pncharris {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue