mirror of
https://github.com/TotalFreedomMC/Website.git
synced 2024-12-22 08:15:14 +00:00
Missing curly brace
This commit is contained in:
parent
95a8995be7
commit
2a8453f691
1 changed files with 2 additions and 1 deletions
|
@ -30,7 +30,8 @@ select {
|
||||||
color: white;
|
color: white;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
|
}
|
||||||
|
|
||||||
select::before {
|
select::before {
|
||||||
border-bottom-style: solid;
|
border-bottom-style: solid;
|
||||||
border-top: none;
|
border-top: none;
|
||||||
|
|
Loading…
Reference in a new issue