summaryrefslogtreecommitdiff
path: root/webcards/styles/input.css
diff options
context:
space:
mode:
Diffstat (limited to 'webcards/styles/input.css')
-rw-r--r--webcards/styles/input.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/webcards/styles/input.css b/webcards/styles/input.css
index 0553fc2..42656a0 100644
--- a/webcards/styles/input.css
+++ b/webcards/styles/input.css
@@ -17,7 +17,7 @@ input, select
/* Button input */
-input[type=button], input[type=submit], button
+input[type=button], input[type=submit], button, a
{
padding: 10px;
@@ -34,12 +34,12 @@ input[type=button], input[type=submit], button
cursor: pointer;
}
-input[type=button]:hover, input[type=submit]:hover, button:hover
+input[type=button]:hover, input[type=submit]:hover, button:hover, a:hover
{
background-color: var(--input-bg-button-hover);
}
-input[type=button]:active, input[type=submit]:active, button:active
+input[type=button]:active, input[type=submit]:active, button:active, a:active
{
background-color: var(--input-bg-button-active);
}