CC-6077: Implement actions menu for library view
This commit is contained in:
parent
b645f1c2ed
commit
a271b53c2e
11 changed files with 1458 additions and 1003 deletions
|
@ -3,12 +3,12 @@
|
|||
*/
|
||||
|
||||
table.DTCR_clonedTable {
|
||||
background-color: white;
|
||||
z-index: 998;
|
||||
background-color: rgba(255, 255, 255, 0.7);
|
||||
z-index: 202;
|
||||
}
|
||||
|
||||
div.DTCR_pointer {
|
||||
width: 1px;
|
||||
background-color: #5B5B5B;
|
||||
z-index: 997;
|
||||
background-color: #0259C4;
|
||||
z-index: 201;
|
||||
}
|
1
airtime_mvc/public/css/datatables/css/dataTables.colReorder.min.css
vendored
Normal file
1
airtime_mvc/public/css/datatables/css/dataTables.colReorder.min.css
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
table.DTCR_clonedTable{background-color:rgba(255,255,255,0.7);z-index:202}div.DTCR_pointer{width:1px;background-color:#0259C4;z-index:201}
|
Loading…
Add table
Add a link
Reference in a new issue