mirror of https://github.com/Chocobozzz/PeerTube
Fix black theme on some screens
parent
4adf26735f
commit
e5b432e04e
|
@ -75,22 +75,22 @@ menu {
|
|||
.logged-in-more {
|
||||
margin-right: 20px;
|
||||
|
||||
my-global-icon {
|
||||
@include apply-svg-color(var(--mainBackgroundColor));
|
||||
|
||||
my-global-icon.dropdown-toggle {
|
||||
cursor: pointer;
|
||||
|
||||
&::after {
|
||||
border: none;
|
||||
}
|
||||
|
||||
/deep/ {
|
||||
@include apply-svg-color(var(--menuForegroundColor));
|
||||
}
|
||||
}
|
||||
|
||||
.dropdown-item {
|
||||
@include dropdown-with-icon-item;
|
||||
|
||||
my-global-icon {
|
||||
@include apply-svg-color(var(--mainForegroundColor));
|
||||
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
|
||||
|
|
|
@ -32,6 +32,10 @@
|
|||
|
||||
.more-icon {
|
||||
width: 21px;
|
||||
|
||||
/deep/ {
|
||||
@include apply-svg-color(var(--mainForegroundColor));
|
||||
}
|
||||
}
|
||||
|
||||
&.small {
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
table {
|
||||
font-size: 14px;
|
||||
color: var(--mainForegroundColor);
|
||||
|
||||
.label {
|
||||
font-weight: $font-semibold;
|
||||
|
@ -16,4 +17,4 @@ table {
|
|||
.glyphicon-remove {
|
||||
color: $red;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue