Skip to content

Commit

Permalink
change dangle css style
Browse files Browse the repository at this point in the history
  • Loading branch information
cmoulliard committed Aug 28, 2013
1 parent 6d3516c commit 5b89da7
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions hawtio-web/src/main/webapp/css/dangle.css
Expand Up @@ -44,13 +44,22 @@
/* histogram styles */
.histo.rect { fill: #058dc7; }

.bar.text {
fill: #000;
stroke: none;
font-size: 12px;
}


/*
.bar.rect {
fill: #058dc7;
stroke: none;
}
}*/

.bar.text {
fill: #000;
.bar.rect {
fill: #E68A00;
stroke: none;
font-size: 12px;
fill-opacity: '0.5';
stroke-opacity: '0.8'
}

0 comments on commit 5b89da7

Please sign in to comment.