Job list popout added
This commit is contained in:
@@ -734,21 +734,6 @@ TODO: Responsive ===========================
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* JOBS DETAILS ALERT */
|
||||
.alert-box{
|
||||
animation-name: scale;
|
||||
animation-duration: .5s;
|
||||
animation-timing-function: linear;
|
||||
}
|
||||
|
||||
@keyframes scale {
|
||||
0%{transform: scale(0)}
|
||||
50%{transform: scale(1.1)}
|
||||
100%{transform: scale(1)}
|
||||
}
|
||||
/* END OF JOBS DETAILS ALERT */
|
||||
|
||||
|
||||
/* Update table scrollbar */
|
||||
.update-table::-webkit-scrollbar-track, .update-table > *::-webkit-scrollbar-track{
|
||||
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
|
||||
|
||||
Reference in New Issue
Block a user