Skip to content

Commit

Permalink
Merge pull request #392 from nasa-gibs/fixes-1.4.7
Browse files Browse the repository at this point in the history
Changed dialog boxes to be opaque. Info text now darker than titles.
  • Loading branch information
Benjaki2 authored Jul 11, 2017
2 parents ff3e781 + 137c12f commit 56d03b5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions web/css/wv.layers.modal.css
Original file line number Diff line number Diff line change
Expand Up @@ -471,9 +471,11 @@
line-height:14px;
margin-bottom: 15px;
}
#layers-all .source-metadata p,
#layers-all .source-metadata p {
color: #bbb;
}
.layer-metadata p {
color: #eee;
color: #ccc;
}
#selected-category .ui-tabs-panel .source-metadata.overflow{
height:100px;
Expand Down
2 changes: 1 addition & 1 deletion web/css/wv.main.css
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ div.horizontalContainer {
}

.ui-widget-content {
background: rgba(40, 40, 40, 0.85);
background: rgb(40, 40, 40);
border:0;
border-radius:0;
}
Expand Down

0 comments on commit 56d03b5

Please sign in to comment.