Remove default border collapse styling
This commit is contained in:
@@ -31,13 +31,11 @@
|
|||||||
.sp-scrollable-table-wrapper {
|
.sp-scrollable-table-wrapper {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
position: relative;
|
|
||||||
}
|
}
|
||||||
.sp-data-table {
|
.sp-data-table {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
table-layout: auto;
|
table-layout: auto;
|
||||||
border-spacing: 0;
|
border-spacing: 0;
|
||||||
border-collapse: separate;
|
|
||||||
}
|
}
|
||||||
.sp-paginated-table {
|
.sp-paginated-table {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
@@ -200,7 +198,6 @@
|
|||||||
/* Event Calendar */
|
/* Event Calendar */
|
||||||
.sp-event-calendar {
|
.sp-event-calendar {
|
||||||
border-spacing: 0;
|
border-spacing: 0;
|
||||||
border-collapse: separate;
|
|
||||||
}
|
}
|
||||||
.sp-event-calendar a {
|
.sp-event-calendar a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|||||||
Reference in New Issue
Block a user