X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fsass%2Fprimeng-custom.scss;h=d99c5b96a011e0d8ca596dd71b123ffdf39f1d6c;hb=0491173a61aed66205c017e0d7e0503ea316c144;hp=f06daec5d7066d10a6f00edb3f2ff39537ab8377;hpb=30eac84e71eeb99e70861e5ab75c60fd39dac03c;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/sass/primeng-custom.scss b/client/src/sass/primeng-custom.scss index f06daec5d..d99c5b96a 100644 --- a/client/src/sass/primeng-custom.scss +++ b/client/src/sass/primeng-custom.scss @@ -17,13 +17,16 @@ p-table { td { border: 1px solid #E5E5E5 !important; padding-left: 15px !important; - overflow: hidden !important; - text-overflow: ellipsis !important; - white-space: nowrap !important; + + &:not(.action-cell) { + overflow: hidden !important; + text-overflow: ellipsis !important; + white-space: nowrap !important; + } } tr { - background-color: #fff !important; + background-color: var(--mainBackgroundColor) !important; height: 46px; } @@ -81,6 +84,7 @@ p-table { color: #000; font-size: 11px; + top: 0; &.pi-sort-up { @extend .glyphicon-triangle-top; @@ -163,7 +167,7 @@ p-table { &.ui-state-active { &, &:hover, &:active, &:focus { color: #fff !important; - background-color: $orange-color !important; + background-color: var(--mainColor) !important; } } }