Bug 30036: Allow XSLT for authority results view in OPAC
[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 .dt-buttons {
23     padding: .3em 0 0 0;
24 }
25
26 .dataTables_filter input {
27     background-color: #fff;
28     border-radius: 0.2rem;
29     border: 1px solid #ced4da;
30     color: #495057;
31     height: calc(1.5em + 0.5rem + 2px);
32     line-height: 1.5;
33     margin-left: 3px;
34     padding: 0.25rem 0.5rem;
35     transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
36 }
37
38 .dataTables_filter input[type="search"]:focus {
39     border-color: #85ca11;
40     box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(194, 228, 136, 0.6);
41 }
42
43 div.dt-button-collection {
44     background-color: white;
45     border-radius: 5px;
46     border: 1px solid #ccc;
47     border: 1px solid rgba(0, 0, 0, 0.4);
48     box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
49     column-gap: 8px;
50     left: 0;
51     margin-top: 3px;
52     overflow: hidden;
53     padding: 8px 8px 4px 8px;
54     position: absolute;
55     top: 0;
56     width: 150px;
57     z-index: 2002;
58 }