diff --git a/src/assets/theme/blue.scss b/src/assets/theme/blue.scss index 89ff845c3247f32a192578c47d813ebb5a91be97..1f5ce14e235f20ab7873f6fc9acf16c4e862f451 100644 --- a/src/assets/theme/blue.scss +++ b/src/assets/theme/blue.scss @@ -378,5 +378,49 @@ body[data-theme='blue'] { } } +.app-header{ +.ant-tabs { + .ant-tabs-nav-wrap{ + .ant-tabs-tab{ + background: rgba($color: #fff, $alpha: 0); + border-color: rgba($color: #fff, $alpha: 0.5); + color: #fff; + i{ + color: #fff; + &:hover{ + color: $blue-theme-hover; + } + } + &:hover{ + color: $blue-theme-hover; + } + &.ant-tabs-tab-active{ + background: rgba($color: #fff, $alpha: 0.9); + color: $blue-theme; + i{ + color: $blue-theme; + } + } + } + } +} + background: url('../assets/images/blue/navbar-bg.png'); + i{ + color: #fff; + } + .user-header{ + span{ + color: #fff; + &:hover{ + color: $blue-theme-hover; + } + } + } +.trigger{ + &:hover{ + color: $blue-theme; + } +} +} } \ No newline at end of file