diff options
Diffstat (limited to 'views/styles.css')
| -rw-r--r-- | views/styles.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/styles.css b/views/styles.css index e2a712f..ffdd805 100644 --- a/views/styles.css +++ b/views/styles.css @@ -45,7 +45,7 @@ h1 { text-align: center; } -input, button, textarea { +input, button, textarea, select { color: inherit; background-image: url(/paper.jpg); @@ -72,7 +72,7 @@ input[type=text]:focus { outline: 2px solid var(--highlight-border-color); } -input[type=submit]:hover, button:hover { +input[type=submit]:hover, button:hover, select:hover { cursor: pointer; } |
