logging.html style improvement
#55
Merged
naeem.ullah
merged 1 commits from mazdak/UX-2362 into dev-pending-20-01-2026 1 week ago
@ -0,0 +1,29 @@
|
|||||||
|
.date-input-wrapper {
|
||||||
|
position: relative;
|
||||||
|
|
||||||
|
input[type="date"] {
|
||||||
|
cursor: pointer;
|
||||||
|
padding-right: 35px;
|
||||||
|
|
||||||
|
&::-webkit-calendar-picker-indicator {
|
||||||
|
position: absolute;
|
||||||
|
left: 0;
|
||||||
|
top: 0;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
cursor: pointer;
|
||||||
|
opacity: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.calendar-icon {
|
||||||
|
position: absolute;
|
||||||
|
right: 10px;
|
||||||
|
top: 50%;
|
||||||
|
transform: translateY(-50%);
|
||||||
|
pointer-events: none;
|
||||||
|
color: #6c757d;
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue