Initial commit - Admin Template HTML
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
/* Pickers Page Specific Styles */
|
||||
input[type="date"]::-webkit-calendar-picker-indicator,
|
||||
input[type="time"]::-webkit-calendar-picker-indicator {
|
||||
opacity: 0;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
cursor: pointer;
|
||||
}
|
||||
Reference in New Issue
Block a user