File: style.css

package info (click to toggle)
qwertone 0.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 17,100 kB
  • sloc: xml: 72; ansic: 30; makefile: 9
file content (15 lines) | stat: -rw-r--r-- 218 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.key {
    background-color: alpha(@theme_fg_color, 0.05);
    border-radius: 3px;
}

.key-pressed {
    background-color: alpha(@theme_fg_color, 0.2);
}

.key-main-label {
}

.key-note-label {
    font: 10px 'Sans';
}