* Add the background color when hover the project name, product name and execution name.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user