Add a generic class for hiding element

This commit is contained in:
Hadi Nategh 2017-08-25 12:29:47 +02:00
parent 830bbd127c
commit e97ee436e8

View File

@ -38,6 +38,8 @@ select {
margin: 1px;
padding: 0px;
}
/*Hide element*/
.hideme {display:none !important;}
/**
* VBox widget
*/