2018-02-17 21:15:04 +00:00
|
|
|
@-moz-document url(chrome://browser/content/places/places.xul),
|
|
|
|
url(chrome://browser/content/places/bookmarkProperties.xul) {
|
|
|
|
#metaTagsCaption,
|
|
|
|
#security-identity,
|
|
|
|
#security-identity-groupbox,
|
2018-02-24 01:43:49 +00:00
|
|
|
#security-privacy,
|
2018-02-17 21:15:04 +00:00
|
|
|
#security-privacy-groupbox,
|
2018-02-24 01:43:49 +00:00
|
|
|
#security-technical,
|
2018-02-17 21:15:04 +00:00
|
|
|
#security-technical-groupbox {
|
2018-02-24 01:43:49 +00:00
|
|
|
-moz-appearance: none!important;
|
2018-02-24 02:07:59 +00:00
|
|
|
background-color: var(--in-content-page-background)!important;
|
2018-02-24 01:43:49 +00:00
|
|
|
border: none!important;
|
2018-02-24 02:07:59 +00:00
|
|
|
color: var(--in-content-selected-text)!important
|
2018-02-17 21:15:04 +00:00
|
|
|
}
|
|
|
|
#security-identity-groupbox,
|
|
|
|
#security-privacy-groupbox,
|
|
|
|
#security-technical-groupbox {
|
2018-02-24 01:43:49 +00:00
|
|
|
-moz-appearance: none!important;
|
2018-02-24 02:07:59 +00:00
|
|
|
background-color: var(--in-content-category-header-background)!important
|
2018-02-17 21:15:04 +00:00
|
|
|
}
|
2018-02-24 01:43:49 +00:00
|
|
|
}
|