remove background of .close-icon for proton styling
This commit is contained in:
parent
8dbb40e890
commit
af3debf7bf
1 changed files with 6 additions and 3 deletions
|
@ -6,6 +6,7 @@ See the above repository for updates as well as full license text. */
|
||||||
|
|
||||||
|
|
||||||
/* Make backgrounds transparent */
|
/* Make backgrounds transparent */
|
||||||
|
.close-icon,
|
||||||
.urlbar-icon,
|
.urlbar-icon,
|
||||||
.urlbar-icon-wrapper,
|
.urlbar-icon-wrapper,
|
||||||
toolbar .toolbarbutton-1,
|
toolbar .toolbarbutton-1,
|
||||||
|
@ -14,14 +15,16 @@ toolbar toolbarbutton > .toolbarbutton-icon,
|
||||||
toolbar toolbarbutton > .toolbarbutton-badge-stack,
|
toolbar toolbarbutton > .toolbarbutton-badge-stack,
|
||||||
.titlebar-button,
|
.titlebar-button,
|
||||||
#identity-box,
|
#identity-box,
|
||||||
|
#identity-icon-box,
|
||||||
#tracking-protection-icon-container,
|
#tracking-protection-icon-container,
|
||||||
.findbar-textbox~toolbarbutton,
|
.findbar-textbox~toolbarbutton,
|
||||||
toolbarbutton.scrollbutton-up,
|
toolbarbutton.scrollbutton-up,
|
||||||
toolbarbutton.scrollbutton-down,
|
toolbarbutton.scrollbutton-down,
|
||||||
toolbarbutton#scrollbutton-up,
|
toolbarbutton#scrollbutton-up,
|
||||||
toolbarbutton#scrollbutton-down{ background-color: transparent !important; border-color: transparent !important;}
|
toolbarbutton#scrollbutton-down{
|
||||||
|
background-color: transparent !important;
|
||||||
.close-icon{ fill-opacity: 0 !important; }
|
border-color: transparent !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* Glow effects on hover */
|
/* Glow effects on hover */
|
||||||
.close-icon:hover,
|
.close-icon:hover,
|
||||||
|
|
Loading…
Reference in a new issue