mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-01 19:09:27 +00:00
Adapted row color when hovering on selected rows
Before row color was changing from selected-blue to grey, although row was still selected, which was somehow confusing for the user. Now color stays blue.
This commit is contained in:
@@ -12,3 +12,8 @@
|
||||
.tabulator-page.active {
|
||||
color: #337ab7 !important;
|
||||
}
|
||||
|
||||
/* Avoid confusing color change when hovering over selected rows */
|
||||
.tabulator-row.tabulator-selected:hover {
|
||||
background-color: #769bcc !important;
|
||||
}
|
||||
Reference in New Issue
Block a user