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

@ -54,7 +54,7 @@
background-color: #333;
background-color: rgba(0,0,0,0.8) !important;
.close, .close-custom, .minimize-custom {
.close, .minimize-custom {
opacity: 1;
color: #fff;
border-color: #eee;
@ -145,44 +145,6 @@
color: red;
font-weight: bold;
}
.b-appachments {
.b-attacment {
line-height: 20px;
padding-bottom: 10px;
}
.b-attacment-in-process {
line-height: 20px;
padding-bottom: 10px;
.uploading {
display: none;
padding-right: 5px;
}
&.uploading .uploading {
display: inline;
}
.upload-progress {
font-weight: bold;
}
&.error .namedStr {
color: #888;
}
.error {
color: red;
}
.close, .close-custom {
float: left;
padding-right: 13px;
}
}
}
}
.cke_chrome {