Added transparency to whitespace characters
This commit is contained in:
parent
7baa61e4b3
commit
6cbf91ff5b
2 changed files with 8 additions and 0 deletions
|
@ -471,6 +471,10 @@ INDEX = Template(r"""<!DOCTYPE html>
|
||||||
background-color: #03a9f4 !important;
|
background-color: #03a9f4 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ace_invisible {
|
||||||
|
color: rgba(191, 191, 191, 0.5) !important;
|
||||||
|
}
|
||||||
|
|
||||||
.fbicon_pad {
|
.fbicon_pad {
|
||||||
min-height: 64px !important;
|
min-height: 64px !important;
|
||||||
}
|
}
|
||||||
|
|
4
dev.html
4
dev.html
|
@ -392,6 +392,10 @@
|
||||||
background-color: #03a9f4 !important;
|
background-color: #03a9f4 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ace_invisible {
|
||||||
|
color: rgba(191, 191, 191, 0.5) !important;
|
||||||
|
}
|
||||||
|
|
||||||
.fbicon_pad {
|
.fbicon_pad {
|
||||||
min-height: 64px !important;
|
min-height: 64px !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue