mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-11 01:14:30 +08:00
fixing hound
This commit is contained in:
parent
2ee02ec472
commit
b9bc2f17c8
2 changed files with 3 additions and 3 deletions
|
@ -28,7 +28,7 @@
|
|||
.remove();
|
||||
$('.notifications-dropdown-header')
|
||||
.after(data.html);
|
||||
animateSpinner($('.notifications-dropdown-header'), false)
|
||||
animateSpinner($('.notifications-dropdown-header'), false);
|
||||
}
|
||||
});
|
||||
});
|
||||
|
@ -46,7 +46,7 @@
|
|||
notificationCount.html(data.notificationNmber);
|
||||
notificationCount.show();
|
||||
} else {
|
||||
notificationCount.hide()
|
||||
notificationCount.hide();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -111,7 +111,7 @@ table {
|
|||
padding-bottom: 10px;
|
||||
padding-top: 10px;
|
||||
|
||||
&:hover{
|
||||
&:hover {
|
||||
background-color: $color-concrete;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue