X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fsass%2Fapplication.scss;h=0029c22ef6bcc04dff1afc4c2d5bc9c4872fc167;hb=660d11e91e1643927028d2d6870a911f569b34d8;hp=c1135cd023ec1e46fcae008712997dc7aacf6e7e;hpb=b335ccec49b450052e3520f66f9acb6670e669f8;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index c1135cd02..0029c22ef 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss @@ -26,6 +26,8 @@ body { --mainHoverColor: #{$orange-hoover-color}; --mainBackgroundColor: #{$bg-color}; --mainForegroundColor: #{$fg-color}; + --menuBackgroundColor: #{$menu-background}; + --menuForegroundColor: #{$menu-color}; --submenuColor: #{$sub-menu-color}; --inputColor: #{$input-background-color}; --inputPlaceholderColor: #{$input-placeholder-color}; @@ -58,6 +60,10 @@ input, textarea { color: var(--mainForegroundColor); } +.btn-outline-secondary { + border-color: $input-border-color; +} + label { font-weight: $font-bold; font-size: 15px; @@ -193,9 +199,18 @@ label { .dropdown-item { padding: 3px 15px; + + &:active { + color: #000 !important; + } + } + + button { + @include disable-default-a-behaviour; } a { + @include disable-default-a-behaviour; color: #000 !important; } } @@ -281,6 +296,11 @@ ngb-tabset.bootstrap { } } +.nav-tabs .nav-link.active { + background-color: var(--mainBackgroundColor) !important; + border-bottom: none; +} + .orange-button { @include peertube-button; @include orange-button;