* Add the background color when hover the project name, product name and execution name.

This commit is contained in:
hufangzhou
2021-07-14 16:26:44 +08:00
parent ea4d6490f7
commit 3b1d7a3e86
3 changed files with 3 additions and 0 deletions
@@ -23,6 +23,7 @@
.table-row .table-col .list-group .tab-content li>a.selected {color: #e9f2fb; background-color: #0c64eb;}
#swapper li.hide-in-search>a:focus, #swapper li.hide-in-search>a:hover {color: #838a9d; cursor: default;}
#swapper li ul li a:focus, #swapper li ul li a:hover {background: #0c64eb; color: #fff;}
</style>
<?php
$executionCounts = array();
@@ -24,6 +24,7 @@
.table-row .table-col .list-group .tab-content li>a.selected {color: #e9f2fb; background-color: #0c64eb;}
#swapper li.hide-in-search a:focus, #swapper li.hide-in-search a:hover {color: #838a9d; cursor: default;}
#swapper li ul li a:focus, #swapper li ul li a:hover {background: #0c64eb; color: #fff;}
</style>
<?php
$productCounts = array();
@@ -23,6 +23,7 @@
.table-row .table-col .list-group .tab-content li>a.selected {color: #e9f2fb; background-color: #0c64eb;}
#swapper li.hide-in-search>a:focus, #swapper li.hide-in-search>a:hover {color: #838a9d; cursor: default;}
#swapper li ul li a:focus, #swapper li ul li a:hover {background: #0c64eb; color: #fff;}
</style>
<?php
$projectCounts = array();