bleed versions

This commit is contained in:
Oliver Gorwits
2017-12-17 19:52:26 +00:00
parent 444e82b8a3
commit 6962258223
6 changed files with 1321 additions and 369 deletions

View File

@@ -38,7 +38,7 @@
}
.net_gobrechts_d3_force text.link {
font-size: 12px;
fill: blue;
fill: #2a7ae2;
cursor: pointer;
}
.net_gobrechts_d3_force line.link,
@@ -174,7 +174,7 @@
}
.net_gobrechts_d3_force_customize a {
border: 1px solid transparent;
color: blue;
color: #2a7ae2;
text-decoration: none;
cursor: pointer;
}
@@ -183,8 +183,8 @@
.net_gobrechts_d3_force_customize textarea:focus,
.net_gobrechts_d3_force_customize a:focus {
outline: none !important;
border: 1px solid blue !important;
background-color: yellow !important;
border: 1px solid #2a7ae2 !important;
background-color: #ffff99 !important;
box-shadow: none !important;
}
.net_gobrechts_d3_force_customize textarea {