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/index.html | |
parent | aa569a73524115c5e7bca413986bdc2199b8eae6 (diff) |
bold windows close icon
Diffstat (limited to 'web/kvm/index.html')
-rw-r--r-- | web/kvm/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html index e4935131..362949f8 100644 --- a/web/kvm/index.html +++ b/web/kvm/index.html @@ -699,7 +699,7 @@ <div class="window window-resizable" id="stream-window"> <div class="window-header" id="stream-window-header"> <div class="window-grab">MJPEG</div> - <button class="window-button-close">×</button> + <button class="window-button-close"><b>×</b></button> <button class="window-button-maximize">☐</button> <button class="window-button-original">•</button> <button class="window-button-full-screen">⤢</button> @@ -734,7 +734,7 @@ <div class="window" id="keyboard-window"> <div class="window-header" id="keyboard-window-header"> <div class="window-grab">Virtual Keyboard</div> - <button class="window-button-close">×</button> + <button class="window-button-close"><b>×</b></button> </div> <div class="keypad" id="keyboard-desktop" align="center"> <div class="keypad-block"> @@ -1581,7 +1581,7 @@ <div class="window" id="about-window"> <div class="window-header"> <div class="window-grab">About</div> - <button class="window-button-close">×</button> + <button class="window-button-close"><b>×</b></button> </div> <div id="about"> <table> @@ -2162,7 +2162,7 @@ <div class="window window-resizable" id="webterm-window" style="width: 640px; height: 480px"> <div class="window-header"> <div class="window-grab">Terminal</div> - <button class="window-button-close">×</button> + <button class="window-button-close"><b>×</b></button> <button class="window-button-maximize">☐</button> <!-- Терминал глючит из-за зажимаемой клавиши ESC для выхода--> <!-- button(class="window-button-full-screen") ⤢--> |