Skip to content

Commit

Permalink
detail panel background
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpatpat committed Feb 20, 2018
1 parent 98cb3ae commit b0050c0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/)
### Added

### Changed
- detail panel background is white now. better visibility

### Removed

Expand Down
4 changes: 4 additions & 0 deletions visualization/app/codeCharta/ui/detailPanel/detailPanel.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
detail-panel-component table {
background-color: #fff;
opacity: 0.9;
}
1 change: 1 addition & 0 deletions visualization/app/codeCharta/ui/detailPanel/detailPanel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import angular from "angular";

import "../../core/core.module";
import "../../codeMap/codeMap";
import "./detailPanel.css";

import {detailPanelComponent} from "./detailPanelComponent";

Expand Down

0 comments on commit b0050c0

Please sign in to comment.