From 6870c7d4c7e13328ae78119f46aa5ac5ea4b6bb5 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 14 Oct 2016 13:48:46 +0530 Subject: [PATCH] DA > List Manager > Color of structures should be changed when hover over them. --- 400-SOURCECODE/AIAHTML5.Web/index.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/index.html b/400-SOURCECODE/AIAHTML5.Web/index.html index 9d5c79c..58ced0f 100644 --- a/400-SOURCECODE/AIAHTML5.Web/index.html +++ b/400-SOURCECODE/AIAHTML5.Web/index.html @@ -45,7 +45,15 @@ /*.ActiveDefaultColorAnnotation { background-color: #000000!important; }*/ - .ActiveFormattingButtonClass { + + + #termList option:hover { + background-color: #3399FF; + color:#fff; + } + + + .ActiveFormattingButtonClass { background-color: #1B92D0 !important; } -- libgit2 0.21.4