mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-10-31 14:10:08 +00:00
Deleted spinner background
This commit is contained in:
parent
c0f481fb13
commit
f47b796051
@ -84,7 +84,7 @@ if (typeof TimWolla.WCF == 'undefined') TimWolla.WCF = {};
|
||||
'overflow': 'hidden'
|
||||
});
|
||||
target.parent().append('<img id="loading-' + target.attr('id') + '" class="ajaxLoad" src="' + RELATIVE_WCF_DIR + 'icon/spinner1.svg" alt="" />');
|
||||
$('#loading-' + target.attr('id')).css({'marginTop' : function(index) {return (target.parent().height() / 2) - ($(this).height() / 2) - 2}, 'borderRadius' : 3});
|
||||
$('#loading-' + target.attr('id')).css({'marginTop' : function(index) {return (target.parent().height() / 2) - ($(this).height() / 2)}});
|
||||
}, this)
|
||||
});
|
||||
}
|
||||
|
@ -141,10 +141,6 @@
|
||||
}
|
||||
|
||||
.ajaxLoad {
|
||||
border-radius: 3px 3px 3px 3px;
|
||||
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) inset;
|
||||
background-color: rgba(0, 0, 0, 0.1);
|
||||
padding: 2px;
|
||||
margin-right: 2px;
|
||||
float: right;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user