]> source.dussan.org Git - vaadin-framework.git/commitdiff
warns and errors differ in color (style)
authorMarc Englund <marc.englund@itmill.com>
Mon, 7 Jan 2008 13:02:03 +0000 (13:02 +0000)
committerMarc Englund <marc.englund@itmill.com>
Mon, 7 Jan 2008 13:02:03 +0000 (13:02 +0000)
svn changeset:3389/svn branch:trunk

WebContent/ITMILL/themes/testingtools/styles.css

index dc8b8caca605310ee58c4bf9047b1835352a6879..403dfa89cd41767082fbd3239620fec2e15faa21 100644 (file)
@@ -8,6 +8,9 @@
 .resulttable TR.error {\r
        background-color: #ffeeee;\r
 }\r
+.resulttable TR.warn {\r
+       background-color: #ffffee;\r
+}\r
 .resulttable TR.even {\r
        background-color: #eeeeee;\r
 }\r
@@ -22,6 +25,9 @@
 .resulttable .error .line A {\r
        color: red;\r
 }\r
+.resulttable .warn .line A {\r
+       color: green;\r
+}\r
 \r
 .resulttable .code {\r
        white-space: nowrap;\r
        border-right: 1px solid #cccccc;\r
        padding: 3px 3px 3px 7px;\r
 }\r
-.resulttable .msg {\r
-       color: red;\r
+.resulttable .msg {    \r
        padding: 5px 10px 5px 10px;\r
        white-space: nowrap;\r
-}
\ No newline at end of file
+}\r
+.resulttable .msg span {\r
+       color: green;\r
+}\r
+.resulttable .msg span.err {\r
+       color: red;\r
+}\r