ecfff1393f
- 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
17 lines
No EOL
429 B
CSS
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;
|
|
} |