summaryrefslogtreecommitdiff
path: root/src/gui/style.css
blob: b0853ab3e0fee2d00bf7369b2785e56b325771d4 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46

.boxed-widget {

    border-top-left-radius: 12px;
    border-top-right-radius: 12px;

    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;

}


list.boxed-list, list.boxed-list > row:first-child {

    border-top-left-radius: 12px;
    border-top-right-radius: 12px;

}

list.boxed-list, list.boxed-list > row:last-child {

    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;

}



/* welcome.css */

grid.hints {

    background-image: -gtk-icontheme('tipoftheday-symbolic');
    background-position: right top;
    background-size: 200px auto;
    background-repeat: no-repeat;

    min-height: 250px;

}

grid.hints > box {

    min-width: 130px;

}