]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/ng-select.scss
Some fixes for themes
[github/Chocobozzz/PeerTube.git] / client / src / sass / ng-select.scss
index df0e0aaf471d1ed9646aff4a7671fc332744b4d6..f4c908da3048dba3615fffcdca4b33568317506c 100644 (file)
@@ -27,6 +27,11 @@ $ng-select-value-font-size: 15px;
     }
   }
 
+  .ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
+    color: pvar(--mainForegroundColor);
+    background-color: pvar(--mainBackgroundColor);
+  }
+
   .ng-select-container {
     background-color: pvar(--inputBackgroundColor);
   }