This commit is contained in:
parent
1600adb2d7
commit
539a294a51
|
@ -31910,6 +31910,7 @@
|
|||
};
|
||||
var downloadExtension=function(e){
|
||||
if((this.innerHTML!='下载扩展'&&this.innerHTML!='更新扩展')||!window.JSZip) return;
|
||||
this.classList.remove('update');
|
||||
if(e){
|
||||
e.stopPropagation();
|
||||
}
|
||||
|
@ -32044,6 +32045,7 @@
|
|||
if(lib.config['extension_'+list[i].name+'_version']!=list[i].version){
|
||||
download.innerHTML='更新扩展';
|
||||
download.classList.add('highlight');
|
||||
download.classList.add('update');
|
||||
}
|
||||
else{
|
||||
download.classList.add('transparent2');
|
||||
|
|
|
@ -147,7 +147,8 @@ html{
|
|||
}
|
||||
.menubutton.large.active,
|
||||
.menubutton.round.active,
|
||||
.menubutton.active{
|
||||
.menubutton.active,
|
||||
.menubutton.highlight.update{
|
||||
box-shadow: rgba(0, 0, 0, 0.3) 0 0 0 1px, rgba(0, 133, 255, 0.4) 0 0 0 2px, rgba(0, 133, 255, 1) 0 0 5px !important;
|
||||
}
|
||||
.connectevents.icon.highlight{
|
||||
|
|
Loading…
Reference in New Issue