See changelog 12/4/2017 3:23 UTC
This commit is contained in:
parent
8ecbbebe71
commit
97f5f2f793
|
@ -1,6 +1,11 @@
|
|||
## 12/4/2017 3:23 UTC
|
||||
|
||||
* Added `secure_connection_colors.css`, which changes the secure connection color (green), to the default primary accent color used in this repository.
|
||||
|
||||
|
||||
## 12/3/2017 21:43 UTC
|
||||
|
||||
* Fixed the secure connection sub menu that was not style - issue #8 (thanks
|
||||
* Fixed the secure connection sub menu that was not styled - issue #8 (thanks
|
||||
@chinook77 for bringing this to my attention)
|
||||
|
||||
* Added dark scroll bars to the side bar (thanks u/\_Dimitri\_ for the code) - this section is optional and may be uncommented based on your OS or preferences.
|
||||
|
|
|
@ -0,0 +1,19 @@
|
|||
#connection-icon {
|
||||
fill: var(--primary-accent-color) !important;
|
||||
}
|
||||
|
||||
#identity-box.verifiedIdentity #identity-icon-labels {
|
||||
color: var(--primary-accent-color) !important;
|
||||
}
|
||||
|
||||
#identity-box.verifiedIdentity {
|
||||
--urlbar-separator-color: var(--primary-accent-color) !important;
|
||||
}
|
||||
|
||||
.identity-popup-connection-secure {
|
||||
color: var(--primary-accent-color) !important;
|
||||
}
|
||||
|
||||
#identity-popup[connection^=secure] #identity-popup-securityView, #identity-popup[connection^=secure] #identity-popup-security-content {
|
||||
fill: var(--primary-accent-color) !important;
|
||||
}
|
|
@ -7,5 +7,6 @@
|
|||
@import "userChrome-files/dark_customization_page.css";
|
||||
@import "userChrome-files/dark_status_panels.css";
|
||||
@import "userChrome-files/dark_sidebar.css";
|
||||
@import "userChrome-files/secure_connection_colors.css";
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue