Added status attribute to videos; added ability to edit video status and serial independently
This commit is contained in:
@ -149,6 +149,16 @@ hr{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.video-status,
|
||||
.video-serial{
|
||||
transition: background 230ms ease-in-out;
|
||||
|
||||
&:hover{
|
||||
background: rgba(0, 0, 0, 0.1);
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user