add context menu icons #36
This commit is contained in:
parent
afdf696045
commit
5638fd440f
44 changed files with 609 additions and 76 deletions
|
@ -112,11 +112,9 @@
|
|||
width: unset !important;
|
||||
}
|
||||
|
||||
#identity-icon-box {
|
||||
padding-inline: var(--uc-urlbar-icon-inline-padding) !important;
|
||||
}
|
||||
|
||||
#identity-permission-box {
|
||||
#identity-icon-box,
|
||||
#identity-permission-box,
|
||||
.notification-anchor-icon {
|
||||
padding-inline: var(--uc-urlbar-icon-inline-padding) !important;
|
||||
}
|
||||
|
||||
|
@ -181,6 +179,15 @@
|
|||
opacity: var(--urlbar-icon-fill-opacity) !important;
|
||||
}
|
||||
|
||||
#notification-popup-box:hover {
|
||||
background-color: var(--urlbar-box-hover-bgcolor) !important;
|
||||
}
|
||||
|
||||
#notification-popup-box:hover:active,
|
||||
#notification-popup-box[open] {
|
||||
background-color: var(--urlbar-box-active-bgcolor) !important;
|
||||
}
|
||||
|
||||
/* remove background from urlbar box */
|
||||
#identity-box[pageproxystate="valid"].notSecureText>.identity-box-button:not(:hover, [open]),
|
||||
#identity-box[pageproxystate="valid"].chromeUI>.identity-box-button:not(:hover, [open]),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue