瀏覽代碼

Merge pull request #517 from jacotec/patch-1

Fix for invisible texts
Jason Rivard 5 年之前
父節點
當前提交
ce9a236932
共有 1 個文件被更改,包括 10 次插入0 次删除
  1. 10 0
      webapp/src/main/webapp/public/resources/themes/water/style.css

+ 10 - 0
webapp/src/main/webapp/public/resources/themes/water/style.css

@@ -112,6 +112,7 @@ table {
 table td {
     border: 2px solid #003333;
     padding-left: 5px;
+    color: black;
 }
 
 table td.title {
@@ -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 {