Improve active button visual response

This commit is contained in:
Pierre Ossman 2016-08-25 21:02:49 +02:00
parent ebbec43a6b
commit f7c725cecf
1 changed files with 7 additions and 0 deletions

View File

@ -179,6 +179,13 @@ input[type=button]:active, select:active {
.noVNC_button:disabled { .noVNC_button:disabled {
opacity: 0.4; opacity: 0.4;
} }
.noVNC_button:focus {
outline: none;
}
.noVNC_button:active {
padding-top: 5px;
padding-bottom: 3px;
}
.noVNC_button.noVNC_hidden { .noVNC_button.noVNC_hidden {
display: none; display: none;
} }