Remove unused CSS
This commit is contained in:
parent
ecd49c159f
commit
222f3fba08
|
@ -39,8 +39,6 @@ html {
|
||||||
#noVNC_setting_password {
|
#noVNC_setting_password {
|
||||||
width: 150px;
|
width: 150px;
|
||||||
}
|
}
|
||||||
#noVNC_setting_encrypt {
|
|
||||||
}
|
|
||||||
#noVNC_setting_path {
|
#noVNC_setting_path {
|
||||||
width: 100px;
|
width: 100px;
|
||||||
}
|
}
|
||||||
|
@ -142,12 +140,6 @@ html {
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
#VNC_clipboard_clear_button {
|
|
||||||
float:right;
|
|
||||||
}
|
|
||||||
#VNC_clipboard_text {
|
|
||||||
font-size: 11px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#noVNC_clipboard_clear_button {
|
#noVNC_clipboard_clear_button {
|
||||||
float:right;
|
float:right;
|
||||||
|
|
Loading…
Reference in New Issue