32 lines
857 B
CSS
32 lines
857 B
CSS
@-moz-document url(chrome://browser/content/pageinfo/pageInfo.xul) {
|
|
|
|
#topBar {
|
|
-moz-appearance: none !important;
|
|
background-color: var(--dark-accent) !important;
|
|
border: none !important;
|
|
padding-top: 5px !important;
|
|
padding-bottom: 5px !important;
|
|
color: var(--grey-20) !important;
|
|
}
|
|
|
|
#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;
|
|
}
|
|
}
|