szybkie commity
This commit is contained in:
@@ -94,7 +94,8 @@ button {
|
||||
padding-right: .5rem;
|
||||
}
|
||||
|
||||
button:hover {
|
||||
button:hover,
|
||||
input[type="submit"]:hover {
|
||||
cursor: pointer;
|
||||
color: var(--colorText);
|
||||
background-color: var(--colorOverlay0);
|
||||
@@ -105,7 +106,8 @@ button:hover {
|
||||
);
|
||||
}
|
||||
|
||||
button:active {
|
||||
button:active,
|
||||
input[type="submit"]:active {
|
||||
background-color: var(--colorSurface1);
|
||||
background: linear-gradient(180deg,
|
||||
var(--colorSurface1) 0%,
|
||||
|
||||
Reference in New Issue
Block a user