diff --git a/css/app.css b/css/app.css index 1c4e8daed..87730f4f9 100644 --- a/css/app.css +++ b/css/app.css @@ -199,7 +199,7 @@ button:hover { background-color: #ececec; } -button:active { +button.active { box-shadow: inset 0 0 0px 1px #fff, inset 0 0 6px 1px rgba(0,0,0,.35); cursor:url(../img/cursor-pointing.png) 9 9, auto; }