Replace all <Tab> characters with two spaces

This commit is contained in:
MrOtherGuy
2020-05-22 09:07:26 +03:00
parent a3146bb483
commit a0c8c9c2a0
18 changed files with 76 additions and 76 deletions

View File

@@ -42,9 +42,9 @@ As a workaround, the -moz-element background image is removed somewhat often whi
/* Hide the status ovelay when urlbar is hovered */
#urlbar:hover .urlbar-input-box::after,
#urlbar[focused] .urlbar-input-box::after{
visibility: hidden;
/* Remove the image to get rid of -moz-element() related problems */
background-image: none !important
visibility: hidden;
/* Remove the image to get rid of -moz-element() related problems */
background-image: none !important
}
:root[uidensity="compact"] #urlbar .urlbar-input-box::after{ background-position-y: 1px }