18 lines
408 B
CSS
18 lines
408 B
CSS
.bootstrap .bonslick > tbody tr.ui-sortable-helper td {
|
|
color:#fff !important;
|
|
right: 0!important;
|
|
background-color:#00aff0 !important;
|
|
-moz-transform:translate(5px, 10px);
|
|
-ms-transform:translate(5px, 10px);
|
|
-webkit-transform:translate(5px, 10px);
|
|
transform:translate(5px, 10px)
|
|
}
|
|
|
|
.ui-sortable-helper {
|
|
display: table;
|
|
}
|
|
|
|
.img-slider {
|
|
width: 150px;
|
|
height: auto;
|
|
} |