Skip to content

Commit

Permalink
switched to a green-ish colour for the master broker to avoid clash w…
Browse files Browse the repository at this point in the history
…ith the orange 'warning' colour
  • Loading branch information
jstrachan committed Oct 9, 2013
1 parent 086755e commit cb5b3c5
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions hawtio-web/src/main/webapp/css/site-base.css
Expand Up @@ -2163,16 +2163,16 @@ i.mq-master {


.mq-container-rectangle.master {
background-color: #faa732;
background-image: -moz-linear-gradient(top, #fbb450, #f89406);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
background-image: -o-linear-gradient(top, #fbb450, #f89406);
background-image: linear-gradient(to bottom, #fbb450, #f89406);
background-color: #DFFFB9;
background-image: -moz-linear-gradient(top, #efffdd, #CCFF99);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#efffdd), to(#CCFF99));
background-image: -webkit-linear-gradient(top, #efffdd, #CCFF99);
background-image: -o-linear-gradient(top, #efffdd, #CCFF99);
background-image: linear-gradient(to bottom, #efffdd, #CCFF99);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
border-color: #f89406 #f89406 #ad6704;
*background-color: #f89406;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffefffdd', endColorstr='#ffCCFF99', GradientType=0);
border-color: #CCFF99 #CCFF99 #CCFF99;
*background-color: #CCFF99;
}

.mq-broker-rectangle {
Expand Down

0 comments on commit cb5b3c5

Please sign in to comment.