-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
43 lines (37 loc) · 1.14 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
#remote_inference_balance #remote_inference_balance {
min-width: 150px;
height: 60px;
background-color: var(--input-background-fill);
border: 2px solid var(--highlight-color);
border-radius: 7px;
padding: 5px;
box-sizing: border-box;
position: fixed;
top: 15px;
right: 15px;
z-index: 500;
}
#remote_inference_balance #remote_inference_balance p {
margin: 0;
margin-bottom: -5px;
}
#remote_inference_balance .pending, #setting_remote_balance .pending {
opacity: 1.0 !important
}
#setting_remote_balance .translucent {
display: none;
}
.remote_inference_balance_count {
text-align: center;
font-weight: bold;
font-size: large;
margin: 0;
}
body[data-current-api="SDNext"] [data-apis]:not([data-apis*="SDNext"]),
body[data-current-api="ComfyUI"] [data-apis]:not([data-apis*="ComfyUI"]),
body[data-current-api="StableHorde"] [data-apis]:not([data-apis*="StableHorde"]),
body[data-current-api="NovitaAI"] [data-apis]:not([data-apis*="NovitaAI"]),
body[data-current-api="ComfyICU"] [data-apis]:not([data-apis*="ComfyUI"]) {
filter: grayscale(100%) opacity(33%);
pointer-events: none;
}