mirror of
https://github.com/SpacehuhnTech/esp8266_deauther.git
synced 2025-12-16 03:29:59 +01:00
Added button:active(clicked) "animation"
I never knew if I clicked the button on touch screen, so I add animation when button is active (clicked). simple/nice/useful
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 {
|
button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
|
||||||
background: #42444a;
|
background: #42444a;
|
||||||
}
|
}
|
||||||
|
button:active, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active {
|
||||||
|
transform: scale(.93);
|
||||||
|
}
|
||||||
|
|
||||||
/* Forms */
|
/* Forms */
|
||||||
input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select {
|
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