Improved the styles of the offline update manager control to make it more pandora like
This commit is contained in:
parent
21b7dc03b7
commit
0549196ee5
|
@ -33,7 +33,7 @@
|
||||||
float: none;
|
float: none;
|
||||||
}
|
}
|
||||||
#drop_file a {
|
#drop_file a {
|
||||||
background-color: #FF9933;
|
background-color: #80BA27;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
@ -43,7 +43,7 @@
|
||||||
padding: 12px 26px;
|
padding: 12px 26px;
|
||||||
}
|
}
|
||||||
#drop_file a:hover {
|
#drop_file a:hover {
|
||||||
background-color: #FFB972;
|
background-color: #A6CE67;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
#drop_file input {
|
#drop_file input {
|
||||||
|
|
|
@ -36,8 +36,8 @@ function form_upload (homeurl) {
|
||||||
var tpl = $('<li>' +
|
var tpl = $('<li>' +
|
||||||
'<input type="text" id="input-progress" ' +
|
'<input type="text" id="input-progress" ' +
|
||||||
'value="0" data-width="55" data-height="55" '+
|
'value="0" data-width="55" data-height="55" '+
|
||||||
'data-fgColor="#FF9933" data-readOnly="1" ' +
|
'data-fgColor="#80BA27" data-readOnly="1" ' +
|
||||||
'data-bgColor="#3e4043" />' +
|
'data-bgColor="#3E4043" />' +
|
||||||
'<p></p><span></span>' +
|
'<p></p><span></span>' +
|
||||||
'</li>');
|
'</li>');
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue