zotero/chrome/chromeFiles/skin/default/scholar/addCitationDialog.css
Simon Kornblith ecfff1393f - closes #225, ability to cite a specific page/paragraph/etc in Word integration. the output isn't quite right at the moment, but the interface works.
- removes net icons that haven't been used in months
- fixes another date bug (the last one, i hope)
- renames CSL class to Scholar.CSL
2006-09-11 01:05:26 +00:00

17 lines
No EOL
429 B
CSS

#citation-add {
list-style-image: url('chrome://scholar/skin/citation-add.png');
}
#citation-add[disabled="true"] {
list-style-image: url('chrome://scholar/skin/citation-add-gray.png');
}
#citation-delete {
list-style-image: url('chrome://scholar/skin/citation-delete.png');
}
#citation-delete[disabled="true"] {
list-style-image: url('chrome://scholar/skin/citation-delete-gray.png');
}
#item-locator {
max-width:100px;
}