Style.css: Added support for a vertical bar
A vertical bar is an element that was used quite a lot in windows 98.
This commit is contained in:
parent
885a7f891f
commit
c71279f621
1 changed files with 8 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue