mirror of
https://github.com/zulip/zulip.git
synced 2025-11-17 04:12:02 +00:00
styles: Remove incorrect css block for datepicker input.
This block didn't work consistently across .night-mode and .color-scheme-automatic classes, and the default style for this field already works for the day and night themes both.
This commit is contained in:
committed by
Tim Abbott
parent
ddcea9c64b
commit
9299ad7843
@@ -1545,10 +1545,6 @@ input[type="checkbox"] {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.night-mode) #settings_page .custom_user_field .datepicker {
|
|
||||||
background-color: hsl(0, 0%, 100%);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Dialog widgets should be centered, which this roughly achieves. */
|
/* Dialog widgets should be centered, which this roughly achieves. */
|
||||||
#dialog_widget_modal {
|
#dialog_widget_modal {
|
||||||
top: calc(50% - 120px);
|
top: calc(50% - 120px);
|
||||||
|
|||||||
Reference in New Issue
Block a user