-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsite.css
77 lines (65 loc) · 1.35 KB
/
site.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
/*.swiper-button-prev {
display: none;
}
.swiper-button-next {
display: none;
}*/
.swiper-button-prev-area {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: calc(var(--swiper-navigation-size)/ 44 * 38);
display: none;
cursor: pointer;
}
.swiper-button-next-area {
position: absolute;
top: 0;
bottom: 0;
right: 0;
width: calc(var(--swiper-navigation-size)/ 44 * 38);
display: none;
cursor: pointer;
}
@media (max-width: 767.98px) {
#my_table_wrapper {
padding-left: 30px;
padding-right: 30px;
}
.swiper-button-prev-area {
display: block;
}
.swiper-button-next-area {
display: block;
}
#my_table_wrapper .dt-paging {
display: none;
}
#my_table_wrapper .dt-search input[type="search"] {
width: 100% !important;
}
#my_table_wrapper .dt-search label {
display: none;
}
}
#my_table_wrapper input[type="search"] {
font-size: 16px;
-webkit-appearance: none;
margin-left: 0;
}
.has-search .form-control {
padding-left: 2.375rem;
}
.has-search .form-control-feedback {
position: absolute;
z-index: 2;
display: block;
width: 2.375rem;
height: 2.375rem;
line-height: 2rem;
text-align: center;
pointer-events: none;
color: #aaa;
/*margin-left: 0.5rem;*/
}