diff --git a/jero-web/src/App.vue b/jero-web/src/App.vue index 30f960492..3439653a2 100644 --- a/jero-web/src/App.vue +++ b/jero-web/src/App.vue @@ -193,4 +193,17 @@ padding-top: 12px!important; padding-bottom: 12px!important; } + + .ant-tooltip-inner { + color: #333; + background-color: #fff !important; + } + + .ant-tooltip-arrow::before { + background-color: #fff !important; + } + + .ant-menu-inline-collapsed-tooltip a { + color: #333 !important; + } \ No newline at end of file