diff --git a/public/css/theme-redsilver.css b/public/css/theme-redsilver.css index adf0515..184bd4b 100644 --- a/public/css/theme-redsilver.css +++ b/public/css/theme-redsilver.css @@ -395,4 +395,11 @@ a:hover { font-weight: bold; transition: font .4s ease; -webkit-transition: font .4s ease +} + +.ui.tabular.menu .active.item, .ui.tabular.menu .active.item:hover { + background: #e2e2e2; + border-color: var(--color-primary); + color: var(--color-text); + margin-top: 1px; } \ No newline at end of file