Changing the cursor used on the "Display" button

This commit is contained in:
Jeff Avallone 2014-12-15 10:12:30 -05:00
parent dab0dab9b1
commit b103982273
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ header {
@include background(linear-gradient(to bottom right, $green, $dark-green));
background-color: $green;
float: left;
cursor: pointer;
}
ul {