mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
Use style from ui.css.
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
|
||||
<head>
|
||||
<link rel="icon" type="image/png" href="images/guacamole-logo-64.png"/>
|
||||
<link rel="stylesheet" type="text/css" href="styles/ui.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="styles/client.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="styles/keyboard.css"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, target-densitydpi=device-dpi"/>
|
||||
|
@@ -774,7 +774,7 @@ GuacUI.Download = function(filename) {
|
||||
element.removeChild(progress);
|
||||
GuacUI.addClass(element, "complete");
|
||||
|
||||
var download = GuacUI.createChildElement(element, "div", "download");
|
||||
var download = GuacUI.createChildElement(element, "button");
|
||||
download.textContent = "Download";
|
||||
download.onclick = function() {
|
||||
if (guac_download.ondownload)
|
||||
|
@@ -420,13 +420,14 @@ p.hint {
|
||||
height: 100%;
|
||||
width: 0;
|
||||
box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5),
|
||||
inset -1px -1px 0 rgba( 0, 0, 0, 0.1);
|
||||
inset -1px -1px 0 rgba( 0, 0, 0, 0.1),
|
||||
1px 1px 0 gray;
|
||||
}
|
||||
|
||||
.upload.notification .progress,
|
||||
.download.notification .progress {
|
||||
|
||||
background: #444 url('../images/progress.png');
|
||||
background: #C2C2C2 url('../images/progress.png');
|
||||
background-size: 16px 16px;
|
||||
-moz-background-size: 16px 16px;
|
||||
-webkit-background-size: 16px 16px;
|
||||
|
Reference in New Issue
Block a user