]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/ng-select.scss
Added translation using Weblate (Indonesian)
[github/Chocobozzz/PeerTube.git] / client / src / sass / ng-select.scss
index f836e203c9e524faa741a1139bd886a17848333c..54c805ccf5f84dc165126546d7fa1b2c786ad1c5 100644 (file)
@@ -20,10 +20,28 @@ $ng-select-height: 30px;
   font-size: .9em;
 }
 
+.ng-input,
+.ng-select .ng-select-container .ng-value-container {
+  padding-left: 15px !important;
+}
+
 .ng-select {
   &.ng-select-focused {
     &:not(.ng-select-opened) > .ng-select-container {
       border-color: #ccc !important;
     }
   }
+
+  .ng-select-container {
+    background-color: pvar(--inputBackgroundColor);
+
+  }
+
+  .ng-arrow-wrapper {
+    padding-right: 12px
+  }
+
+  &.ng-select-single .ng-value-container .ng-value {
+    color: pvar(--inputForegroundColor);
+  }
 }