]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/primeng-custom.scss
Merge branch 'develop' into cli-wrapper
[github/Chocobozzz/PeerTube.git] / client / src / sass / primeng-custom.scss
index 674aa649e47dde159945aad98dd6152eff863763..d99c5b96a011e0d8ca596dd71b123ffdf39f1d6c 100644 (file)
@@ -26,7 +26,7 @@ p-table {
   }
 
   tr {
-    background-color: #fff !important;
+    background-color: var(--mainBackgroundColor) !important;
     height: 46px;
   }
 
@@ -84,6 +84,7 @@ p-table {
 
         color: #000;
         font-size: 11px;
+        top: 0;
 
         &.pi-sort-up {
           @extend .glyphicon-triangle-top;
@@ -166,7 +167,7 @@ p-table {
           &.ui-state-active {
             &, &:hover, &:active, &:focus {
               color: #fff !important;
-              background-color: $orange-color !important;
+              background-color: var(--mainColor) !important;
             }
           }
         }