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-stream.pug | |
parent | aa569a73524115c5e7bca413986bdc2199b8eae6 (diff) |
bold windows close icon
Diffstat (limited to 'web/kvm/window-stream.pug')
-rw-r--r-- | web/kvm/window-stream.pug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/kvm/window-stream.pug b/web/kvm/window-stream.pug index 2520b2b5..e5ba9bf1 100644 --- a/web/kvm/window-stream.pug +++ b/web/kvm/window-stream.pug @@ -4,7 +4,7 @@ div(id="stream-ocr-window" class="window") div(id="stream-window" class="window window-resizable") div(id="stream-window-header" class="window-header") div(class="window-grab") MJPEG - button(class="window-button-close") × + button(class="window-button-close") #[b ×] button(class="window-button-maximize") ☐ button(class="window-button-original") • button(class="window-button-full-screen") ⤢ |