forked from ebbes/system-monitor-applet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
stylesheet.css
81 lines (67 loc) · 1.1 KB
/
stylesheet.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
.sma-label {
color: #bbb;
font-size: 12px;
}
.sma-status-label {
color: #bbb;
font-size: 10px;
padding: 4px 2px 0 5px;
}
.sma-unit-label {
color: #aaa;
font-size: 8px;
padding: 6px 5px 0 2px;
}
.sma-perc-label {
color: #aaa;
font-size: 10px;
padding: 4px 2px 0 2px;
}
.sma-status-value {
min-width: 25px;
padding-top: 2px;
text-align: right;
}
.sma-big-status-value {
min-width: 25px;
padding-top: 2px;
text-align: right;
}
.sma-value {
text-align: right;
width: 45px;
}
.sma-void {
width: 0px;
}
.sma-chart {
padding: 1px 2px;
}
.sma-tooltip-box {
font-size: 0.85em;
font-weight: bold;
color: rgba(255, 255, 255, 0.9);
background-color: rgba(10, 10, 10, 0.7);
border-radius: 5px;
padding: 3px;
}
.sma-tooltip-item {
padding: 0px;
spacing: 10px;
}
.sma-dialog-headline {
font-size: 12pt;
font-weight: bold;
color: #fff;
}
.sma-dialog-main-layout {
spacing: 24px;
padding: 10px;
}
.sma-dialog-message-layout {
spacing: 16px;
}
.sma-dialog-description {
font-size: 10pt;
color: white;
}