mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-24 06:34:13 +00:00
Use nicer transitions on buttons like layerswitcher and geocoder. Refs #449
This commit is contained in:
@@ -255,6 +255,9 @@ button {
|
||||
height:40px;
|
||||
cursor:url(../img/cursor-pointer.png) 6 1, auto;
|
||||
border-radius:4px;
|
||||
-webkit-transition: background 100ms;
|
||||
-moz-transition: background 100ms;
|
||||
transition: background 100ms;
|
||||
}
|
||||
|
||||
button:hover {
|
||||
|
||||
Reference in New Issue
Block a user