Skip to content

Commit

Permalink
color tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
eanders-ms committed Nov 13, 2016
1 parent 2d92ebb commit ba6e631
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/client/css/emulator.css
Original file line number Diff line number Diff line change
Expand Up @@ -512,8 +512,8 @@
.toolbar-button:hover {
background: #6AAFE5;
}
.toolbar-button-disabled path {
fill: #CCC;
.toolbar-button-disabled {
opacity: 0.5
}
svg.toolbar-button-disabled:hover {
background: initial;
Expand Down Expand Up @@ -684,16 +684,17 @@
}

.wc-logview-debug {
color: gray;
color: #808080;
display: inline-block;
}

.wc-logview-warn {
color: orange;
/*color: #f5a623;*/
color: #D7BA7D;
display: inline-block;
}

.wc-logview-error {
color: red;
color: #ec407a;
display: inline-block;
}

0 comments on commit ba6e631

Please sign in to comment.