summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOfer Lehr <ofer@oferlehr.com>2014-12-06 14:04:32 +0200
committerOfer Lehr <ofer@oferlehr.com>2014-12-06 14:04:42 +0200
commit738eac0f36752c7b0f4f37d56ed9a9415131a3b6 (patch)
treec91e1f8977e8b8008d5ced6ead23df67a5749e2e
parentcb55e689a72b55428bcbd366807a3fd0e23c7950 (diff)
minor twaeks to the graph styling
-rw-r--r--res/css/partials/graph-view.scss8
-rw-r--r--res/css/style.css6
2 files changed, 6 insertions, 8 deletions
diff --git a/res/css/partials/graph-view.scss b/res/css/partials/graph-view.scss
index fefe163d..1e003663 100644
--- a/res/css/partials/graph-view.scss
+++ b/res/css/partials/graph-view.scss
@@ -19,7 +19,7 @@
}
.nodetext {
- fill: $mid-grey;
+ fill: $dark-grey;
font-size: $h3-size;
z-index:3;
}
@@ -195,16 +195,14 @@
#editlinkname{
width:inherit;
height:inherit;
-
- font-size: 17px;
+ font-size: $h3-size;
}
#editname{
width:inherit;
height:inherit;
-
- font-size: 17px;
+ font-size: $h3-size;
}
diff --git a/res/css/style.css b/res/css/style.css
index a268967e..eecbfd97 100644
--- a/res/css/style.css
+++ b/res/css/style.css
@@ -160,7 +160,7 @@ body.debug .debug-ui-right {
pointer-events: all; }
.nodetext {
- fill: #919095;
+ fill: #363636;
font-size: 18px;
z-index: 3; }
@@ -300,12 +300,12 @@ body.debug .debug-ui-right {
#editlinkname {
width: inherit;
height: inherit;
- font-size: 17px; }
+ font-size: 18px; }
#editname {
width: inherit;
height: inherit;
- font-size: 17px; }
+ font-size: 18px; }
.input-container {
position: fixed;