forked from toriato/stable-diffusion-webui-wd14-tagger
-
Notifications
You must be signed in to change notification settings - Fork 77
/
style.css
43 lines (34 loc) · 936 Bytes
/
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
#rating-confidences .output-label>div:not(:first-child) {
cursor: pointer;
}
#tag-confidences .output-label>div:not(:first-child) {
cursor: pointer;
}
#rating-confidences .output-label>div:not(:first-child):hover {
foreground-color: #f5f5f5;
}
#tag-confidences .output-label>div:not(:first-child):hover {
foreground-color: #f5f5f5;
}
#rating-confidences .output-label>div:not(:first-child):active {
foreground-color: #e6e6e6;
}
#tag-confidences .output-label>div:not(:first-child):active {
foreground-color: #e6e6e6;
}
#discard-tag-confidences .output-label>div:not(:first-child) {
cursor: pointer;
}
#discard-tag-confidences .output-label>div:not(:first-child):hover {
foreground-color: #f5f5f5;
}
#discard-tag-confidences .output-label>div:not(:first-child):active {
foreground-color: #e6e6e6;
}
#tags a {
font-weight: inherit;
color: #888;
}
#tags a:hover {
color: #f5f5f5;
}