diff --git a/html/css/style-classic7.css b/html/css/style-classic7.css index 0d6980316..89b7ab0df 100644 --- a/html/css/style-classic7.css +++ b/html/css/style-classic7.css @@ -478,6 +478,16 @@ tr.highlight { font-weight: bold; } +/* highlight a small element (span) + */ + .cell.highlight { + color: darkred !important; + background-color: lightgoldenrodyellow; + color: antiquewhite !important; + background-color: lightskyblue; + padding: 2px 10px 2px 10px; + } + td.odd{ background-color:#DDE6FF; } diff --git a/include/cfgplugin.inc.php b/include/cfgplugin.inc.php index 578f73736..8445d9575 100644 --- a/include/cfgplugin.inc.php +++ b/include/cfgplugin.inc.php @@ -103,9 +103,9 @@ $nb_profile=count($a_profile);