Skip to content

Commit

Permalink
Merge pull request #517 from jacotec/patch-1
Browse files Browse the repository at this point in the history
Fix for invisible texts
  • Loading branch information
jrivard authored Dec 10, 2019
2 parents 820882b + 333395e commit ce9a236
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions webapp/src/main/webapp/public/resources/themes/water/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ table {
table td {
border: 2px solid #003333;
padding-left: 5px;
color: black;
}

table td.title {
Expand All @@ -127,6 +128,15 @@ table td.key {
font-weight: bold;
padding-right: 10px;
width: 200px;
color: black;
}

table td.ng-binding {
color: white;
}

table td.noborder {
color: white;
}

#randomPasswordDialog_underlay {
Expand Down

0 comments on commit ce9a236

Please sign in to comment.