CC-3545 : Calendar->AddRemove (Now Playing Tab->Add Files to Show) -> changing order of tracks is not correct
removing table tools. replacing with something simpler that will preserve order on screen.
This commit is contained in:
parent
c5b761bff3
commit
6c25423f4e
9 changed files with 240 additions and 243 deletions
|
@ -12,6 +12,13 @@
|
|||
margin-left: -16px;
|
||||
}
|
||||
|
||||
.sb-selected.even {
|
||||
background-color: rgba(240, 109, 53, 1);
|
||||
}
|
||||
.sb-selected.odd {
|
||||
background-color: rgba(255, 136, 56, 1);
|
||||
}
|
||||
|
||||
#sb_edit {
|
||||
position: relative;
|
||||
top: 2px;
|
||||
|
@ -24,7 +31,7 @@
|
|||
.sb-content .fg-toolbar ul {
|
||||
float: left;
|
||||
padding: 0;
|
||||
margin: 0.5em 10px 0 0;
|
||||
margin: 0.5em 0 0 10px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue