Skip to content

Commit

Permalink
cleanup the bottom border for titlepanes
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcgee committed Oct 31, 2016
1 parent 5d79b34 commit d5801ca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions viewer/css/cmv-theme-overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
background-color: #F5F5F5;
}

.cmv .dijitTitlePaneTitleOpen {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}

.cmv label {
font-weight: bold;
}
Expand Down

0 comments on commit d5801ca

Please sign in to comment.