Browse Source

Fix table border

Vova Tkach 6 years ago
parent
commit
4d9a9d0b43

+ 10 - 0
engine/wrapper/resources/styles/assets.cp.styles.css

@@ -246,6 +246,16 @@ body.cp .wrap .sidebar.sidebar-left ul.nav li.nav-item svg.sicon {
 	margin-right: 0px;
 	margin-right: 0px;
 }
 }
 
 
+.data-table thead tr {
+	background-color: #e9ecef;
+}
+
+.data-table.table-bordered td,
+.data-table.table-bordered th {
+	border: none;
+	border-top: 1px solid #dee2e6;
+}
+
 /* Admin table: table_users */
 /* Admin table: table_users */
 .data-table.table_users .col_action {
 .data-table.table_users .col_action {
 	width: 90px;
 	width: 90px;

File diff suppressed because it is too large
+ 0 - 0
engine/wrapper/resources/styles/assets.cp.styles.css.go


Some files were not shown because too many files changed in this diff