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

@@ -18,8 +18,8 @@ See the above repository for updates as well as full license text. */
#browser-bottombox,
#customization-container,
findbar{
background-color: var(--uc-light-bkgnd-color) !important;
color: var(--uc-text-color) !important;
background-color: var(--uc-light-bkgnd-color) !important;
color: var(--uc-text-color) !important;
}
findbar{ background-image: none !important; }
@@ -47,7 +47,7 @@ findbar{ background-image: none !important; }
#urlbar{ border-color: transparent !important; }
#urlbar[focused]{
border-color: var(--uc-border-color) !important;
border-color: var(--uc-border-color) !important;
}
#urlbar .urlbar-icon:hover{