Skip to content

Commit

Permalink
Merge pull request #12814 from LilLiteralist/patch-1
Browse files Browse the repository at this point in the history
[L5R 5th Edition Unofficial] Tabs and spin arrow fix
  • Loading branch information
kfroll20 authored Apr 23, 2024
2 parents ece860b + 2cfe462 commit b2d06e9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions L5R 5th Edition Unofficial/L5R-5thEdition.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ input.sheet-tab
cursor: pointer;
z-index: 1;
line-height: 20px;
appearance:initial;
}

input.sheet-tab::before {
Expand Down Expand Up @@ -198,6 +199,10 @@ div.sheet-tab-input
width: 60px;
}

.sheet-no-arrows {
-moz-appearance: textfield !important;
}

.sheet-no-arrows::-webkit-inner-spin-button,
.sheet-no-arrows::-webkit-outer-spin-button {
-webkit-appearance: none;
Expand Down

0 comments on commit b2d06e9

Please sign in to comment.