Path: blob/master/web-gui/buildyourownbotnet/assets/js/datatables/Select-1.0.1/css/select.bootstrap.css
1293 views
table.dataTable tbody > tr.selected,1table.dataTable tbody > tr > .selected {2background-color: #08C;3}4table.dataTable.stripe tbody > tr.odd.selected,5table.dataTable.stripe tbody > tr.odd > .selected, table.dataTable.display tbody > tr.odd.selected,6table.dataTable.display tbody > tr.odd > .selected {7background-color: #0085c7;8}9table.dataTable.hover tbody > tr.selected:hover,10table.dataTable.hover tbody > tr > .selected:hover, table.dataTable.display tbody > tr.selected:hover,11table.dataTable.display tbody > tr > .selected:hover {12background-color: #0083c5;13}14table.dataTable.order-column tbody > tr.selected > .sorting_1,15table.dataTable.order-column tbody > tr.selected > .sorting_2,16table.dataTable.order-column tbody > tr.selected > .sorting_3,17table.dataTable.order-column tbody > tr > .selected, table.dataTable.display tbody > tr.selected > .sorting_1,18table.dataTable.display tbody > tr.selected > .sorting_2,19table.dataTable.display tbody > tr.selected > .sorting_3,20table.dataTable.display tbody > tr > .selected {21background-color: #0085c8;22}23table.dataTable.display tbody > tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_1 {24background-color: #0081c1;25}26table.dataTable.display tbody > tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_2 {27background-color: #0082c2;28}29table.dataTable.display tbody > tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_3 {30background-color: #0083c4;31}32table.dataTable.display tbody > tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_1 {33background-color: #0085c8;34}35table.dataTable.display tbody > tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_2 {36background-color: #0086ca;37}38table.dataTable.display tbody > tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_3 {39background-color: #0087cb;40}41table.dataTable.display tbody > tr.odd > .selected, table.dataTable.order-column.stripe tbody > tr.odd > .selected {42background-color: #0081c1;43}44table.dataTable.display tbody > tr.even > .selected, table.dataTable.order-column.stripe tbody > tr.even > .selected {45background-color: #0085c8;46}47table.dataTable.display tbody > tr.selected:hover > .sorting_1, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_1 {48background-color: #007dbb;49}50table.dataTable.display tbody > tr.selected:hover > .sorting_2, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_2 {51background-color: #007ebd;52}53table.dataTable.display tbody > tr.selected:hover > .sorting_3, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_3 {54background-color: #007fbf;55}56table.dataTable.display tbody > tr:hover > .selected,57table.dataTable.display tbody > tr > .selected:hover, table.dataTable.order-column.hover tbody > tr:hover > .selected,58table.dataTable.order-column.hover tbody > tr > .selected:hover {59background-color: #007dbb;60}61table.dataTable td.select-checkbox {62position: relative;63}64table.dataTable td.select-checkbox:before, table.dataTable td.select-checkbox:after {65display: block;66position: absolute;67top: 1.2em;68left: 50%;69width: 12px;70height: 12px;71box-sizing: border-box;72}73table.dataTable td.select-checkbox:before {74content: ' ';75margin-top: -6px;76margin-left: -6px;77border: 1px solid black;78border-radius: 3px;79}80table.dataTable tr.selected td.select-checkbox:after {81content: '\2714';82margin-top: -11px;83margin-left: -4px;84text-align: center;85text-shadow: 1px 1px #B0BED9, -1px -1px #B0BED9, 1px -1px #B0BED9, -1px 1px #B0BED9;86}8788div.dataTables_wrapper span.select-info,89div.dataTables_wrapper span.select-item {90margin-left: 0.5em;91}9293@media screen and (max-width: 640px) {94div.dataTables_wrapper span.select-info,95div.dataTables_wrapper span.select-item {96margin-left: 0;97display: block;98}99}100table.dataTable tbody tr.selected,101table.dataTable tbody th.selected,102table.dataTable tbody td.selected {103color: white;104}105table.dataTable tbody tr.selected a,106table.dataTable tbody th.selected a,107table.dataTable tbody td.selected a {108color: #a2d4ed;109}110111112