Explorar o código

added dataTable classes

CauseFX %!s(int64=4) %!d(string=hai) anos
pai
achega
8aaa9cd9ae
Modificáronse 2 ficheiros con 13 adicións e 2 borrados
  1. 13 2
      css/organizr.css
  2. 0 0
      css/organizr.min.css

+ 13 - 2
css/organizr.css

@@ -634,12 +634,23 @@ h2.m-b-0.font-medium.pull-right {
 }
 .no-mouse:hover {
     opacity: 1 !important;
-    border: inherit !important;
 }
 .mouse-grab {
     cursor: grab;
 }
-
+table.dataTable {
+    border-radius: 10px;
+}
+table.dataTable thead tr th {
+    padding: 10px 0 10px 5px !important;
+    background: #00000061 !important;
+}
+table.dataTable thead tr th:last-child {
+    border-radius: 0 10px 0 0;
+}
+table.dataTable thead tr th:first-child {
+    border-radius: 10px 0 0 0;
+}
 .el-element-overlay .el-card-item .el-overlay-1 img.imageSourceLeft {
     width: 56%;
     display: block;

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 0
css/organizr.min.css


Algúns arquivos non se mostraron porque demasiados arquivos cambiaron neste cambio