aboutsummaryrefslogtreecommitdiffhomepage
path: root/public/shared.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/shared.css')
-rw-r--r--public/shared.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/public/shared.css b/public/shared.css
index 4dd8a035..005d3500 100644
--- a/public/shared.css
+++ b/public/shared.css
@@ -216,4 +216,17 @@
display: flex;
align-items: center;
+}
+
+/*
+ * Buttons that appear under a segment on click
+ */
+.voteButton {
+ height: 20px;
+ padding: 0 5px;
+ cursor: pointer;
+}
+
+.voteButton:hover {
+ opacity: 0.8;
} \ No newline at end of file