Skip to content

Commit

Permalink
Restore orderbook ask/bid price coloring close bitshares#669
Browse files Browse the repository at this point in the history
  • Loading branch information
svk31 committed Nov 2, 2017
1 parent 75e6a99 commit 84a8bd8
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions app/assets/stylesheets/themes/_theme-template.scss
Original file line number Diff line number Diff line change
Expand Up @@ -861,16 +861,7 @@ $account-background

}

.orderbook td.orderHistoryBid {
> span.price-integer, > span > span.price-integer {
font-weight: bold;
color: $primary-text-color;
}
}

td.orderHistoryAsk {


> span.price-integer, > span > span.price-integer {
font-weight: bold;
color: $ask-color;
Expand All @@ -880,15 +871,6 @@ $account-background
color: $primary-text-color;
opacity: 0.6;
}

}

.orderbook td.orderHistoryAsk {

> span.price-integer, > span > span.price-integer {
font-weight: bold;
color: $primary-text-color;
}
}

td.orderHistoryCall {
Expand Down

0 comments on commit 84a8bd8

Please sign in to comment.