summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <benjamin@barenblat.name>2017-01-16 16:05:18 -0500
committerGravatar Benjamin Barenblat <benjamin@barenblat.name>2017-01-16 16:05:18 -0500
commit819b714ecab8d089d1c0d37da01492a811dc0e3a (patch)
treeca7deb16bd1419c63154b3d132ed79c3899e9f84
parenta880469a73727e5cb7abb7d97aad98e96de504a3 (diff)
Add fade effect to checkboxes
-rw-r--r--material/material.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/material/material.css b/material/material.css
index ccf8c12..cf66a8e 100644
--- a/material/material.css
+++ b/material/material.css
@@ -1,5 +1,5 @@
/* Copyright 2015 Google Inc.
-Copyright 2016 Benjamin Barenblat
+Copyright 2016, 2017 Benjamin Barenblat
Licensed under the Apache License, Version 2.0 (the “License”); you may not use
this file except in compliance with the License. You may obtain a copy of the
@@ -55,6 +55,7 @@ html, body {
box-sizing: border-box;
border: 2px solid #9c27b0;
border-radius: 2px;
+ transition: background 300ms;
}
.Material_Checkbox_checked {