no vnc to be generic for all cloud white labels,
-- removing exclusive network colour/label
This commit is contained in:
parent
eb92fe2257
commit
6b07a327fb
10
console.html
10
console.html
|
|
@ -52,7 +52,7 @@
|
|||
<link rel="stylesheet" href="app/styles/base.css">
|
||||
<style>
|
||||
/* .noVNC_logo span{
|
||||
color: #a4027d !important;
|
||||
color: #6e84a3 !important;
|
||||
} */
|
||||
#noVNC_control_bar .noVNC_scroll .noVNC_logo{
|
||||
color: yellow !important;
|
||||
|
|
@ -62,17 +62,17 @@
|
|||
}
|
||||
.noVNC_logo{
|
||||
font-family: inherit !important;;
|
||||
color: #a4027d !important;
|
||||
color: #6e84a3 !important;
|
||||
text-shadow: 0.1em 0.01em 0 black !important;;
|
||||
}
|
||||
#noVNC_connect_button{
|
||||
background-color: #a4027d !important;
|
||||
background-color: #6e84a3 !important;
|
||||
}
|
||||
#noVNC_connect_button div {
|
||||
background: #494949 !important;
|
||||
}
|
||||
:root:not(.noVNC_touch) #noVNC_connect_button div:hover {
|
||||
background: #a4027d !important;
|
||||
background: #6e84a3 !important;
|
||||
}
|
||||
@media (max-width: 800px){
|
||||
#noVNC_connect_dlg .noVNC_logo {
|
||||
|
|
@ -319,7 +319,7 @@
|
|||
<!-- Connect button -->
|
||||
<div class="noVNC_center">
|
||||
<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">
|
||||
<!-- <img alt="alt" src="https://dcstage.hfdev.xyz/static/media/logo.f978dfd0.svg"> SECOND Version-->
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue