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

@@ -7,7 +7,7 @@ Meaning, if theme text is light then the statuspanel uses dark background and li
*/
#statuspanel-label:-moz-lwtheme-brighttext{
background-color: rgb(50,50,52) !important;
color: rgb(187,187,189) !important;
background-color: rgb(50,50,52) !important;
color: rgb(187,187,189) !important;
border-color: grey !important;
}