Skip to content

Commit c162e2c

Browse files
author
unknown
committed
Changed green color of success console log
1 parent 259393e commit c162e2c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

javascript-console-share/src/main/amp/web/fme/components/jsconsole/javascript-console.css

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,16 +60,15 @@
6060
}
6161

6262
.javascript-console .jserror {
63-
border:2px solid red;
63+
border:1px solid red;
6464
background-color:#FFE0E0;
6565
}
6666

6767
.javascript-console .jsgreen {
68-
border:2px solid DarkGreen;
69-
background-color:#32CD32;
68+
border:1px solid #d2edc2;
69+
background-color:#e2fdd2;
7070
}
7171

72-
7372
.javascript-console .header-bar
7473
{
7574
margin-top:0.5em;

0 commit comments

Comments
 (0)