diff --git a/public/index.html b/public/index.html index 8492de8..47ef7ca 100644 --- a/public/index.html +++ b/public/index.html @@ -118,20 +118,15 @@ -
- - - -
- - -
- -
+
+ +
+ + + +
+ +
diff --git a/public/style.css b/public/style.css index 3b7aacc..83601d0 100644 --- a/public/style.css +++ b/public/style.css @@ -2362,6 +2362,26 @@ small { margin-top: 10px; } +.date-btn { + flex: 1; + padding: 10px 15px; + background: #f8f9fa; + border: 2px solid #e9ecef; + border-radius: 8px; + color: #495057; + font-size: 14px; + cursor: pointer; + transition: all 0.3s ease; + display: flex; + align-items: center; + justify-content: center; + gap: 8px; +} +.date-btn:hover { + background: #f2f4f7; + border-color: #3d94eb; + transform: translateY(-2px); +} .time-btn { flex: 1; padding: 10px 15px;