summaryrefslogtreecommitdiff
path: root/web/kvm/window-webterm.pug
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2022-07-23 14:02:13 +0300
committerMaxim Devaev <[email protected]>2022-07-23 14:02:13 +0300
commitd6e158c28f25567fd4522fcd46b2079d48aadefc (patch)
treee4087cc35ae36a19b12c09f15da66b249fe7f8e5 /web/kvm/window-webterm.pug
parentaa569a73524115c5e7bca413986bdc2199b8eae6 (diff)
bold windows close icon
Diffstat (limited to 'web/kvm/window-webterm.pug')
-rw-r--r--web/kvm/window-webterm.pug2
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") &times;
+ button(class="window-button-close") #[b &times;]
button(class="window-button-maximize") &#9744;
// Терминал глючит из-за зажимаемой клавиши ESC для выхода
// button(class="window-button-full-screen") &#10530;