Commit 7055a870 authored by chriseth's avatar chriseth

Pointer cursor on errors and warnings.

parent 8b0bd58b
......@@ -218,6 +218,7 @@ body {
border-radius: 0;
word-wrap: break-word;
border: 1px solid #D00909;
cursor: pointer;
}
.warning {
......@@ -225,6 +226,7 @@ body {
border-radius: 0;
word-wrap: break-word;
border: 1px solid #BBB427;
cursor: pointer;
}
#ghostbar {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment