Set body color of dialog text to black, closes #43

This commit is contained in:
Jay Wood
2016-05-23 10:12:19 -04:00
parent f2155652da
commit 1a5d7f6334
7 changed files with 16 additions and 4 deletions

View File

@ -44,6 +44,11 @@
padding: 0 .75em;
overflow: auto;
margin-bottom: 0.25em;
color: $dialog-text-color;
p{
color: $dialog-text-color;
}
}
.cwv3_btns{

View File

@ -11,4 +11,5 @@ $title-background : #FF0000;
$title-font-color : #FFFFFF;
$dialog-background : #FFFFFF;
$dialog-text-color : #000000;
$dialog-border-color : #CCCCCC;