Skip to content

Commit

Permalink
revert dev color
Browse files Browse the repository at this point in the history
  • Loading branch information
elad-eyal committed Sep 9, 2019
1 parent e7e13f2 commit 6faf854
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions vendor/assets/stylesheets/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -1399,16 +1399,16 @@ table .headerSortUp.purple, table .headerSortDown.purple {
}
.topbar-inner, .topbar .fill {
background-color: #222;
background-color: #ff2222;
background-color: #222222;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#ff2222));
background-image: -moz-linear-gradient(top, #333333, #ff2222);
background-image: -ms-linear-gradient(top, #333333, #ff2222);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #ff2222));
background-image: -webkit-linear-gradient(top, #333333, #ff2222);
background-image: -o-linear-gradient(top, #333333, #ff2222);
background-image: linear-gradient(top, #333333, #ff2222);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#ff2222', GradientType=0);
background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#222222));
background-image: -moz-linear-gradient(top, #333333, #222222);
background-image: -ms-linear-gradient(top, #333333, #222222);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #222222));
background-image: -webkit-linear-gradient(top, #333333, #222222);
background-image: -o-linear-gradient(top, #333333, #222222);
background-image: linear-gradient(top, #333333, #222222);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
Expand Down

0 comments on commit 6faf854

Please sign in to comment.