CC-3174 : showbuilder
This commit is contained in:
parent
3bfbe036c7
commit
1c43edb40b
3 changed files with 31 additions and 1 deletions
|
@ -36,6 +36,10 @@ tr.cursor-selected-row .marker {
|
|||
background-color:#ff3030;
|
||||
}
|
||||
|
||||
.sb-now-playing {
|
||||
background-color:#17eb25 !important;
|
||||
}
|
||||
|
||||
.ui-dialog .wrapper {
|
||||
margin: 0;
|
||||
padding: 10px 0 0 0;
|
||||
|
|
|
@ -183,6 +183,10 @@ var AIRTIME = (function(AIRTIME){
|
|||
//save some info for reordering purposes.
|
||||
$(nRow).data({"aData": aData});
|
||||
|
||||
if (aData.current === true) {
|
||||
$(nRow).addClass("sb-now-playing");
|
||||
}
|
||||
|
||||
if (aData.allowed !== true) {
|
||||
$(nRow).addClass("sb-not-allowed");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue