-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
111 lines (102 loc) · 2 KB
/
style.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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
.smart-pag__search-block {
margin-bottom: 20px;
}
.smart-pag-active1, .smart-pag-active999 {
display: block;
}
.smart-pag-hide {
display: none;
}
.smart-pag__table {
border-collapse: collapse;
width: 100%;
font-size: 15px !important;
}
.smart-pag__table-cell {
border: 1px solid #ddd;
text-align: left;
padding: 5px;
max-width: 200px;
}
.smart-pag__table-row:nth-child(even) {
background: #dddddd;
}
.smart-pag__search-input {
border: 1px solid #000;
border-radius: 6px;
width: 20%;
padding: 10px;
}
.smart-pag__pagination-block {
display: flex;
padding-top: 20px;
align-items: center;
}
.smart-pag__button {
display: flex;
justify-content: center;
align-items: center;
height: 24px;
width: 24px;
background: #fff;
color: #3498DB;
border: none;
border-radius: 50%;
cursor: pointer;
transition: 0.3s;
margin: 0 5px;
}
.smart-pag__button:hover {
background: #3498DB;
color: #fff;
}
.smart-pag__next, .smart-pag__pre {
display: flex;
justify-content: center;
align-items: center;
height: 24px;
width: 24px;
background: #fff;
color: #3498DB;
border: none;
border-radius: 50%;
cursor: pointer;
transition: 0.2s;
margin: 0 5px;
}
.smart-pag__next:hover, .smart-pag__pre:hover {
background: #3498DB;
color: #fff;
cursor: pointer;
transition: 0.2s;
}
.smart-pag-active1, .smart-pag-active999 {
background-color: #3498DB !important;
color: #fff !important;
color: #fff;
border-radius: 50%;
transition: 0.2s;
}
.smart-pag__btn {
display: flex;
}
.smart-pag__btns-hide {
display: none;
}
.smart-pag__buttons {
display: flex;
justify-content: center;
align-items: center;
height: 24px;
width: 24px;
background: #fff;
color: #3498DB;
border: none;
border-radius: 50%;
cursor: pointer;
transition: 0.3s;
margin: 0 5px;
}
.smart-pag-check-box {
-webkit-user-modify: read-only;
}