Update style.css

This commit is contained in:
nune 2024-08-18 21:05:26 -04:00 committed by GitHub
parent 13778d41be
commit 033d186194
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -53,18 +53,11 @@ ul{
color:black; color:black;
} }
/* (A) BASICS - HIDE DEFAULT + SHOW CUSTOM ARROW */ .tab div {
.sel select { appearance: none; } display: none;
.sel::after { content: "\25b6"; } }
/* (B) DIMENSIONS */ .tab div:target {
/* (B1) WRAPPER - OPTIONAL */ display: block;
.sel { max-width: 400px; margin: 10px; }
/* (B2) "EXPAND" SELECT BOX */
.sel select {
width: 100%; padding: 10px;
color: #bec1cd;
background-color: #21202b;
border: 1px solid #bec1cd;
} }