Some newer code parts use buttons instead of inputs, added pmahomme styling
This commit is contained in:
parent
42d0a85aba
commit
d10d853629
@ -192,11 +192,13 @@ input[type=password] {
|
||||
|
||||
}
|
||||
|
||||
input[type=submit] {
|
||||
font-weight: bold;
|
||||
input[type=submit],
|
||||
button[type=submit] {
|
||||
font-weight: bold !important;
|
||||
}
|
||||
|
||||
input[type=submit],
|
||||
button[type=submit],
|
||||
input[type=reset],
|
||||
input[name=submit_reset],
|
||||
input.button {
|
||||
@ -217,6 +219,7 @@ input.button {
|
||||
}
|
||||
|
||||
input[type=submit]:hover,
|
||||
button[type=submit]:hover,
|
||||
input[type=reset]:hover,
|
||||
input[name=submit_reset]:hover,
|
||||
input.button:hover {
|
||||
@ -226,6 +229,7 @@ input.button:hover {
|
||||
}
|
||||
|
||||
input[type=submit]:active,
|
||||
button[type=submit]:active,
|
||||
input[type=reset]:active,
|
||||
input[name=submit_reset]:active,
|
||||
input.button:active {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user