1
0
mirror of https://github.com/2ec0b4/kaamelott-soundboard.git synced 2025-12-08 15:43:24 +00:00

(petosorus-random_button) Active / désactive le bouton

This commit is contained in:
Antoine
2020-02-11 22:49:21 +01:00
parent 3190ad6dda
commit 8c38fde4b2
3 changed files with 18 additions and 3 deletions

View File

@@ -583,6 +583,11 @@ a.reset, a.reset:hover, a.reset:focus {
-moz-user-select: none;
-webkit-appearance: none;
}
.btn[disabled], .btn[disabled]:hover, .btn[disabled]:focus {
background-color: #CCCCCC;
border-bottom: 3px solid #777777;
color: #777777;
}
/**
* GENERAL
* -----------------------------------------------------------------------------