mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
Developing: Custom backgrounds
This commit is contained in:
@@ -41,6 +41,10 @@ table th {
|
||||
background-color: #161616;
|
||||
}
|
||||
|
||||
/* .cke_panel_listItem {
|
||||
|
||||
} */
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
|
||||
@@ -1169,6 +1169,17 @@ div > ol:has(.uiFileHandlerWrapper) {
|
||||
border-radius: 0.5rem;
|
||||
}
|
||||
|
||||
.cke_panel > iframe {
|
||||
height: 180px;
|
||||
background: var(--background-primary);
|
||||
}
|
||||
|
||||
.cke_panel {
|
||||
border-radius: 1rem;
|
||||
overflow: hidden;
|
||||
background: unset;
|
||||
}
|
||||
|
||||
.Avatar__Avatar___gE5kx.Avatar__staff___4gVLs {
|
||||
--person-colour: var(--better-light);
|
||||
background: var(--person-colour, var(--navy));
|
||||
|
||||
@@ -19,4 +19,10 @@
|
||||
top: 80px;
|
||||
height: 590px;
|
||||
z-index: 20;
|
||||
}
|
||||
|
||||
.imageBackground {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
}
|
||||
Reference in New Issue
Block a user