reformat code

pull/22/head
Florian Hartwich 2017-12-27 12:50:49 +01:00
parent a18bedbc48
commit 1e83e0c8a8
1 changed files with 2 additions and 4 deletions

View File

@ -48,7 +48,7 @@ ngx-datatable {
}
:host /deep/ .ngx-datatable.scroll-vertical .datatable-body::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
border-radius: 10px;
}
@ -57,11 +57,9 @@ ngx-datatable {
background: #4b4b4b;
-webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.5);
}
/* Table Scrollbar END */
.in-table-btn {
position: absolute;
margin-top: -5px;