Rename error/warning icons

This commit is contained in:
Dan Stillman 2015-05-19 22:42:43 -04:00
parent 0e73b1cc61
commit c9aed60acd
7 changed files with 4 additions and 7 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 666 B

After

Width:  |  Height:  |  Size: 701 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 701 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

View file

@ -520,18 +520,15 @@
} }
/* Sync error icon */ /* Sync error icon */
#zotero-tb-sync-error, #zotero-tb-sync-error[mode=warning] #zotero-tb-sync-error {
{
list-style-image: url(chrome://zotero/skin/error.png); list-style-image: url(chrome://zotero/skin/error.png);
} }
#zotero-tb-sync-error[mode=error] #zotero-tb-sync-error[state=warning] {
{ list-style-image: url(chrome://zotero/skin/warning.png);
list-style-image: url(chrome://zotero/skin/exclamation.png);
} }
#zotero-tb-sync-error[mode=upgrade] #zotero-tb-sync-error[state=upgrade] {
{
list-style-image: url(chrome://zotero/skin/bell_error.png); list-style-image: url(chrome://zotero/skin/bell_error.png);
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 666 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB