mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-12 06:08:24 +02:00
MozReview-Commit-ID: J74Jg3xkJNe --HG-- extra : rebase_source : f210762a50ec02fc3e80449b3bdc6408b0613f48
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");
|
|
}
|