forked from noroadsleft000/gnome-network-stats
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstylesheet.css
More file actions
103 lines (81 loc) · 1.21 KB
/
stylesheet.css
File metadata and controls
103 lines (81 loc) · 1.21 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
93
94
95
96
97
98
99
100
101
102
103
/* Add your custom extension styling here */
.v-spacer {
min-height: 8px;
}
.v-separator-cont {
padding: 5px 10px;
height: 10px;
}
.h-line {
height: 1px;
background: #BBB;
}
.icon-16 {
width: 16px;
height: 16px;
}
.icon-24 {
width: 24px;
height: 24px;
}
.border-1 {
border: 1px solid red;
}
.main-label {
font-size: 0.8em;
}
.device-menu-item {
width: 400px;
}
.device-menu-item-label {
width: 90px;
}
.view-item {
padding-left: 24px;
padding-right: 24px;
}
.h-center {
margin: 0 auto;
width: 200px;
}
.text-item {
min-width: 150px;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.ns-button {
padding: 6px;
border: 1px solid #BBB;
background: #f9f9f9;
cursor: pointer;
}
.ns-button:hover {
background: #CCC;
}
.ns-button:active {
background: #AAA;
}
.ns-action-button {
padding: 6px;
border: 1px solid #BBB;
background: #f9f9f9;
width: 16px;
height: 16px;
cursor: pointer;
}
.ns-action-button:hover {
background: #CCC;
}
.ns-action-button:active {
background: #AAA;
}
.ns-action-button-down {
background: #BBB;
}
.ns-text-button {
padding: 4px 6px;
}