]> 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 229300ca58c875893346c9d0befddd584ce9e664..97e61e0689bbeafbf8ad8144750298fdd7af67bf 100644 (file)
@@ -23,6 +23,18 @@ $ng-select-value-font-size: 15px;
   &.ng-select-focused {
     &:not(.ng-select-opened) > .ng-select-container {
       border-color: #ccc !important;
+      box-shadow: none !important;
+    }
+  }
+
+  .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);
     }
   }