diff options
Diffstat (limited to 'css')
-rw-r--r-- | css/stats.css | 2 | ||||
-rw-r--r-- | css/tutorial.css | 12 |
2 files changed, 13 insertions, 1 deletions
diff --git a/css/stats.css b/css/stats.css index c36c1d0..e72fb6a 100644 --- a/css/stats.css +++ b/css/stats.css @@ -16,7 +16,7 @@ td, th { background: #000; transition:background .5s; -webkit-transition:background .5s; - -o-transition:color .5s; + -o-transition:color .5s; -moz-transition:color .5s; cursor: default; } 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; +} |