mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 04:09:11 +00:00
remove: styles for non existant radio
This commit is contained in:
@@ -7,7 +7,6 @@
|
|||||||
border: 0.5px solid #cccccc;
|
border: 0.5px solid #cccccc;
|
||||||
min-height: 75px;
|
min-height: 75px;
|
||||||
padding: 0.5em 1em;
|
padding: 0.5em 1em;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#timeslot-container{
|
#timeslot-container{
|
||||||
@@ -29,11 +28,6 @@
|
|||||||
color: #718096
|
color: #718096
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="radio"] {
|
|
||||||
visibility: hidden;
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.time-slot.selected {
|
.time-slot.selected {
|
||||||
color: white;
|
color: white;
|
||||||
background: #5e64ff;
|
background: #5e64ff;
|
||||||
|
|||||||
Reference in New Issue
Block a user