no vnc to be generic for all cloud white labels,

-- removing exclusive network colour/label
This commit is contained in:
creslinux 2021-09-08 14:44:31 +03:00
parent eb92fe2257
commit 6b07a327fb
1 changed files with 5 additions and 5 deletions

View File

@ -52,7 +52,7 @@
<link rel="stylesheet" href="app/styles/base.css"> <link rel="stylesheet" href="app/styles/base.css">
<style> <style>
/* .noVNC_logo span{ /* .noVNC_logo span{
color: #a4027d !important; color: #6e84a3 !important;
} */ } */
#noVNC_control_bar .noVNC_scroll .noVNC_logo{ #noVNC_control_bar .noVNC_scroll .noVNC_logo{
color: yellow !important; color: yellow !important;
@ -62,17 +62,17 @@
} }
.noVNC_logo{ .noVNC_logo{
font-family: inherit !important;; font-family: inherit !important;;
color: #a4027d !important; color: #6e84a3 !important;
text-shadow: 0.1em 0.01em 0 black !important;; text-shadow: 0.1em 0.01em 0 black !important;;
} }
#noVNC_connect_button{ #noVNC_connect_button{
background-color: #a4027d !important; background-color: #6e84a3 !important;
} }
#noVNC_connect_button div { #noVNC_connect_button div {
background: #494949 !important; background: #494949 !important;
} }
:root:not(.noVNC_touch) #noVNC_connect_button div:hover { :root:not(.noVNC_touch) #noVNC_connect_button div:hover {
background: #a4027d !important; background: #6e84a3 !important;
} }
@media (max-width: 800px){ @media (max-width: 800px){
#noVNC_connect_dlg .noVNC_logo { #noVNC_connect_dlg .noVNC_logo {
@ -319,7 +319,7 @@
<!-- Connect button --> <!-- Connect button -->
<div class="noVNC_center"> <div class="noVNC_center">
<div id="noVNC_connect_dlg"> <div id="noVNC_connect_dlg">
<div class="noVNC_logo" translate="no">ExclusiveNetworks<span></span></div> <div class="noVNC_logo" translate="no">Console Access<span></span></div>
<div class="noVNC_logo" translate="no"> <div class="noVNC_logo" translate="no">
<!-- <img alt="alt" src="https://dcstage.hfdev.xyz/static/media/logo.f978dfd0.svg"> SECOND Version--> <!-- <img alt="alt" src="https://dcstage.hfdev.xyz/static/media/logo.f978dfd0.svg"> SECOND Version-->
</div> </div>