fucusable windows

This commit is contained in:
Devaev Maxim
2018-07-28 04:44:44 +03:00
parent af70d123cb
commit ab48c5e3dd
6 changed files with 50 additions and 12 deletions

View File

@@ -1,4 +1,5 @@
div.window {
outline: none;
overflow: hidden;
position: absolute;
border: var(--dark-border);
@@ -17,6 +18,9 @@ div.window {
top: 50%;
left: 50%;
}
div.window:focus {
border: var(--intensive-border) !important;
}
div.window-header {
overflow: hidden;