diff options
| author | Syndamia <kamen@syndamia.com> | 2025-02-02 09:46:44 +0200 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2025-02-02 09:46:44 +0200 |
| commit | a6f29034d18d5a5ce48d879845cce3544b0f8a3c (patch) | |
| tree | 8114c4ca6af34e04ecbab67a2359be7d92951db7 /views/styles.css | |
| parent | 40b78735aeba6082363e6a8d98b78da9ba230687 (diff) | |
| download | nowayforward_human-a6f29034d18d5a5ce48d879845cce3544b0f8a3c.tar nowayforward_human-a6f29034d18d5a5ce48d879845cce3544b0f8a3c.tar.gz nowayforward_human-a6f29034d18d5a5ce48d879845cce3544b0f8a3c.zip | |
feat: Create require_login helper function and improve list update page
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; } |
