1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
| #basic-toolbar {
| .paste {
| background-image: url(images/icons/fam/paste_plain.png);
| }
|
| .cut {
| background-image: url(images/icons/fam/cut.png);
| }
|
| .copy {
| background-image: url(images/icons/fam/page_copy.png);
| }
|
| .format {
| background-image: url(images/icons/fam/paintbrush.png);
| }
|
| .list {
| background-image: url(images/icons/fam/text_list_bullets.png);
| }
| }
|
|