File: style.css

package info (click to toggle)
startup-disk 0.1.5-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 396 kB
  • sloc: xml: 86; makefile: 62
file content (17 lines) | stat: -rw-r--r-- 376 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.candidate_gridview {
    padding-bottom: 12px;
    background-color: @theme_bg_color;
}

.candidate_gridview child {
    margin: 12px 6px 0 6px;
    background-color: alpha(@view_fg_color, 0.1);
}

.candidate_gridview child:hover {
    background-color: alpha(@view_fg_color, 0.15);
}

.candidate_gridview child:selected {
    background-color: alpha(@view_fg_color, 0.3);
}