Skip to content
Snippets Groups Projects
Commit 66a48144 authored by juanf's avatar juanf
Browse files

SSDM-986 : PAPER - Refactor old tables to use the new one

SVN: 32697
parent 6be92b28
No related branches found
No related tags found
No related merge requests found
<style type="text/css"> <style type="text/css">
/*
* Hover highlights the rows
*/
.fuelux .repeater-list-wrapper tr:hover {
background-color: #F5F5F5;
cursor: pointer;
}
/* /*
* Fuelux table fix in conjuntion with adding a row on the javascript * Bugfix: Fuelux don't refresh last column correctly so we add a dummy one and hide, check also javascript part
*/ */
.fuelux .repeater-list-wrapper td:last-child, .fuelux .repeater-list-wrapper td:last-child,
.fuelux .repeater-list-wrapper th:last-child { .fuelux .repeater-list-wrapper th:last-child {
...@@ -8,11 +17,18 @@ ...@@ -8,11 +17,18 @@
} }
/* /*
* Hover highlights the rows * Bugfix: Dropdown issues in Chrome getting hiden by other components
*/ */
.fuelux .repeater-list-wrapper tr:hover { .fuelux {
background-color: #F5F5F5; overflow: visible !important;
cursor: pointer; }
.repeater {
z-index: 1;
}
.repeater ul {
z-index: 100000;
} }
</style> </style>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment