mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-11 16:35:38 +00:00
no border radius for date selector and select2
This commit is contained in:
parent
6e1ce682f2
commit
3f699ebe62
|
@ -272,6 +272,15 @@ a.accordion2-toggle:focus, a.accordion2-toggle:hover {
|
|||
text-decoration: none;
|
||||
}
|
||||
|
||||
.select2-container--bootstrap4 .select2-selection {
|
||||
border-radius: 0px;
|
||||
}
|
||||
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
|
||||
border-radius: 0px;
|
||||
}
|
||||
.datepicker {
|
||||
border-radius: 0px;
|
||||
}
|
||||
span.datepicker {
|
||||
padding: 0px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user