aboutsummaryrefslogtreecommitdiffstats
path: root/graphgraph-fe/src/graph_settings.css
diff options
context:
space:
mode:
Diffstat (limited to 'graphgraph-fe/src/graph_settings.css')
-rw-r--r--graphgraph-fe/src/graph_settings.css36
1 files changed, 36 insertions, 0 deletions
diff --git a/graphgraph-fe/src/graph_settings.css b/graphgraph-fe/src/graph_settings.css
new file mode 100644
index 0000000..c30cda9
--- /dev/null
+++ b/graphgraph-fe/src/graph_settings.css
@@ -0,0 +1,36 @@
+/* workaround for a bootstrap bug that keeps the last pushed dropdown active after selection */
+.btn-default {
+ color: #333 !important;
+ background-color: #fff !important;
+ border-color: #ccc !important;
+}
+
+.schemas-dropdown{
+ width: 100px;
+}
+
+.node-dropdown{
+ width: 200px;
+}
+
+.source-dropdown-div{
+ margin-left: 20px;
+ margin-right: 20px;
+}
+
+.startendnode-dropdown{
+ display: flex;
+}
+
+.graph-menu
+{
+ display: flex;
+ width: 80px !important;
+}
+
+
+.modal-button
+{
+ padding-top: 20px;
+ margin: 0;
+}