add separator between urlbar box and url label #33
This commit is contained in:
parent
b8c6e344e8
commit
d9fa3f5c96
3 changed files with 67 additions and 3 deletions
|
@ -99,6 +99,7 @@ and 11 so applied to both) */
|
|||
}
|
||||
|
||||
#appMenu-passwords-button,
|
||||
#password-notification-icon,
|
||||
#PopupAutoComplete > richlistbox > richlistitem[originaltype="generatedPassword"] > .two-line-wrapper > .ac-site-icon,
|
||||
#PopupAutoComplete > richlistbox > richlistitem[originaltype="loginWithOrigin"] > .two-line-wrapper > .ac-site-icon,
|
||||
#PopupAutoComplete > richlistbox > richlistitem[originaltype="login"] > .ac-site-icon {
|
||||
|
@ -446,7 +447,8 @@ and 11 so applied to both) */
|
|||
}
|
||||
|
||||
.popup-notification-icon[popupid="persistent-storage"],
|
||||
.persistent-storage-icon {
|
||||
.persistent-storage-icon,
|
||||
.indexedDB-icon {
|
||||
list-style-image: url("persistent-storage.svg") !important;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue