Skip to content

Commit ce9a236

Browse files
authored
Merge pull request #517 from jacotec/patch-1
Fix for invisible texts
2 parents 820882b + 333395e commit ce9a236

File tree

1 file changed

+10
-0
lines changed
  • webapp/src/main/webapp/public/resources/themes/water

1 file changed

+10
-0
lines changed

webapp/src/main/webapp/public/resources/themes/water/style.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ table {
112112
table td {
113113
border: 2px solid #003333;
114114
padding-left: 5px;
115+
color: black;
115116
}
116117

117118
table td.title {
@@ -127,6 +128,15 @@ table td.key {
127128
font-weight: bold;
128129
padding-right: 10px;
129130
width: 200px;
131+
color: black;
132+
}
133+
134+
table td.ng-binding {
135+
color: white;
136+
}
137+
138+
table td.noborder {
139+
color: white;
130140
}
131141

132142
#randomPasswordDialog_underlay {

0 commit comments

Comments
 (0)