mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-16 03:43:13 +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();
|
.remove();
|
||||||
$('.notifications-dropdown-header')
|
$('.notifications-dropdown-header')
|
||||||
.after(data.html);
|
.after(data.html);
|
||||||
animateSpinner($('.notifications-dropdown-header'), false)
|
animateSpinner($('.notifications-dropdown-header'), false);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
@ -46,7 +46,7 @@
|
||||||
notificationCount.html(data.notificationNmber);
|
notificationCount.html(data.notificationNmber);
|
||||||
notificationCount.show();
|
notificationCount.show();
|
||||||
} else {
|
} else {
|
||||||
notificationCount.hide()
|
notificationCount.hide();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -111,7 +111,7 @@ table {
|
||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
|
|
||||||
&:hover{
|
&:hover {
|
||||||
background-color: $color-concrete;
|
background-color: $color-concrete;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue