Revision dc1cf0b0
Von Moritz Bunkus vor mehr als 10 Jahren hinzugefügt
css/requirement_spec.css | ||
---|---|---|
43 | 43 |
/* Special things that apply to the context menu */ |
44 | 44 |
/* ------------------------------------------------------------ */ |
45 | 45 |
|
46 |
.context-menu-item.icon-flag { background-image: url("../image/flag-red.png"); } |
|
47 |
.context-menu-item.icon-close { background-image: url("../image/document-close.png"); } |
|
48 |
.context-menu-item.icon-save { background-image: url("../image/document-save.png"); } |
|
46 |
.context-menu-item.icon-flag { background-image: url("../image/flag-red.png"); } |
|
47 |
.context-menu-item.icon-close { background-image: url("../image/document-close.png"); } |
|
48 |
.context-menu-item.icon-save { background-image: url("../image/document-save.png"); } |
|
49 |
.context-menu-item.icon-revert { background-image: url("../image/edit-undo.png"); } |
|
49 | 50 |
|
50 | 51 |
/* ------------------------------------------------------------ */ |
51 | 52 |
/* Sections & function blocks */ |
Auch abrufbar als: Unified diff
Icon für Kontextmenüeintrag "auf Version zurücksetzen"