-
Notifications
You must be signed in to change notification settings - Fork 17
/
stylesheet.css
38 lines (33 loc) · 850 Bytes
/
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
.apt-update-indicator-menubutton {
/* Meant to be used as an override to display a small system-menu-action */
border-radius: 10px;
padding: 0px 4px;
}
.apt-update-indicator-menubutton:hover, .apt-update-indicator-menubutton:focus {
/* 1px borders disapears, need to compensate */
padding: 1px 5px;
}
.apt-update-indicator-menubutton > StIcon {
icon-size: 16px;
}
.apt-update-indicator-item {
font-family: monospace;
font-size: 0.9em;
}
.apt-update-indicator-item-header {
font-size: 1em;
font-weight: bold;
}
.apt-update-indicator-urgent-item {
font-family: monospace;
font-size: 0.9em;
color: rgba(255, 60, 60, 1);
}
.apt-update-indicator-urgent-item-header {
font-size: 1em;
font-weight: bold;
color: rgba(255, 60, 60, 1);
}
.apt-update-indicator-separator {
height: 3px;
}