diff options
-rw-r--r-- | style.css | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -2580,6 +2580,9 @@ html.js input.throbbing { background-position: 100% -13px; } -#evento-node-form .vertical-tabs { +#evento-node-form .vertical-tabs, +#evento-node-form .vertical-tabs ul, +#evento-node-form .vertical-tabs div { visibility: hidden; + height: 0px; } |