Skip to content
Permalink
Browse files

m3rlin settings button onclick fade-in SLAcer.

  • Loading branch information...
Macribo committed Apr 7, 2019
1 parent b4881f4 commit cc569d9bc695b98c5888f87fa41bc6eadc7e336f
Showing with 4 additions and 1 deletion.
  1. +2 −1 css/m3rlin.css
  2. +2 −0 js/m3rlin.js
@@ -1,6 +1,7 @@
#hide {
opacity: 0.3;
/* opacity: 0.3; */
display: none;
transition: 0.5s;
}
.modal-header {
color: rgb(105, 105, 105);
@@ -7,5 +7,7 @@ $(document).ready(function() {

$('#settings').click(function() {
$('#m3rlinModal').modal('toggle');
// $('#hide').css({ display: 'block' });
$('#hide').fadeIn('slow');
});
});

0 comments on commit cc569d9

Please sign in to comment.
You can’t perform that action at this time.