Clean up misc. formatting, cursor and outline styles

This commit is contained in:
Eric Ferraiuolo 2013-06-11 15:18:40 -04:00
parent 2feb6c1680
commit a12b12bef1
3 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@
}
/* Firefox: Get rid of the inner focus border */
.pure-button::-moz-focus-inner{
.pure-button::-moz-focus-inner {
padding: 0;
border: 0;
}

View File

@ -49,7 +49,7 @@
-khtml-opacity: 0.40;
-moz-opacity: 0.40;
opacity: 0.40;
cursor: not-allowed;
cursor: default;
box-shadow: none;
}

View File

@ -30,7 +30,7 @@
}
.pure-menu-open > ul:focus {
outline: none;
outline: 0;
}
.pure-menu li { position: relative; }