Subversion Repositories general

Compare Revisions

No changes between revisions

Ignore whitespace Rev 1293 → Rev 1294

/thunderbird/movetofolder/trunk/chrome/skin/icons/spam_small_disabled.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/thunderbird/movetofolder/trunk/chrome/skin/icons/spam.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/thunderbird/movetofolder/trunk/chrome/skin/icons/spam_disabled.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/thunderbird/movetofolder/trunk/chrome/skin/icons/spam_small.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/thunderbird/movetofolder/trunk/chrome/skin/movetofolder.css
0,0 → 1,15
#movetofolder-button {
list-style-image: url("chrome://movetofolder/skin/icons/spam.png");
}
 
#movetofolder-button[disabled="true"] {
list-style-image: url("chrome://movetofolder/skin/icons/spam_disabled.png");
}
 
toolbar[iconsize="small"] #movetofolder-button {
list-style-image: url("chrome://movetofolder/skin/icons/spam_small.png");
}
 
toolbar[iconsize="small"] #movetofolder-button[disabled="true"] {
list-style-image: url("chrome://movetofolder/skin/icons/spam_small_disabled.png");
}
/thunderbird/movetofolder/trunk/chrome/skin/options.css
0,0 → 1,12
@import url("chrome://messenger/skin/");
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
.specialFolderPickerGrid {
-moz-margin-start: 20px;
}
 
.folderLocationPopup {
display: -moz-popup;
-moz-binding: url("chrome://messenger/content/mailWidgets.xml#locationpopup");
visibility: visible;
}