Commit cc356049 authored by chriseth's avatar chriseth

Merge pull request #28 from chriseth/pointer

Pointer cursor on errors and warnings.
parents 8b0bd58b 7055a870
...@@ -218,6 +218,7 @@ body { ...@@ -218,6 +218,7 @@ body {
border-radius: 0; border-radius: 0;
word-wrap: break-word; word-wrap: break-word;
border: 1px solid #D00909; border: 1px solid #D00909;
cursor: pointer;
} }
.warning { .warning {
...@@ -225,6 +226,7 @@ body { ...@@ -225,6 +226,7 @@ body {
border-radius: 0; border-radius: 0;
word-wrap: break-word; word-wrap: break-word;
border: 1px solid #BBB427; border: 1px solid #BBB427;
cursor: pointer;
} }
#ghostbar { #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