]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/ng-select.scss
Support live session in server
[github/Chocobozzz/PeerTube.git] / client / src / sass / ng-select.scss
index df0e0aaf471d1ed9646aff4a7671fc332744b4d6..97e61e0689bbeafbf8ad8144750298fdd7af67bf 100644 (file)
@@ -27,6 +27,17 @@ $ng-select-value-font-size: 15px;
     }
   }
 
+  .ng-input > input {
+    color: pvar(--inputForegroundColor) !important;
+  }
+
+  .ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
+    &:not(.ng-option-marked, .ng-option-selected) {
+      color: pvar(--mainForegroundColor);
+      background-color: pvar(--mainBackgroundColor);
+    }
+  }
+
   .ng-select-container {
     background-color: pvar(--inputBackgroundColor);
   }