Skip to content

Commit

Permalink
Added grayscale to icons in navbar
Browse files Browse the repository at this point in the history
Added grayscale to icons in navbar
  • Loading branch information
Ron-e committed Jan 7, 2015
1 parent f1a497d commit 34e01e3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions css/default.css
Expand Up @@ -42,6 +42,15 @@ table {
font-size: 16px;
}

.greyscale {
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: gray;
}

/* making sure resizing does not break the navbar! */
@media (max-width: 1200px) {

Expand Down

0 comments on commit 34e01e3

Please sign in to comment.