polishing skill selector in DP

This commit is contained in:
Vlyan
2022-02-11 18:51:37 +01:00
parent 165c8c81c7
commit 16dbc7939d
6 changed files with 68 additions and 37 deletions

View File

@@ -93,9 +93,15 @@
border: none !important;
text-shadow: none !important;
}
select {
text-align: center;
width: 134px;
direction: rtl;
appearance: none;
}
option {
font-size: 0.8rem;
}
img {