mirror of
https://github.com/SpacehuhnTech/esp8266_deauther.git
synced 2025-12-22 07:10:51 -08:00
Merge pull request #1089 from SentinelMKX/master
Added button:active(clicked) "animation"
This commit is contained in:
@@ -318,6 +318,9 @@ nav a:hover{
|
||||
button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
|
||||
background: #42444a;
|
||||
}
|
||||
button:active, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active {
|
||||
transform: scale(.93);
|
||||
}
|
||||
|
||||
/* Forms */
|
||||
input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select {
|
||||
|
||||
Reference in New Issue
Block a user