Bläddra i källkod

Issue #583 fixed.

The text color of info popups is now explicitly set to black instead of using some default value.
Rainer Klute 9 år sedan
förälder
incheckning
6442d03599
1 ändrade filer med 1 tillägg och 1 borttagningar
  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; }