summaryrefslogtreecommitdiff
path: root/res/css
diff options
context:
space:
mode:
Diffstat (limited to 'res/css')
-rw-r--r--res/css/partials/graph-view.scss7
-rw-r--r--res/css/partials/input-bubble.scss2
-rw-r--r--res/css/style.css9
3 files changed, 8 insertions, 10 deletions
diff --git a/res/css/partials/graph-view.scss b/res/css/partials/graph-view.scss
index 44575d4e..e5d3f1c1 100644
--- a/res/css/partials/graph-view.scss
+++ b/res/css/partials/graph-view.scss
@@ -75,8 +75,9 @@
stroke: $cyan;
stroke-opacity: 0.5;
}
+
.circle.bubble {
- stroke: #101010;
+ fill: rgba(255,255,255,0.9);
pointer-events:none;
}
.circle.exit {
@@ -139,10 +140,6 @@
fill: $dark-grey;
}
-.circle.bubble {
- fill: rgba(255,255,255,0.2);
-}
-
/* Selected parts of the graph, right now by clicking, later with search. */
diff --git a/res/css/partials/input-bubble.scss b/res/css/partials/input-bubble.scss
index 679dcd53..2d581f9a 100644
--- a/res/css/partials/input-bubble.scss
+++ b/res/css/partials/input-bubble.scss
@@ -1,4 +1,6 @@
.typeselection{
+ color: $dark-grey;
+ font-size: $h2-size;
position:fixed;
left:0;
top:-300px;
diff --git a/res/css/style.css b/res/css/style.css
index d12f7a39..65dddef6 100644
--- a/res/css/style.css
+++ b/res/css/style.css
@@ -235,7 +235,7 @@ body.debug .debug-ui-right {
stroke-opacity: 0.5; }
.circle.bubble {
- stroke: #101010;
+ fill: rgba(255, 255, 255, 0.9);
pointer-events: none; }
.circle.exit {
@@ -284,9 +284,6 @@ body.debug .debug-ui-right {
.circle.chainlink {
fill: #363636; }
-.circle.bubble {
- fill: rgba(255, 255, 255, 0.2); }
-
/* Selected parts of the graph, right now by clicking, later with search. */
.notselected {
opacity: 0.2; }
@@ -418,13 +415,15 @@ body.debug .debug-ui-right {
position: fixed;
top: 203px;
left: 78px;
- text-shadow: -1px 1px 8px #EDE275, 1px -1px 8px #EDE275;
+ text-shadow: -1px 1px 8px #E DE275, 1px -1px 8px #EDE275;
font-size: 16px; }
.ui-helper-hidden-accessible > div {
color: #363636; }
.typeselection {
+ color: #363636;
+ font-size: 24px;
position: fixed;
left: 0;
top: -300px;