Fix class diagram css style in other themes

This commit is contained in:
Tyler Long 2017-04-22 23:10:22 +08:00
parent 97b9edf7c3
commit 12af9b0b66
3 changed files with 7 additions and 4 deletions

View File

@ -2,7 +2,7 @@ g.classGroup text {
fill: @nodeBorder;
stroke: none;
font-family: 'trebuchet ms', verdana, arial;
font-size: 14px;
font-size: 10px;
}
g.classGroup rect {
@ -24,6 +24,7 @@ svg .classLabel .box {
svg .classLabel .label {
fill: @nodeBorder;
font-size: 10px;
}
.relation {

View File

@ -2,7 +2,7 @@ g.classGroup text {
fill: @nodeBorder;
stroke: none;
font-family: 'trebuchet ms', verdana, arial;
font-size: 14px;
font-size: 10px;
}
g.classGroup rect {
@ -24,6 +24,7 @@ svg .classLabel .box {
svg .classLabel .label {
fill: @nodeBorder;
font-size: 10px;
}
.relation {

View File

@ -1,8 +1,8 @@
g.classGroup text {
fill: @nodeBorder;
stroke: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-family: 'trebuchet ms', verdana, arial;
font-size: 10px;
}
g.classGroup rect {
@ -24,6 +24,7 @@ svg .classLabel .box {
svg .classLabel .label {
fill: @nodeBorder;
font-size: 10px;
}
.relation {