remove styles for svg circles

This commit is contained in:
Isaac Connor
2016-04-08 13:44:20 -04:00
6 changed files with 60 additions and 15 deletions

View File

@@ -93,3 +93,23 @@
#zonePoints table a {
margin: 0 2px;
}
.zones polygon {
fill-opacity: 0.25;
stroke-width: 2px;
}
.Active {
stroke: #ff0000;
fill: #ff0000;
}
.Inclusive {
stroke: #FFA500;
fill: #FFA500;
}
.Exclusive {
stroke: #800080;
fill: #800080;
}
.Preclusive {
stroke: #0000FF;
fill: #0000FF;
}

View File

@@ -18,8 +18,3 @@
stroke: #0000FF;
fill: #0000FF;
}
.zones circle {
r: 5px;
fill-opacity: 0.5;
stroke-width: 2px;
}

View File

@@ -93,3 +93,23 @@
#zonePoints table a {
margin: 0 2px;
}
.zones polygon {
fill-opacity: 0.25;
stroke-width: 2px;
}
.Active {
stroke: #ff0000;
fill: #ff0000;
}
.Inclusive {
stroke: #FFA500;
fill: #FFA500;
}
.Exclusive {
stroke: #800080;
fill: #800080;
}
.Preclusive {
stroke: #0000FF;
fill: #0000FF;
}

View File

@@ -18,8 +18,3 @@
stroke: #0000FF;
fill: #0000FF;
}
.zones circle {
r: 5px;
fill-opacity: 0.5;
stroke-width: 2px;
}

View File

@@ -93,3 +93,23 @@
#zonePoints table a {
margin: 0 2px;
}
.zones polygon {
fill-opacity: 0.25;
stroke-width: 2px;
}
.Active {
stroke: #ff0000;
fill: #ff0000;
}
.Inclusive {
stroke: #FFA500;
fill: #FFA500;
}
.Exclusive {
stroke: #800080;
fill: #800080;
}
.Preclusive {
stroke: #0000FF;
fill: #0000FF;
}

View File

@@ -18,8 +18,3 @@
stroke: #0000FF;
fill: #0000FF;
}
.zones circle {
r: 5px;
fill-opacity: 0.5;
stroke-width: 2px;
}