diff --git a/400-SOURCECODE/AIAHTML5.Web/app/views/da/da-view.html b/400-SOURCECODE/AIAHTML5.Web/app/views/da/da-view.html index cf41d36..5934b62 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/views/da/da-view.html +++ b/400-SOURCECODE/AIAHTML5.Web/app/views/da/da-view.html @@ -55,14 +55,6 @@ display: none; } - .customTooltip { - background: #333 !important; - color: #fff !important; - /*opacity: 0.9 !important;*/ - } - - - .custom-tooltip { background-color: #333; diff --git a/400-SOURCECODE/AIAHTML5.Web/app/widget/MainMenu.html b/400-SOURCECODE/AIAHTML5.Web/app/widget/MainMenu.html index a469c23..954e2ab 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/widget/MainMenu.html +++ b/400-SOURCECODE/AIAHTML5.Web/app/widget/MainMenu.html @@ -14,8 +14,8 @@ -
  • -
  • + + @@ -206,3 +206,8 @@ }); }); + diff --git a/400-SOURCECODE/AIAHTML5.Web/themes/default/css/bootstrap/3.3.6/main.css b/400-SOURCECODE/AIAHTML5.Web/themes/default/css/bootstrap/3.3.6/main.css index 9c70dc9..d234978 100644 --- a/400-SOURCECODE/AIAHTML5.Web/themes/default/css/bootstrap/3.3.6/main.css +++ b/400-SOURCECODE/AIAHTML5.Web/themes/default/css/bootstrap/3.3.6/main.css @@ -160,6 +160,13 @@ footer.dark { .space-top50 { margin-top: 50px; } +/*Custom ToolTip In AIA*/ +.customTooltip { + background: #333 !important; + color: #fff !important; + /*opacity: 0.9 !important;*/ + } + /*.tools { background: #eeeeee none repeat scroll 0 0; border: 1px solid #c1c1c1;