Adding arrow for select

This commit is contained in:
Roman Pyrih
2026-02-03 08:21:12 +01:00
parent c475e34159
commit b4a82dcd56
3 changed files with 8 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -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;