Added invisible class
This commit is contained in:
parent
d19a667ce9
commit
6f0b1c005f
|
@ -628,6 +628,9 @@ select:-internal-list-box {
|
|||
.float-right {
|
||||
float: right;
|
||||
}
|
||||
.invisible {
|
||||
display: none;
|
||||
}
|
||||
|
||||
div#page {
|
||||
background: #fbfbfb;
|
||||
|
|
Loading…
Reference in New Issue