From e595243c3525d5805bf37da1d8dd38bb798b6d9e Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 5 Aug 2013 14:01:56 +0000 Subject: [PATCH] feature(css) .cmd-button: add transition --- css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/style.css b/css/style.css index 840ba253..18ddf969 100644 --- a/css/style.css +++ b/css/style.css @@ -106,17 +106,20 @@ body { text-overflow: ellipsis; overflow: hidden; outline: 0; + transition: ease 0.1s; white-space: nowrap; width: 8%; } .cmd-button:hover { border: 1.5px solid rgb(0,0,0); + transition: ease 0.5s; } .cmd-button:active { color: white; background-color: rgb(49,123,249); + transition: ease 0.1s; } .clear-cache {