summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rw-r--r--public/site.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/public/site.css b/public/site.css
index 8599a93..0da5540 100644
--- a/public/site.css
+++ b/public/site.css
@@ -65,6 +65,14 @@ button:hover {
background: linear-gradient(#ffe, #eec);
border-color: #cc9;
}
+button:active {
+ background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#ddd));
+ background: -webkit-linear-gradient(#ccc, #ddd);
+ background: -moz-linear-gradient(#ccc, #ddd);
+ background: -o-linear-gradient(#ccc, #ddd);
+ background: linear-gradient(#ccc, #ddd);
+ border-color: #aaa;
+}
#loader {
position: fixed;
left: 0;