This commit is contained in:
McShelby 2023-11-19 00:07:04 +00:00
parent be7e2781b1
commit 833ddbefb3
255 changed files with 6247 additions and 6240 deletions

View file

@ -1629,6 +1629,13 @@ html[dir="rtl"] .menu-control span {
appearance: none;
width: 100%;
}
.menu-control button:active,
.menu-control button:focus,
.menu-control select:active,
.menu-control select:focus{
outline-style: auto;
}
.menu-control select {
background-color: transparent;
background-image: none;