Commit 6870c7d4c7e13328ae78119f46aa5ac5ea4b6bb5

Authored by unknown
1 parent 2a1bed34

DA > List Manager > Color of structures should be changed when hover over them.

400-SOURCECODE/AIAHTML5.Web/index.html
... ... @@ -45,7 +45,15 @@
45 45 /*.ActiveDefaultColorAnnotation {
46 46 background-color: #000000!important;
47 47 }*/
48   - .ActiveFormattingButtonClass {
  48 +
  49 +
  50 + #termList option:hover {
  51 + background-color: #3399FF;
  52 + color:#fff;
  53 + }
  54 +
  55 +
  56 + .ActiveFormattingButtonClass {
49 57 background-color: #1B92D0 !important;
50 58 }
51 59  
... ...