diff --git a/rezervace-aut.html b/rezervace-aut.html index 4b6699b..7134a62 100644 --- a/rezervace-aut.html +++ b/rezervace-aut.html @@ -275,6 +275,48 @@ padding: 0.5rem; } + /* Time input styling */ + .time-input-wrapper { + position: relative; + } + + .time-input-wrapper i { + position: absolute; + left: 0.75rem; + top: 50%; + transform: translateY(-50%); + color: #6b7280; + pointer-events: none; + } + + .time-input-wrapper input[type="time"] { + width: 100%; + padding: 0.5rem 0.75rem 0.5rem 2.5rem; + border: 1px solid #d1d5db; + border-radius: 0.375rem; + appearance: none; + background-color: white; + color: #111827; + } + + .time-input-wrapper input[type="time"]:focus { + outline: 2px solid transparent; + outline-offset: 2px; + border-color: #004990; + box-shadow: 0 0 0 1px #004990; + } + + /* Hide default time picker icon in Edge/Chrome */ + .time-input-wrapper input[type="time"]::-webkit-calendar-picker-indicator { + background: none; + padding-right: 0.5rem; + } + + /* Style for Firefox */ + .time-input-wrapper input[type="time"]::-moz-calendar-picker-indicator { + background: none; + } + /* Responsive form layout */ @media (max-width: 640px) { .form-container { @@ -463,7 +505,26 @@
+ Pro rychlé vytvoření rezervace dvakrát klikněte na požadovaný čas/den v kalendáři. +
+