diff --git a/datafiles/static/hackage.css b/datafiles/static/hackage.css index adc3bf2b..2c8c2ccd 100644 --- a/datafiles/static/hackage.css +++ b/datafiles/static/hackage.css @@ -117,10 +117,28 @@ h4 { font-size: 100%; /* 13px */ } h5 { font-size: 100%; /* 13px */ } h6 { font-size: 100%; /* 13px */ } -select, input, button, textarea { +select, input, button, textarea, input::file-selector-button { font-size: 1rem; margin: 0.5em; - padding: 0.1em; + padding: 0.5em 0.8em; + border: 1px solid #444; + border-radius: 3px; + background: #eee; +} + +select:hover, input:hover, button:hover, textarea:hover, input::file-selector-button:hover { + background: #dcdcdc; +} + +input[type=file] { + background: none; + border: 0; +} + +@media (prefers-color-scheme: dark) { + select, input, button, textarea, input::file-selector-button { + border: 0; + } } table {