File: stylesheet.css

package info (click to toggle)
gnome-shell-extension-hard-disk-led 19-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 128 kB
  • sloc: xml: 9; makefile: 4
file content (24 lines) | stat: -rw-r--r-- 369 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
.harddiskled-label {
    font-size: 1em;
    width: 4em;
    text-align: right;
}

/*.harddiskled-static-icon {
    font-size: 14px;
    width: 15px;
    text-align: left;
}*/

.harddiskled-icon {
    font-size: 1em;
    width: 1.2em;
    text-align: center;
    color: lime;
}

.harddiskled-container {
    spacing: 0px;
    margin-left: 2px;
    margin-right: 2px;
}