mirror of
https://github.com/mue/mue.git
synced 2026-07-27 18:51:05 +02:00
feat: better settings for time, implement auto theme feature, add dark theme css for date picker etc
This commit is contained in:
@@ -26,10 +26,10 @@ input {
|
||||
}
|
||||
}
|
||||
|
||||
.DayPickerInput {
|
||||
.DayPickerInput, .input-container {
|
||||
input {
|
||||
width: 200px;
|
||||
color: var(--modal-text);
|
||||
color: var(--modal-text) ! important;
|
||||
background: var(--sidebar);
|
||||
border: none;
|
||||
padding: 10px 10px;
|
||||
@@ -195,4 +195,14 @@ input[type=color]::-moz-color-swatch {
|
||||
.radio-title {
|
||||
text-transform: uppercase;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.DayPicker-Day--selected {
|
||||
background-color: #ff4757 !important;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.DayPicker-Months, .DayPickerInput-Overlay {
|
||||
background-color: var(--background) !important;
|
||||
color: var(--modal-text) !important;
|
||||
}
|
||||
Reference in New Issue
Block a user