From f960f60b257b9a47405ed91f282a5e9ac182b668 Mon Sep 17 00:00:00 2001 From: raylu Date: Tue, 15 Nov 2011 23:34:16 -0800 Subject: change flash on next button --- css/tutorial.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'css/tutorial.css') diff --git a/css/tutorial.css b/css/tutorial.css index 971bfce..41a2ae4 100644 --- a/css/tutorial.css +++ b/css/tutorial.css @@ -17,6 +17,10 @@ a.next { float: right; margin: 0 10px; cursor: pointer; + transition:background .3s; + -webkit-transition:background .3s; + -o-transition:color .3s; + -moz-transition:color .3s; } a.next:hover { background-color: #446; @@ -33,3 +37,11 @@ a.next.disabled, a.next.disabled:hover { .hidden { display: none; } + +.flash { + background-color: #a95 !important; + transition:background .3s !important; + -webkit-transition:background .3s !important; + -o-transition:color .3s !important; + -moz-transition:color .3s !important; +} -- cgit v1.2.3