ShadowFox/userChrome-files/windows_fixes/library.css

21 lines
708 B
CSS
Raw Normal View History

@-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,
#security-privacy-groupbox,
2018-02-24 01:43:49 +00:00
#security-technical,
#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
}
#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-24 01:43:49 +00:00
}