mirror of
https://github.com/unraid/webgui.git
synced 2025-12-31 06:30:10 -06:00
15 lines
265 B
CSS
15 lines
265 B
CSS
input[type="date"] {
|
|
border: none;
|
|
margin-left: -2px;
|
|
padding-left: 0;
|
|
background: transparent;
|
|
box-shadow: none;
|
|
}
|
|
select.noframe {
|
|
border: none;
|
|
margin-left: 0;
|
|
padding-left: 0;
|
|
background: transparent;
|
|
box-shadow: none;
|
|
}
|