mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 06:46:08 -06:00
#1946 arabam-theme left menu add
This commit is contained in:
parent
e442a54229
commit
f4b6b607ad
@ -85,5 +85,4 @@
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
background: #000;
|
background: #000;
|
||||||
opacity: .2;
|
opacity: .2;
|
||||||
z-index: 999;
|
|
||||||
}
|
}
|
||||||
@ -1,8 +1,8 @@
|
|||||||
$('#navbarSideButton').on('click', function() {
|
$('#navbarSideButton').on('click', function() {
|
||||||
$('#navbarSide').addClass('reveal');
|
$('#navbarSide').addClass('reveal');
|
||||||
$('.overlay').show();
|
$('.overlay').css({'z-index': 999}).show();
|
||||||
});
|
});
|
||||||
$('.overlay').on('click', function(){
|
$('.overlay').on('click', function(){
|
||||||
$('#navbarSide').removeClass('reveal');
|
$('#navbarSide').removeClass('reveal');
|
||||||
$('.overlay').hide();
|
$('.overlay').css({'z-index': 'initial'}).hide();
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user