diff options
author | Maxim Devaev <[email protected]> | 2022-07-23 14:02:13 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2022-07-23 14:02:13 +0300 |
commit | d6e158c28f25567fd4522fcd46b2079d48aadefc (patch) | |
tree | e4087cc35ae36a19b12c09f15da66b249fe7f8e5 /web/kvm/window-webterm.pug | |
parent | aa569a73524115c5e7bca413986bdc2199b8eae6 (diff) |
bold windows close icon
Diffstat (limited to 'web/kvm/window-webterm.pug')
-rw-r--r-- | web/kvm/window-webterm.pug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/kvm/window-webterm.pug b/web/kvm/window-webterm.pug index d909c14a..3cb9b9c7 100644 --- a/web/kvm/window-webterm.pug +++ b/web/kvm/window-webterm.pug @@ -1,7 +1,7 @@ div(id="webterm-window" class="window window-resizable" style="width: 640px; height: 480px") div(class="window-header") div(class="window-grab") Terminal - button(class="window-button-close") × + button(class="window-button-close") #[b ×] button(class="window-button-maximize") ☐ // Терминал глючит из-за зажимаемой клавиши ESC для выхода // button(class="window-button-full-screen") ⤢ |