mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-05 19:24:39 +00:00
restyle motd
This commit is contained in:
+28
-1
@@ -250,6 +250,10 @@ html {
|
||||
grid-template-columns: repeat(autofit, minmax(200px, 400px)) !important;
|
||||
background: unset;
|
||||
|
||||
section.message {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
// TODO: Make this only opacity 0 when the animation will be played to stop a flash of the original
|
||||
> section {
|
||||
border-radius: 16px !important;
|
||||
@@ -2102,10 +2106,33 @@ div.bar.flat {
|
||||
background: var(--background-secondary) !important;
|
||||
}
|
||||
|
||||
.dashlet-motd {
|
||||
.dashlet-motd {
|
||||
padding: 7px !important;
|
||||
.message {
|
||||
font-size: 24px !important;
|
||||
border-radius: 12px !important;
|
||||
border: none !important;
|
||||
box-shadow: none !important;
|
||||
color: #fff !important;
|
||||
padding: 16px !important;
|
||||
margin: 0 !important;
|
||||
height: 100% !important;
|
||||
max-height: none !important;
|
||||
display: flex !important;
|
||||
align-items: flex-start !important;
|
||||
overflow: hidden !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.cke_toolbox > .cke_toolbar > .cke_toolgroup > .cke_button {
|
||||
background: var(--background-secondary) !important;
|
||||
color: var(--text-primary) !important;
|
||||
}
|
||||
|
||||
.cke_toolbox > .cke_toolbar > .cke_combo > .cke_combo_button {
|
||||
background: var(--background-secondary) !important;
|
||||
color: var(--text-primary) !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user