display tracking and identitybox
This commit is contained in:
parent
ccfb62a94c
commit
c0e9d30d8a
@ -164,8 +164,6 @@ URL bar
|
|||||||
|
|
||||||
/* Bookmark button - Star button */
|
/* Bookmark button - Star button */
|
||||||
#star-button {
|
#star-button {
|
||||||
/* URL bar bookmark button */
|
|
||||||
display: block !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#star-button:hover:not(.no-hover):not([open=true]) {
|
#star-button:hover:not(.no-hover):not([open=true]) {
|
||||||
@ -191,12 +189,14 @@ URL bar
|
|||||||
|
|
||||||
/* Tracking */
|
/* Tracking */
|
||||||
#tracking-protection-icon-container {
|
#tracking-protection-icon-container {
|
||||||
display: none !important;
|
border-radius: 6px;
|
||||||
|
margin: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Identity */
|
/* Identity */
|
||||||
#identity-box {
|
#identity-box {
|
||||||
display: none !important;
|
border-radius: 6px;
|
||||||
|
margin: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#identity-box:hover:not(.no-hover):not([open=true]),
|
#identity-box:hover:not(.no-hover):not([open=true]),
|
||||||
|
Reference in New Issue
Block a user