X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Badmin%2Fusers%2Fuser-list%2Fuser-list.component.scss;h=f004775c07cc420542005997d7b2614bdb20d2aa;hb=27bc95867442c772841fb183a625bbda61dede51;hp=40f08027f5bf031396eece6605a60e463e5529b3;hpb=2bc9bd08cd121bdffbf56a0241c4decfb77bfdd5;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/+admin/users/user-list/user-list.component.scss b/client/src/app/+admin/users/user-list/user-list.component.scss index 40f08027f..f004775c0 100644 --- a/client/src/app/+admin/users/user-list/user-list.component.scss +++ b/client/src/app/+admin/users/user-list/user-list.component.scss @@ -5,8 +5,14 @@ @include create-button; } -tr.banned { - color: red; +tr.banned > td { + background-color: lighten($color: $red, $amount: 40) !important; +} + +.table-email { + @include disable-default-a-behaviour; + + color: pvar(--mainForegroundColor); } .banned-info { @@ -17,15 +23,33 @@ tr.banned { font-weight: $font-semibold; } -.caption { - justify-content: space-between; +.user-table-primary-text .glyphicon { + @include margin-left(0.1rem); - input { - @include peertube-input-text(250px); - } + font-size: 80%; + color: #808080; } p-tableCheckbox { position: relative; top: -2.5px; } + +my-global-icon { + width: 18px; +} + +.chip { + @include chip; +} + +.badge { + @include table-badge; +} + +.progress { + @include progressbar($small: true); + + width: auto; + max-width: 100%; +}