From 7ffda8c7d32a3bd83afb756e9fefad8b433780bb Mon Sep 17 00:00:00 2001 From: Tom MacWright Date: Mon, 28 Jan 2013 16:31:57 -0500 Subject: [PATCH] Use nicer transitions on buttons like layerswitcher and geocoder. Refs #449 --- css/app.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/app.css b/css/app.css index 19d6660cd..36b09e392 100644 --- a/css/app.css +++ b/css/app.css @@ -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 {