Update base.css
This commit is contained in:
parent
e1be361c48
commit
309616400a
|
|
@ -737,23 +737,20 @@ html {
|
||||||
}
|
}
|
||||||
#noVNC_connect_dlg div {
|
#noVNC_connect_dlg div {
|
||||||
padding: 12px;
|
padding: 12px;
|
||||||
|
|
||||||
background-color: #C1C1FF;
|
background-color: #C1C1FF;
|
||||||
color: #223;
|
color: #223;
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 20px;
|
font-size: 30px;
|
||||||
|
|
||||||
box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.5);
|
|
||||||
}
|
}
|
||||||
#noVNC_connect_button {
|
#noVNC_connect_button {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 5px 30px;
|
padding: 5px 30px;
|
||||||
|
text-transform: uppercase;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
background: #C1C1FF;
|
background: #C1C1FF;
|
||||||
color: #223;
|
color: #223;
|
||||||
|
letter-spacing: 0.06em;
|
||||||
|
|
||||||
/* This avoids it jumping around when :active */
|
/* This avoids it jumping around when :active */
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
|
@ -766,6 +763,7 @@ html {
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
color: #223;
|
color: #223;
|
||||||
height: 1.3em;
|
height: 1.3em;
|
||||||
|
margin-left: -27px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ----------------------------------------
|
/* ----------------------------------------
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue