about summary refs log tree commit diff stats
path: root/frontend/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/static/style.css')
-rw-r--r--frontend/static/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/frontend/static/style.css b/frontend/static/style.css
index 60b38c8..8766844 100644
--- a/frontend/static/style.css
+++ b/frontend/static/style.css
@@ -185,3 +185,8 @@ li {
 p:last-child {
   margin-bottom: unset;
 }
+
+.open-sibling-dialog {
+  cursor: pointer;
+  text-decoration: underline;
+}