75 lines
1.6 KiB
SCSS
75 lines
1.6 KiB
SCSS
.user-main .about.collapsed-info .details {
|
|
background: var(--d-content-background);
|
|
}
|
|
|
|
.user-menu .quick-access-panel .read,
|
|
.user-notifications-list .read {
|
|
background: var(--d-content-background);
|
|
}
|
|
|
|
.powered-by-discourse {
|
|
z-index: 9999;
|
|
}
|
|
|
|
.boxed.white {
|
|
background-color: var(--d-content-background);
|
|
}
|
|
|
|
.admin-area .sidebar-wrapper .admin-panel {
|
|
background-color: transparent;
|
|
}
|
|
|
|
.admin-report .main .report-alert.no-data,
|
|
.admin-report .main .report-alert.rate-limited {
|
|
background-color: var(--d-content-background);
|
|
}
|
|
|
|
.admin-detail {
|
|
background-color: var(--d-content-background);
|
|
}
|
|
|
|
.select-kit.combo-box .select-kit-header,
|
|
.select-kit.multi-select .multi-select-header,
|
|
.d-editor-textarea-wrapper,
|
|
.fk-d-menu__inner-content,
|
|
.menu-panel {
|
|
background-color: var(--d-content-background);
|
|
}
|
|
|
|
.fk-d-menu .btn {
|
|
border-radius: 0;
|
|
}
|
|
|
|
.d-editor-button-bar {
|
|
padding: 3px;
|
|
}
|
|
|
|
.open .grippie {
|
|
background-color: var(--accent-color);
|
|
}
|
|
|
|
.d-editor-textarea-wrapper.in-focus,
|
|
input[type="text"]:focus,
|
|
input[type="password"]:focus,
|
|
input[type="datetime"]:focus,
|
|
input[type="datetime-local"]:focus,
|
|
input[type="date"]:focus,
|
|
input[type="month"]:focus,
|
|
input[type="time"]:focus,
|
|
input[type="week"]:focus,
|
|
input[type="number"]:focus,
|
|
input[type="email"]:focus,
|
|
input[type="url"]:focus,
|
|
input[type="search"]:focus,
|
|
input[type="tel"]:focus,
|
|
input[type="color"]:focus,
|
|
.select-kit.multi-select.is-expanded .multi-select-header,
|
|
.select-kit.multi-select .multi-select-header:focus {
|
|
border-color: var(--accent-color);
|
|
outline: 2px solid var(--accent-color);
|
|
}
|
|
|
|
#reply-control {
|
|
background-color: var(--background-color);
|
|
}
|