CC-6077: Implement actions menu for library view

This commit is contained in:
Albert Santoni 2015-08-18 14:55:32 -04:00
parent b645f1c2ed
commit a271b53c2e
11 changed files with 1458 additions and 1003 deletions

View file

@ -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;
}

View 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}