Added invisible class

This commit is contained in:
Jose Gonzalez 2020-04-13 15:41:35 +02:00
parent d19a667ce9
commit 6f0b1c005f
1 changed files with 3 additions and 0 deletions

View File

@ -628,6 +628,9 @@ select:-internal-list-box {
.float-right {
float: right;
}
.invisible {
display: none;
}
div#page {
background: #fbfbfb;