mirror of
https://github.com/fcwu/docker-ubuntu-vnc-desktop
synced 2026-08-05 16:12:41 +02:00
Update noVNC
This commit is contained in:
+1090
File diff suppressed because it is too large
Load Diff
+7241
File diff suppressed because it is too large
Load Diff
+1177
File diff suppressed because it is too large
Load Diff
Executable
+92
@@ -0,0 +1,92 @@
|
||||
#popup_container {
|
||||
font-size: 12px;
|
||||
font-family: QNAPCustomFont,'Lucida Grande','Verdana','Tahoma','Arial','Helvetica','sans-serif','Microsoft JhengHei';
|
||||
min-width: 300px; /* Dialog will be no smaller than this */
|
||||
max-width: 350px; /* Dialog will wrap after this width */
|
||||
background: #FFF;
|
||||
color: #000;
|
||||
border: 1px solid rgba(0, 0, 0, 0.3);
|
||||
*border: 1px solid #999;
|
||||
-webkit-border-radius: 6px;
|
||||
-moz-border-radius: 6px;
|
||||
border-radius: 6px;
|
||||
-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.7);
|
||||
-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.7);
|
||||
box-shadow: 0 3px 7px rgba(0, 0, 0, 0.7);
|
||||
}
|
||||
|
||||
#popup_title {
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
height: 40px;
|
||||
color: #666;
|
||||
background: #FFF url(/media/img/title_bg.png) top repeat;
|
||||
cursor: default;
|
||||
margin: 0px;
|
||||
-webkit-border-radius: 6px 6px 0px 0px;
|
||||
-moz-border-radius: 6px 6px 0px 0px;
|
||||
border-radius: 6px 6px 0px 0px;
|
||||
}
|
||||
|
||||
#popup_content {
|
||||
background: 16px 16px no-repeat url(images/info.gif);
|
||||
padding: 1em 0 1em 1.75em;
|
||||
margin: 0em;
|
||||
/*height: 60px;*/
|
||||
}
|
||||
|
||||
#popup_content.alert {
|
||||
background-image: url(/media/img/icon-info.png);
|
||||
}
|
||||
|
||||
#popup_content.confirm {
|
||||
background-image: url(/media/img/icon-question-b.png);
|
||||
height: auto;
|
||||
}
|
||||
|
||||
#popup_content.confirm3 {
|
||||
background-image: url(/media/img/icon-question-b.png);
|
||||
height: auto;
|
||||
}
|
||||
|
||||
#popup_content.prompt {
|
||||
background-image: url(images/help.gif);
|
||||
}
|
||||
|
||||
#popup_message {
|
||||
display: block;
|
||||
color: #000;
|
||||
width: auto;
|
||||
min-height: 50px;
|
||||
max-height: 400px;
|
||||
overflow-y: auto;
|
||||
text-overflow:ellipsis;
|
||||
word-break: break-word;
|
||||
padding-left: 60px;
|
||||
padding-top: 6px;
|
||||
padding-right: 6px;
|
||||
}
|
||||
|
||||
#popup_panel input {
|
||||
width: 76px;
|
||||
height: 26px;
|
||||
padding: 0px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
#popup_panel {
|
||||
text-align: center;
|
||||
padding: 6px 0px;
|
||||
height: 34px;
|
||||
background-color: #E7E7E7;
|
||||
border-top: 1px solid #bbb;
|
||||
-webkit-border-radius: 0 0 6px 6px;
|
||||
-moz-border-radius: 0 0 6px 6px;
|
||||
border-radius: 0 0 6px 6px;
|
||||
*zoom: 1;
|
||||
}
|
||||
|
||||
#popup_prompt {
|
||||
margin: .5em 0em;
|
||||
}
|
||||
Executable
+84
@@ -0,0 +1,84 @@
|
||||
.treeview, .treeview ul {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.treeview ul {
|
||||
background-color: white;
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
.treeview .hitarea {
|
||||
margin-top: 5px;
|
||||
background: url(../img/treeview/treeview-default.gif) -64px -25px no-repeat;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
margin-left: -16px;
|
||||
float: left;
|
||||
cursor: pointer;
|
||||
}
|
||||
/* fix for IE6 */
|
||||
* html .hitarea {
|
||||
display: inline;
|
||||
float:none;
|
||||
}
|
||||
|
||||
.treeview li {
|
||||
margin: 0;
|
||||
padding: 3px 0pt 3px 16px;
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
.treeview a.selected {
|
||||
background-color: #eee;
|
||||
}
|
||||
|
||||
#treeviewcontrol { margin: 1em 0; display: none; }
|
||||
|
||||
.treeview .hover { color: red; cursor: pointer; }
|
||||
|
||||
.treeview li { background: url(../img/treeview/treeview-default-line.gif) 0 0 no-repeat; }
|
||||
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }
|
||||
|
||||
.treeview .expandable-hitarea { background-position: 0px -3px; }
|
||||
|
||||
.treeview li.last { background-position: 0 -1766px }
|
||||
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(../img/treeview/treeview-default.gif); }
|
||||
.treeview li.lastCollapsable { background-position: 0 -111px }
|
||||
.treeview li.lastExpandable { background-position: -32px -67px }
|
||||
|
||||
.treeview div.lastCollapsable-hitarea, .treeview .collapsable-hitarea { background-position: -16px -2px; }
|
||||
.treeview div.lastExpandable-hitarea { background-position: 0px -3px; }
|
||||
|
||||
.treeview-red li { background-image: url(../img/treeview/treeview-red-line.gif); }
|
||||
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(../img/treeview/treeview-red.gif); }
|
||||
|
||||
.treeview-black li { background-image: url(../img/treeview/treeview-black-line.gif); }
|
||||
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(../img/treeview/treeview-black.gif); }
|
||||
|
||||
.treeview-gray li { background-image: url(../img/treeview/treeview-gray-line.gif); }
|
||||
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(../img/treeview/treeview-gray.gif); }
|
||||
|
||||
.treeview-famfamfam li { background-image: url(../img/treeview/treeview-famfamfam-line.gif); }
|
||||
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(../img/treeview/tree_arrows.png); }
|
||||
|
||||
|
||||
.filetree li { padding: 3px 0 2px 16px; }
|
||||
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 19px; display: block;}
|
||||
.filetree span.folder { background: url(../img/treeview/folder.gif) 0 0 no-repeat; background-position: 0 0px;}
|
||||
.filetree li.expandable span.folder { background: url(../img/treeview/folder-closed.gif) 0 0 no-repeat;background-position: 0 0px; }
|
||||
.filetree span.file { background: url(../img/treeview/file.gif) 0 0 no-repeat; }
|
||||
|
||||
/* For Qnap style */
|
||||
.qtreeview {
|
||||
padding: 1em;
|
||||
font-size: 12px;
|
||||
background: #fff;
|
||||
color: #333;
|
||||
min-height:150px;
|
||||
}
|
||||
.qtreeview li {
|
||||
line-height: 20px;
|
||||
cursor: pointer;
|
||||
}
|
||||
Executable
+72
@@ -0,0 +1,72 @@
|
||||
input[type=radio] {
|
||||
border-radius: 20px;
|
||||
border:1px solid rgb(125,125,125);
|
||||
background: #CCC;
|
||||
-webkit-appearance: none;
|
||||
width: 13px;
|
||||
height: 13px;
|
||||
}
|
||||
|
||||
input[type="radio"]:after {
|
||||
background-color: #FFF;
|
||||
border-radius: 25px;
|
||||
box-shadow: inset 0 0 0 1px hsla(0,0%,0%,.4),
|
||||
0 1px 1px hsla(0,0%,100%,.8);
|
||||
content: '';
|
||||
display: block;
|
||||
height: 7px;
|
||||
left: 2px;
|
||||
position: relative;
|
||||
top: 2px;
|
||||
width: 7px;
|
||||
}
|
||||
|
||||
input[type=radio]:checked:after {
|
||||
background: #006494;
|
||||
}
|
||||
|
||||
input[type=radio]:disabled{
|
||||
border-radius: 20px;
|
||||
border:1px solid rgb(175,175,175);
|
||||
background: #CCC;
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
|
||||
input[type="radio"]:disabled:after {
|
||||
background-color: #CCC;
|
||||
border-radius: 25px;
|
||||
box-shadow: inset 0 0 0 1px hsla(0,0%,0%,.2),
|
||||
0 1px 1px hsla(0,0%,100%,.8);
|
||||
content: '';
|
||||
display: block;
|
||||
height: 7px;
|
||||
left: 2px;
|
||||
position: relative;
|
||||
top: 2px;
|
||||
width: 7px;
|
||||
}
|
||||
|
||||
input[type=checkbox] {
|
||||
background: #CCC;
|
||||
border:1px solid rgb(125,125,125);
|
||||
-webkit-appearance: none;
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
}
|
||||
|
||||
input[type="checkbox"]:after {
|
||||
background-color: #FFF;
|
||||
box-shadow: inset 0 0 0 1px hsla(0,0%,0%,.4),
|
||||
0 1px 1px hsla(0,0%,100%,.8);
|
||||
content: '';
|
||||
display: block;
|
||||
height: 9px;
|
||||
left: 2px;
|
||||
position: relative;
|
||||
top: 2px;
|
||||
width: 9px;
|
||||
}
|
||||
|
||||
input[type=checkbox]:checked:after {
|
||||
background: #006494;
|
||||
}
|
||||
Executable
+95
@@ -0,0 +1,95 @@
|
||||
input[type=radio] {
|
||||
border-radius: 20px;
|
||||
border:1px solid rgb(125,125,125);
|
||||
background: #CCC;
|
||||
-webkit-appearance: none;
|
||||
width: 13px;
|
||||
height: 13px;
|
||||
}
|
||||
|
||||
input[type="radio"]:after {
|
||||
background-color: #FFF;
|
||||
border-radius: 25px;
|
||||
box-shadow: inset 0 0 0 1px hsla(0,0%,0%,.4),
|
||||
0 1px 1px hsla(0,0%,100%,.8);
|
||||
content: '';
|
||||
display: block;
|
||||
height: 7px;
|
||||
left: 2px;
|
||||
position: relative;
|
||||
top: 2px;
|
||||
width: 7px;
|
||||
}
|
||||
|
||||
input[type=radio]:checked:after {
|
||||
background: #006494;
|
||||
}
|
||||
|
||||
input[type=radio]:disabled{
|
||||
border-radius: 20px;
|
||||
border:1px solid rgb(175,175,175);
|
||||
background: #CCC;
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
|
||||
input[type="radio"]:disabled:after {
|
||||
background-color: #CCC;
|
||||
border-radius: 25px;
|
||||
box-shadow: inset 0 0 0 1px hsla(0,0%,0%,.2),
|
||||
0 1px 1px hsla(0,0%,100%,.8);
|
||||
content: '';
|
||||
display: block;
|
||||
height: 7px;
|
||||
left: 2px;
|
||||
position: relative;
|
||||
top: 2px;
|
||||
width: 7px;
|
||||
}
|
||||
|
||||
input[type="checkbox"] {
|
||||
display:none;
|
||||
}
|
||||
|
||||
input[type="checkbox"] + label {
|
||||
display:inline-block;
|
||||
width:13px;
|
||||
height:13px;
|
||||
background:url(../img/account/checker.png);
|
||||
background-repeat:no-repeat;
|
||||
background-position: -3px -3px;
|
||||
margin:0 5px -2px 0;
|
||||
}
|
||||
|
||||
input[type="checkbox"]:checked + label {
|
||||
display:inline-block;
|
||||
width:13px;
|
||||
height:13px;
|
||||
background:url(../img/account/checker.png);
|
||||
background-repeat:no-repeat;
|
||||
background-position: -22px -3px;
|
||||
margin:0 5px -2px 0;
|
||||
}
|
||||
|
||||
input[type="checkbox"]:disabled + label {
|
||||
display:inline-block;
|
||||
width:13px;
|
||||
height:13px;
|
||||
background:url(../img/account/checker.png);
|
||||
background-repeat:no-repeat;
|
||||
background-position: -41px -3px;
|
||||
margin:0 5px -2px 0;
|
||||
}
|
||||
|
||||
input[type="checkbox"]:disabled:checked + label {
|
||||
display:inline-block;
|
||||
width:13px;
|
||||
height:13px;
|
||||
background:url(../img/account/checker.png);
|
||||
background-repeat:no-repeat;
|
||||
background-position: -60px -3px;
|
||||
margin:0 5px -2px 0;
|
||||
}
|
||||
|
||||
input[type=checkbox]:checked:after {
|
||||
background: #006494;
|
||||
}*/
|
||||
Reference in New Issue
Block a user