mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-01-19 22:27:59 +01:00
small formatting fix
This commit is contained in:
parent
5c347eccb6
commit
cada75667a
1 changed files with 2 additions and 2 deletions
|
@ -165,8 +165,8 @@ select.input:focus {
|
|||
-moz-appearance: none;
|
||||
appearance: none;
|
||||
background:
|
||||
linear-gradient(45deg, transparent 50%, var(--foreground-color) 50%) calc(100% - 15px) 12px/5px 5px no-repeat,
|
||||
linear-gradient(135deg, var(--foreground-color) 50%, transparent 50%) calc(100% - 10px) 12px/5px 5px no-repeat;
|
||||
linear-gradient(45deg, transparent 50%, var(--foreground-color) 50%) calc(100% - 15px) 12px / 5px 5px no-repeat,
|
||||
linear-gradient(135deg, var(--foreground-color) 50%, transparent 50%) calc(100% - 10px) 12px / 5px 5px no-repeat;
|
||||
padding-right: 25px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue