Improved the styles of the offline update manager control to make it more pandora like

This commit is contained in:
Alejandro Gallardo Escobar 2015-06-30 13:20:20 +02:00
parent 21b7dc03b7
commit 0549196ee5
2 changed files with 4 additions and 4 deletions

View File

@ -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 {

View File

@ -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>');