Skip to content

Commit

Permalink
Style.css: Added support for a vertical bar
Browse files Browse the repository at this point in the history
A vertical bar is an element that was used quite a lot in windows 98.
  • Loading branch information
jacob-macleod authored Apr 26, 2020
1 parent 885a7f8 commit c71279f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,14 @@ button {
padding: 0 12px;
}

.vertical-bar{
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;
}

button:not(:disabled):active {
box-shadow: var(--border-sunken-outer), var(--border-sunken-inner);
}
Expand Down

0 comments on commit c71279f

Please sign in to comment.