summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to 'assets')
-rw-r--r--assets/css/style.scss13
1 files changed, 13 insertions, 0 deletions
diff --git a/assets/css/style.scss b/assets/css/style.scss
index 18b596f..11b603d 100644
--- a/assets/css/style.scss
+++ b/assets/css/style.scss
@@ -154,4 +154,17 @@ section{
section {
width: auto;
}
+}
+
+.content-tooltip {
+ position: absolute;
+ background: #fff;
+ border: 1px solid #ddd;
+ padding: 8px 12px;
+ border-radius: 4px;
+ box-shadow: 0 2px 10px rgba(0,0,0,0.1);
+ max-width: 300px;
+ z-index: 1000;
+ font-size: 14px;
+ line-height: 1.4;
} \ No newline at end of file