fix markdown editor and sidebar

This commit is contained in:
Jan-Niklas Weghorn 2023-11-10 11:52:26 +01:00
parent 94279b74c9
commit 8205812c84

View File

@ -2776,7 +2776,7 @@ a.btn.disabled, fieldset:disabled a.btn {
} }
.btn-link:hover { .btn-link:hover {
color: #000; color: #fff;
text-decoration: underline text-decoration: underline
} }
@ -3379,15 +3379,15 @@ input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].bt
} }
.dropdown-item:focus, .dropdown-item:hover { .dropdown-item:focus, .dropdown-item:hover {
color: #16181b; color: #fff !important;
text-decoration: none; text-decoration: none;
background-color: #f8f9fa background-color: #4E4E4E !important;
} }
.dropdown-item.active, .dropdown-item:active { .dropdown-item.active, .dropdown-item:active {
color: #fff; color: #fff;
text-decoration: none; text-decoration: none;
background-color: #b98766 background-color: #b98766 !important;
} }
.dropdown-item.disabled, .dropdown-item:disabled { .dropdown-item.disabled, .dropdown-item:disabled {
@ -3676,7 +3676,7 @@ input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].bt
} }
.custom-control-input:focus ~ .custom-control-label:before { .custom-control-input:focus ~ .custom-control-label:before {
box-shadow: 0 0 0 .2rem rgba(0, 6, 55, .25) box-shadow: 0 0 0 .2rem var(--primary)
} }
.custom-control-input:focus:not(:checked) ~ .custom-control-label:before { .custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
@ -5612,13 +5612,13 @@ a.badge-dark.focus, a.badge-dark:focus {
font-size: 1.5rem; font-size: 1.5rem;
font-weight: 700; font-weight: 700;
line-height: 1; line-height: 1;
color: #000; color: #fff;
text-shadow: 0 1px 0 #fff; text-shadow: 0 1px 0 #fff;
opacity: .5 opacity: .5
} }
.close:hover { .close:hover {
color: #000; color: #fff;
text-decoration: none text-decoration: none
} }
@ -10467,6 +10467,10 @@ textarea, input:not([type="submit"]):not([class="multiselect__input"]):not([clas
.b-calendar-grid-help, .b-calendar-grid-help,
.v-note-op, .v-note-op,
.v-note-show,
.v-show-content,
.op-icon.dropdown-item,
.popup-dropdown,
.content-input-wrapper, .content-input-wrapper,
.auto-textarea-input, .auto-textarea-input,
.bottom-action-bar, .bottom-action-bar,
@ -10483,6 +10487,11 @@ textarea, input:not([type="submit"]):not([class="multiselect__input"]):not([clas
color: #fff !important; color: #fff !important;
} }
.op-icon:hover, .op-icon.selected {
background-color: #303030 !important;
color: #fff !important;
}
.multiselect__tag-icon:hover, .multiselect__tag-icon:focus { .multiselect__tag-icon:hover, .multiselect__tag-icon:focus {
background-color: rgb(20, 20, 20) !important; background-color: rgb(20, 20, 20) !important;
} }
@ -10562,7 +10571,6 @@ textarea, input:not([type="submit"]):not([class="multiselect__input"]):not([clas
background-color: #4E4E4E !important; background-color: #4E4E4E !important;
} }
.dropdown-item { .b-sidebar-body {
color: #fff !important; background-color: #303030 !important;
} }