diff --git a/src/pages/ranklist.module.css b/src/pages/ranklist.module.css index 4a1bd23..583dc35 100644 --- a/src/pages/ranklist.module.css +++ b/src/pages/ranklist.module.css @@ -27,9 +27,24 @@ background-color: #999999; } +select.sinceHeaderRow { + display: flex; + width: 10%; + border-radius: 5px; + border: 1.5px solid white; + background-color: #999999; + font-family: inherit; + font-weight: 500; + padding-left: 4px; + padding-top: 2px; +} + .sinceHeaderRow:hover { border: 1.5px solid var(--text-color); } +select.sinceHeaderRow:hover { + border: 1.5px solid var(--text-color); +} .row, .headerRow {