Fixed padding in dropdown
This commit is contained in:
@@ -93,6 +93,13 @@ select {
|
||||
background-color: var(--bg-input) !important;
|
||||
border-color: var(--border-input) !important;
|
||||
color: var(--text-primary) !important;
|
||||
padding-right: 2rem !important;
|
||||
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%239ca3af' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") !important;
|
||||
background-repeat: no-repeat !important;
|
||||
background-position: right 0.6rem center !important;
|
||||
background-size: 12px !important;
|
||||
-webkit-appearance: none !important;
|
||||
appearance: none !important;
|
||||
}
|
||||
input::placeholder,
|
||||
textarea::placeholder {
|
||||
|
||||
Reference in New Issue
Block a user