aboutsummaryrefslogtreecommitdiffstats
path: root/graphgraph-fe/src/popup_settings.css
diff options
context:
space:
mode:
Diffstat (limited to 'graphgraph-fe/src/popup_settings.css')
-rw-r--r--graphgraph-fe/src/popup_settings.css26
1 files changed, 24 insertions, 2 deletions
diff --git a/graphgraph-fe/src/popup_settings.css b/graphgraph-fe/src/popup_settings.css
index c37c750..8d8e725 100644
--- a/graphgraph-fe/src/popup_settings.css
+++ b/graphgraph-fe/src/popup_settings.css
@@ -1,8 +1,7 @@
.settings-button {
- margin-top: 20px;
+ margin-top: 28px;
margin-left: 25px;
margin-right: 5px;
- margin-bottom: 3px;
}
.close.link-button {
@@ -15,3 +14,26 @@
text-decoration: none;
font-size: 25px;
}
+
+.popup-content {
+ margin: auto;
+ background: rgb(255, 255, 255);
+ width: 50%;
+ padding: 5px;
+}
+
+.popup-arrow {
+ color: rgb(255, 255, 255);
+}
+[role='tooltip'].popup-content {
+ width: 200px;
+ box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 3px;
+}
+
+.popup-overlay {
+ background: rgba(0, 0, 0, 0.5);
+}
+
+[data-popup='tooltip'].popup-overlay {
+ background: transparent;
+} \ No newline at end of file