]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/application.scss
Add video category support
[github/Chocobozzz/PeerTube.git] / client / src / sass / application.scss
index 30588067f1de617d1710659e39bc11c5dbcba9e7..994b1e2b9a341b62fabaea04e9b47f1e4e0fbac3 100644 (file)
@@ -42,8 +42,23 @@ menu {
   }
 }
 
-.table-column-id {
-  width: 200px;
+.ng2-smart-table-container {
+  .ng2-smart-table {
+
+    thead tr {
+      border-top: 1px solid rgb(233, 235, 236)
+    }
+
+    td, th {
+      padding: 8px !important;
+      color: #333333 !important;
+      font-size: 14px !important;
+    }
+  }
+
+  .ng2-smart-pagination-nav .page-link {
+    font-size: 11px !important;
+  }
 }
 
 [hidden] {
@@ -55,6 +70,10 @@ input.readonly {
   background-color: #fff !important;
 }
 
+.glyphicon-black {
+  color: black;
+}
+
 footer {
   border-top: 1px solid rgba(0, 0, 0, 0.2);
   padding-top: 10px;