Improving select displays, focus box-shadows for paginators, instructions for index url
[oweals/peertube.git] / client / src / app / +admin / users / user-list / user-list.component.scss
index f235769f06bdecd252ab7db4a89d6ace1e32f6a2..40f08027f5bf031396eece6605a60e463e5529b3 100644 (file)
@@ -2,7 +2,7 @@
 @import '_mixins';
 
 .add-button {
-  @include create-button('../../../../assets/images/global/add.svg');
+  @include create-button;
 }
 
 tr.banned {
@@ -23,4 +23,9 @@ tr.banned {
   input {
     @include peertube-input-text(250px);
   }
-}
\ No newline at end of file
+}
+
+p-tableCheckbox {
+  position: relative;
+  top: -2.5px;
+}