Update style.css

This commit is contained in:
Jacob and Nathan MacLeod 2020-04-27 16:38:08 +01:00 committed by GitHub
parent c71279f621
commit 448b6293fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -133,8 +133,7 @@ button {
width: 4px; width: 4px;
height: 20px; height: 20px;
background: #c0c0c0; background: #c0c0c0;
box-shadow: inset -1px -1px var(--window-frame), inset 1px 1px var(--button-highlight), inset -1px -1px var(--button-highlight), inset 1px 1px var(--window-frame); box-shadow: var(--border-raised-outer), var(--border-raised-inner);
border-radius: 5px;
} }
button:not(:disabled):active { button:not(:disabled):active {