Adding arrow for select
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -20,6 +20,12 @@ strong {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
select {
|
||||
background-image: url('/upload/filemanager/icon/arrow-down.svg') !important;
|
||||
background-repeat: no-repeat !important;
|
||||
background-position: calc(100% - 16px) center !important;
|
||||
cursor: pointer;
|
||||
}
|
||||
.main-page {
|
||||
padding-top: 0px;
|
||||
padding-bottom: 0;
|
||||
|
||||
Reference in New Issue
Block a user