You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

122 lines
2.1 KiB

[data-ax5grid] {
margin:0;
padding:0;
position:relative;
background:transparent;
border:0px;
table {
border-collapse: separate;
border-spacing: 0;
border: 0 none;
width: 100%;
height: 100%;
thead {
tr {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
margin: 0;
padding: 0;
position: relative;
overflow: hidden;
background-color: rgba(0,0,0,.15);
border: 0px none;
color: #fff;
th {
box-sizing: border-box;
overflow: hidden;
position: relative;
padding: 10px;
border: 0 none;
height:38px;
text-align:center;
&:last-child {
border-right:0px;
}
}
}
}
tbody {
tr {
border-bottom: 0 none;
background:transparent;
td {
line-height:21px;
padding:10px;
&:last-child {
border-right:0px;
}
&.empty {
height:300px;
vertical-align: middle;
text-align:center;
}
&.active {
color:#f9be03;
}
a {
color:#fff;
}
}
&:last-child {
td {
border-bottom:0px;
}
}
}
}
tfoot {
tr {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
margin: 0;
padding: 0;
position: relative;
overflow: hidden;
background-color: rgba(0,0,0,.15);
border: 0px none;
color: #fff;
td {
box-sizing: border-box;
overflow: hidden;
position: relative;
padding: 10px;
border: 0 none;
height:38px;
text-align:center;
&:last-child {
border-right:0px;
}
}
&:last-child {
td {
border-bottom:0px;
}
}
}
}
}
}