From 3b1d7a3e868b1d8fdcd07af7a13c7cbe949bda3c Mon Sep 17 00:00:00 2001 From: hufangzhou Date: Wed, 14 Jul 2021 16:26:44 +0800 Subject: [PATCH] * Add the background color when hover the project name, product name and execution name. --- module/execution/view/ajaxgetdropmenu.html.php | 1 + module/product/view/ajaxgetdropmenu.html.php | 1 + module/project/view/ajaxgetdropmenu.html.php | 1 + 3 files changed, 3 insertions(+) diff --git a/module/execution/view/ajaxgetdropmenu.html.php b/module/execution/view/ajaxgetdropmenu.html.php index ab36d13dc8..0ef78fdbd5 100644 --- a/module/execution/view/ajaxgetdropmenu.html.php +++ b/module/execution/view/ajaxgetdropmenu.html.php @@ -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;} 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;} 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;}