[Legacy] Roles Dropdown Styling Fixes

This commit is contained in:
balumahendran 2022-04-05 12:51:52 +05:30 committed by Clemente Raposo
parent e4a49cb549
commit c75cf93a91

View file

@ -63,4 +63,9 @@
border-radius: 10px;
overflow: hidden;
}
select {
background: url($select-edit-background-url) no-repeat right;
background-size: 25px 11px;
border-color: $bright-grey;
}
}