diff --git a/apps/documenteditor/main/index.html b/apps/documenteditor/main/index.html index 0c6a017dfb..41d1ff210e 100644 --- a/apps/documenteditor/main/index.html +++ b/apps/documenteditor/main/index.html @@ -24,7 +24,7 @@ .loadmask > .brendpanel { width: 100%; - height: 56px; + min-height: 32px; background: #446995; } @@ -81,11 +81,6 @@ padding: 0; white-space: nowrap; position: relative; - - -webkit-animation: flickerAnimation 2s infinite ease-in-out; - -moz-animation: flickerAnimation 2s infinite ease-in-out; - -o-animation: flickerAnimation 2s infinite ease-in-out; - animation: flickerAnimation 2s infinite ease-in-out; } .loadmask > .sktoolbar li { @@ -235,6 +230,14 @@