GUACAMOLE-346: Remove "paused" notification. Correct UI behavior.

This commit is contained in:
Michael Jumper
2017-07-15 17:45:39 -07:00
parent 387302db48
commit 929452e701
3 changed files with 8 additions and 13 deletions

View File

@@ -34,7 +34,6 @@
bottom: 0;
}
#player .paused-notification,
#player .seek-notification {
color: white;
@@ -50,11 +49,6 @@
display: table;
}
#player.paused .paused-notification {
display: table;
}
#player .paused-notification p,
#player .seek-notification p {
display: table-cell;
text-align: center;