Merge pull request #1089 from SentinelMKX/master

Added button:active(clicked) "animation"
This commit is contained in:
Stefan Kremser
2019-04-19 09:05:46 +02:00
committed by GitHub

View File

@@ -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 {