5546a58eb184ad52e37991c67a26a89f079493d0
[koha.git] / koha-tmpl / opac-tmpl / bootstrap / css / datatables.css
1 .dataTables_filter label {
2     font-size: 12px;
3 }
4
5 input.search_init {
6     color: #999999;
7 }
8
9 div.top {clear : both; }
10
11 div.dataTables_length,
12 div.dataTables_filter {
13     border-left : 1px solid #FFF;
14 }
15
16 div.dataTables_filter {
17     float: left;
18     padding : .3em 0 0 0;
19     margin : 0;
20 }
21
22 .dataTables_filter input {
23     background-color: #fff;
24     border-radius: 0.2rem;
25     border: 1px solid #ced4da;
26     color: #495057;
27     height: calc(1.5em + 0.5rem + 2px);
28     line-height: 1.5;
29     padding: 0.25rem 0.5rem;
30     transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
31 }
32
33 .dataTables_filter input[type="search"]:focus {
34     border-color: #85ca11;
35     box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(194, 228, 136, 0.6);
36 }