mirror of
https://github.com/Dvorinka/MyClubServer.git
synced 2026-06-04 10:42:57 +00:00
hot fix #1
This commit is contained in:
@@ -18,6 +18,16 @@ button, input, textarea, select {
|
||||
font-family: var(--font-body, var(--chakra-fonts-body, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', sans-serif));
|
||||
}
|
||||
|
||||
input[type="date"],
|
||||
input[type="datetime-local"],
|
||||
input[type="time"] {
|
||||
border-radius: 9999px;
|
||||
padding-inline: 1rem;
|
||||
padding-block: 0.5rem;
|
||||
height: 2.5rem;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
/* Dark mode root styles */
|
||||
html.chakra-ui-dark,
|
||||
.chakra-ui-dark body,
|
||||
|
||||
Reference in New Issue
Block a user