summaryrefslogtreecommitdiffhomepage
path: root/style.css
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2021-05-27 19:57:11 +0200
committerAki <please@ignore.pl>2021-05-27 19:57:11 +0200
commite9b531fca870bbab50fb9343e139a32855dd53ca (patch)
tree0a3227ec92d983dcc6f0ca4b5da55ddc76e53851 /style.css
parent60441671ea239c01f0ce91314983823a8692f219 (diff)
downloadderelict-prototype-e9b531fca870bbab50fb9343e139a32855dd53ca.zip
derelict-prototype-e9b531fca870bbab50fb9343e139a32855dd53ca.tar.gz
derelict-prototype-e9b531fca870bbab50fb9343e139a32855dd53ca.tar.bz2
Extended play button and added time display
Diffstat (limited to 'style.css')
-rw-r--r--style.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/style.css b/style.css
index cd3ca8a..c9e92dc 100644
--- a/style.css
+++ b/style.css
@@ -229,3 +229,21 @@ body {
right: -0.45em;
top: -0.2em;
}
+
+.buttons {
+ margin: 0.2em;
+}
+
+.buttons button {
+ border: none;
+ background: none;
+ color: #eee;
+ cursor: pointer;
+ font-size: 1.4em;
+ margin: 0 0.2em;
+}
+
+.buttons button:hover {
+ background: #fff1;
+ color: #fff;
+}