1
0
mirror of https://github.com/jdan/98.css.git synced 2026-05-05 06:01:22 +09:00

Merge pull request #105 from Andreymazepas/main

Adding Status Bar
This commit is contained in:
Juan Garay
2021-04-07 15:01:33 -03:00
committed by GitHub
2 changed files with 57 additions and 0 deletions

View File

@@ -259,6 +259,20 @@ button:disabled,
background-position: top 3px left 4px;
}
.status-bar {
margin: 0px 1px;
display: flex;
gap: 1px;
}
.status-bar-field {
box-shadow: inset -1px -1px #dfdfdf,
inset 1px 1px #808080;
flex-grow: 1;
padding: 2px 3px;
margin: 0;
}
.window-body {
margin: var(--element-spacing);
}