Commit 3f2664ba5d2fe7d09271d62865145356d1bdb6d8

Authored by Ábner Silva de Oliveira
1 parent ee8b51ee

fix confirm button

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
public/style.css
@@ -379,5 +379,5 @@ div.confirm_evaluation_button a:hover { @@ -379,5 +379,5 @@ div.confirm_evaluation_button a:hover {
379 div.confirm_evaluation_button a.disabled { 379 div.confirm_evaluation_button a.disabled {
380 text-decoration: none; 380 text-decoration: none;
381 color: gray; 381 color: gray;
382 - display: hidden; 382 + visibility: hidden;
383 } 383 }