layuiCustom.css
884 Bytes
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
.layui-btn.layui-btn-primary {
background-color: rgb(72,156,156) !important;
color: #fff;
}
.layui-btn.layui-btn-primary:hover {
background-color: rgb(49,74,76) !important;
}
.layui-btn.task-btn {
background-color: white !important;
color: black;
border: solid 2px rgba(128,128,128,0.3);
}
.layui-btn.task-btn:hover {
background-color: rgb(242,242,242) !important;
color: black;
border: solid 2px rgb(72,156,156);
}
.layui-table-click {
background-color: rgb(240,250,250) !important;
}
.layui-form-switch {
background-color: rgb(191,220,220) !important;
}
.layui-form-onswitch {
background-color: rgb(72,156,156) !important;
}
.layui-table-view .layui-table[lay-size="sm"] .layui-table-cell {
height: 25px;
line-height: 25px;
}
/*.layui-table[lay-size="sm"] td, .layui-table[lay-size="sm"] th {
font-size: 15px;
}*/