2012-05-21 15:12:37 +04:00
|
|
|
/* 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/. */
|
2007-10-19 11:57:53 +04:00
|
|
|
|
|
|
|
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
|
|
|
|
|
|
|
.actionButtons {
|
2018-10-15 21:01:59 +03:00
|
|
|
margin: 0px 3px 6px 3px;
|
2007-10-19 11:57:53 +04:00
|
|
|
}
|
2016-04-20 09:27:14 +03:00
|
|
|
|
|
|
|
treechildren::-moz-tree-image(siteCol) {
|
2017-05-03 10:31:05 +03:00
|
|
|
list-style-image: url(chrome://mozapps/skin/places/defaultFavicon.svg);
|
2018-01-24 17:15:51 +03:00
|
|
|
-moz-context-properties: fill;
|
|
|
|
fill: currentColor;
|
2016-04-20 09:27:14 +03:00
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
2016-05-13 08:19:58 +03:00
|
|
|
margin-inline-end: 5px;
|
2016-04-20 09:27:14 +03:00
|
|
|
}
|