prep for intercross wishlist
[sgn.git] / static / css / datatables / custom_datatable_select_styles.css
blob716f34392622e0a1d1123ddd6bb83e80b68b84af
1 table.dataTable tbody .select-checkbox{
2 position: relative;
3 text-align: center;
4 vertical-align: middle;
6 .dataTables_info .select-info{
7 margin-left: 1em;
8 font-weight:bold;
10 table.dataTable tbody .select-checkbox::before{
11 content: ' ';
12 color: #555;
13 background-color: white;
14 font-size: 1.5em;
15 width: 0.75em;
16 height: 0.75em;
17 line-height: 0.4em;
18 margin-left: -6px;
19 border: 1px solid #555;
20 border-radius: 3px;
21 display: inline-block;
22 box-sizing: border-box;
24 table.dataTable tbody tr.selected {
25 background-color: #d1e7ff;
27 tbody tr.selected .select-checkbox::before{
28 content: '\2713';