Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-macleod authored Apr 27, 2020
1 parent c71279f commit 448b629
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,7 @@ button {
width: 4px;
height: 20px;
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);
border-radius: 5px;
box-shadow: var(--border-raised-outer), var(--border-raised-inner);
}

button:not(:disabled):active {
Expand Down

0 comments on commit 448b629

Please sign in to comment.