forked from mirrors/gecko-dev
MozReview-Commit-ID: 2MlnZfajM4t --HG-- extra : rebase_source : 95468bcdfb884eec93f93274a4597173cd105a78
11 lines
437 B
CSS
11 lines
437 B
CSS
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
|
|
|
#sitesList > richlistitem {
|
|
-moz-binding: url("chrome://browser/content/preferences/siteListItem.xml#siteListItem");
|
|
}
|
|
|
|
#SiteDataRemoveSelectedDialog {
|
|
-moz-binding: url("chrome://global/content/bindings/dialog.xml#dialog");
|
|
}
|