File: stylesheet.css

package info (click to toggle)
gnome-shell-extension-hard-disk-led 13~git20160916.6fe27b2-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 124 kB
  • ctags: 8
  • sloc: xml: 9; makefile: 4
file content (24 lines) | stat: -rw-r--r-- 371 bytes parent folder | download
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: 12px;
    width: 45px;
    text-align: right;
}

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

.harddiskled-icon {
    font-size: 12px;
    width: 14px;
    text-align: center;
    color: lime;
}

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