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;
|
||||
}
|
||||
#drop_file a {
|
||||
background-color: #FF9933;
|
||||
background-color: #80BA27;
|
||||
border-radius: 2px;
|
||||
color: #FFFFFF;
|
||||
cursor: pointer;
|
||||
|
@ -43,7 +43,7 @@
|
|||
padding: 12px 26px;
|
||||
}
|
||||
#drop_file a:hover {
|
||||
background-color: #FFB972;
|
||||
background-color: #A6CE67;
|
||||
text-decoration: none;
|
||||
}
|
||||
#drop_file input {
|
||||
|
|
|
@ -36,8 +36,8 @@ function form_upload (homeurl) {
|
|||
var tpl = $('<li>' +
|
||||
'<input type="text" id="input-progress" ' +
|
||||
'value="0" data-width="55" data-height="55" '+
|
||||
'data-fgColor="#FF9933" data-readOnly="1" ' +
|
||||
'data-bgColor="#3e4043" />' +
|
||||
'data-fgColor="#80BA27" data-readOnly="1" ' +
|
||||
'data-bgColor="#3E4043" />' +
|
||||
'<p></p><span></span>' +
|
||||
'</li>');
|
||||
|
||||
|
|
Loading…
Reference in New Issue