Also convert template body-background-image to var()

And cleanup more CSS
This commit is contained in:
djmaze 2021-02-05 15:31:42 +01:00
parent d9bece04b2
commit 5e9941d58f
15 changed files with 46 additions and 207 deletions

View file

@ -7,7 +7,7 @@
}
.g-ui-link {
color: #336699;
color: #369;
text-decoration: underline;
cursor: pointer;
padding: 2px;
@ -22,18 +22,6 @@
min-height: 300px;
}
.g-ui-absolute-reset {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
padding: 0;
margin: 0;
border: 0;
z-index: 0;
}
.g-ui-menu {
max-height: 400px;
max-width: 300px;
@ -167,7 +155,6 @@
}
}
html.mobile .hide-mobile,
.command.command-disabled.hide-on-disabled-command {
html.mobile .hide-mobile {
display:none;
}