fix issue with showControls false not working

This commit is contained in:
John McLear 2015-03-30 14:56:35 +01:00
parent 19e83d5405
commit f9071aebe6
2 changed files with 7 additions and 1 deletions

View file

@ -1262,3 +1262,9 @@ input[type=checkbox] {
-moz-osx-font-smoothing: grayscale;
}
.hideControlsEditor{
top:0px !important;
}
.hideControlsEditbar{
display:none !important;
}