diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php index cae0e55779..a4c64874c3 100644 --- a/themes/pmahomme/css/common.css.php +++ b/themes/pmahomme/css/common.css.php @@ -586,7 +586,17 @@ table tr.marked:not(.nomarker) { color: ; } +/* hovered items */ +table tbody:first-of-type tr:not(.nopointer):hover, +table tbody:first-of-type tr:not(.nopointer):hover th, +.hover:not(.nopointer) { + getCssGradient('ced6df', 'b6c6d7'); ?> + color: ; +} + /* hovered table rows */ +#table_index tbody:hover tr, +#table_index tbody:hover th, table tr.hover:not(.nopointer) th { getCssGradient('ced6df', 'b6c6d7'); ?> color: ;