ShadowFox/userChrome-files/windows_fixes/library.css

25 lines
669 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-privacy,
#security-technical,
#security-identity-groupbox,
#security-privacy-groupbox,
#security-technical-groupbox {
-moz-appearance: none !important;
background-color: var(--primary-dark-color) !important;
border: none !important;
color: var(--grey-10) !important;
}
#security-identity-groupbox,
#security-privacy-groupbox,
#security-technical-groupbox {
-moz-appearance: none !important;
background-color: var(--dark-accent) !important;
}
2018-02-04 21:12:19 +00:00
}