Merge pull request #28 from chriseth/pointer

Pointer cursor on errors and warnings.
pull/1/head
chriseth 9 years ago
commit cc3560496b
  1. 2
      stylesheets/browser-solidity.css

@ -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 {

Loading…
Cancel
Save