forked from magicoflolis/Userscript-Plus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtable.less
More file actions
92 lines (89 loc) · 1.47 KB
/
Copy pathtable.less
File metadata and controls
92 lines (89 loc) · 1.47 KB
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
@white: #ffffff;
@dark: #2e323d;
*:not(select) {
scrollbar-color: @white @dark;
scrollbar-width: thin;
}
::-webkit-scrollbar {
max-width: 8px !important;
max-height: 8px !important;
&-thumb {
background: @white;
}
&-track {
background-color: @dark;
}
}
/* Dark theme */
.ivu {
&-card{
width:100%;
height:100%;
padding:0px;
&-extra {
top: 8px !important;
}
&-head {
border-bottom: 1px solid @white !important;
padding: 2.5% 16px !important;
}
}
&-badge {
padding:0px 5px;
}
&-tooltip {
border-color: @white !important;
border-radius: 4px !important;
background-color: @white !important;
}
&-btn-icon-only,
&-modal-body,
&-table {
color: @white !important;
background-color: @dark !important;
& td,
& th {
color: @white !important;
background-color: @dark !important;
}
&-body {
// height: 400px;
overflow-x: hidden;
}
&-row-highlight,
&-row-hover {
color: #9cc3e7 !important;
}
}
}
/* General */
.card-title {
color: @white !important;
cursor: pointer;
}
.table-footer {
position: fixed;
bottom: 0;
padding-left: 10px;
width: 100%;
background-color: @white;
a {
color: #ed3f14;
}
}
.circle {
width: 56px;
height: 56px;
line-height: 56px;
border-radius: 28px;
float: right;
right: 40px;
}
.badge {
top: -17px;
left: -6%;
width: 26px;
height: 26px;
line-height: 26px;
border-radius: 13px;
}