소스 검색

Merge pull request #595 from Yakindu/issue_#583_white_on_white

Issue #583 fixed.
Thomas Kutz 9 년 전
부모
커밋
ccf8dd2819
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      plugins/org.yakindu.sct.model.stext.ui/StextHoverStyleSheet.css

+ 1 - 1
plugins/org.yakindu.sct.model.stext.ui/StextHoverStyleSheet.css

@@ -21,7 +21,7 @@ dt	         { margin-top: 0px; margin-bottom: 0px; font-weight: bold; }
 dd	         { margin-top: 0px; margin-bottom: 0px; }
 
 /* Styles and colors */
-body {background-color:#FBFDFF;}
+body {background-color: #FBFDFF; color: #000000}
 a:link	     { color: #0000FF; }
 a:hover	     { color: #000080; }
 a:visited    { text-decoration: underline; }