aboutsummaryrefslogtreecommitdiff
path: root/.themes/FlatColor/gtk-3.20/widgets/cell-row.css
blob: c763c25bbc4e71502cfa5b13a5916f172a553cbe (plain)
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
/****************
 * cell and row *
 ****************/
.cell {
    border-width: 0;
    border-radius: 0px;
}

.cell:selected,
.cell:selected:focus {
    background-color: @selected_bg_color;
    color: @selected_fg_color;
}

row:selected,
row:selected:hover,
row:selected:focus {
    border-width: 0;
    border-style: none;
    border-radius: 0;
    background-color: @selected_bg_color;
    background-image: none;
    color: @selected_fg_color;

}