Add carets to select (#737)
Cette révision appartient à :
Parent
fac5196299
révision
5b7f3efd71
1 fichiers modifiés avec 6 ajouts et 6 suppressions
|
@ -96,6 +96,12 @@ select.form-input {
|
|||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
padding-right: 1.5rem;
|
||||
background-color: white;
|
||||
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='%23676767' d='M24 34l18-20H6'/%3E%3C/svg%3E");
|
||||
background-position-x: right 0.3rem;
|
||||
background-position-y: center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: auto 40%;
|
||||
}
|
||||
|
||||
.form-icon {
|
||||
|
@ -105,12 +111,6 @@ select.form-input {
|
|||
pointer-events: none;
|
||||
}
|
||||
|
||||
select.form-input + .select-icon {
|
||||
background: none; border: none;
|
||||
margin-left: -1.25rem;
|
||||
margin-right: 0.25rem;
|
||||
}
|
||||
|
||||
.form-input.search-box + .search-icon {
|
||||
margin-left: -2rem;
|
||||
padding: 5px 10px;
|
||||
|
|
Référencer dans un nouveau ticket