summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorOwen <despito@MacBook-Pro-de-Despito.local>2014-07-22 14:44:46 +0300
committerOwen <despito@MacBook-Pro-de-Despito.local>2014-07-22 14:44:46 +0300
commit8e115fb2d3ea7eb34a9c3a4307c32034b39d51b1 (patch)
tree74ff4a2146af2e332fa131754cc90587f91d8fd6 /style.css
parentfb95c775d0339c5bf180362c01c6cd433ee3ea97 (diff)
Save/UI/gantt changes
save now asks you if you're sure if you've build an unsaved graph small changes to UI recommended by Yael took out zooming bug in gantt
Diffstat (limited to 'style.css')
-rw-r--r--style.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/style.css b/style.css
index 0ca60d12..fdb7ac77 100644
--- a/style.css
+++ b/style.css
@@ -130,14 +130,14 @@ input:focus {
.link {
fill: none;
stroke: #404040;
- stroke-width: 4px;
+ stroke-width: 2px;
z-index:1;
}
.highlightlink {
fill: none;
stroke: #EDE275;
- stroke-width: 4px;
+ stroke-width: 2px;
z-index:1;
pointer-events: none;
}
@@ -145,7 +145,7 @@ input:focus {
.enterlink {
fill: none;
stroke: #EDE275;
- stroke-width: 5px;
+ stroke-width: 2px;
z-index:1;
pointer-events: none;
}
@@ -153,7 +153,7 @@ input:focus {
.exitlink {
fill: none;
stroke: #EDE275;
- stroke-width: 4px;
+ stroke-width: 2px;
z-index:1;
pointer-events: none;
}
@@ -254,7 +254,7 @@ input:focus {
top:5px;
left:10px;
margin-left:12px;
- font-size: 18px;
+ font-size: 20px;
}
.overlay {