summaryrefslogtreecommitdiff
path: root/themes/Adwaita/icons.css
blob: 4986ab2a1702c2cebd165d2afc541b761fe3a0e1 (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

#img-undo {

    background-image: url("undo.png");
    background-repeat: space;

    padding-right: 10px;

}

#img-redo {

    background-image: url("redo.png");
    background-repeat: space;

    padding-right: 10px;

}

#img-clean {

    background-image: url("clean.png");
    background-repeat: space;

    padding-right: 10px;

}