From e876ad1ee95b3325f5ea249568d185d12a01d644 Mon Sep 17 00:00:00 2001 From: raylu Date: Wed, 16 Nov 2011 00:15:03 -0800 Subject: flashing for go button, fix flashing interval --- css/tutorial.css | 21 +++++++++++++++------ pages/tutorial.php | 23 +++++++++++++++++++---- 2 files changed, 34 insertions(+), 10 deletions(-) diff --git a/css/tutorial.css b/css/tutorial.css index 41a2ae4..d0e3157 100644 --- a/css/tutorial.css +++ b/css/tutorial.css @@ -38,10 +38,19 @@ a.next.disabled, a.next.disabled:hover { 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; +a.flash { + background-color: #a95; +} +input.flash { + background-color: #5a9; +} +input[onclick="doSend(1)"] { + border-radius: 3px; + border: 1px solid #555; +} +a.flash, input.flash, input[onclick="doSend(1)"] { + transition:background .3s; + -webkit-transition:background .3s; + -o-transition:color .3s; + -moz-transition:color .3s; } diff --git a/pages/tutorial.php b/pages/tutorial.php index 5e582c6..15a7c83 100644 --- a/pages/tutorial.php +++ b/pages/tutorial.php @@ -13,7 +13,6 @@ topbar($Links);