tweaks
This commit is contained in:
parent
9ebd166d1d
commit
21055e0e4c
|
@ -265,13 +265,9 @@ a.button:hover, button:hover, input[type="reset"]:hover,input[type="submit"]:hov
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
button.link:hover {
|
|
||||||
background: var(--bg)
|
|
||||||
}
|
|
||||||
|
|
||||||
input:disabled {
|
input:disabled {
|
||||||
opacity: .5;
|
color: #404040;
|
||||||
color: var(--bg);
|
background: #EBEDEF;
|
||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -339,8 +335,9 @@ nav ul {
|
||||||
}
|
}
|
||||||
|
|
||||||
nav ul li a {
|
nav ul li a {
|
||||||
padding: .5rem 1rem;
|
padding: .5rem;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
vertical-align: sub;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav ul li a:hover {opacity: .75;}
|
nav ul li a:hover {opacity: .75;}
|
||||||
|
|
Loading…
Reference in New Issue