Skip to content

Commit

Permalink
Changed dialog boxes to be opaque. Info text now darker than titles.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZachTRice committed Jul 10, 2017
1 parent 157e567 commit 137c12f
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 137c12f

Please sign in to comment.