minor fixes

This commit is contained in:
Artur Adib 2012-04-25 14:10:53 -04:00
parent 31a757e301
commit ffe3dbfc8f
3 changed files with 9 additions and 3 deletions

View file

@ -372,6 +372,12 @@ body {
width: 50px;
}
.toolbarField.pageNumber::-webkit-inner-spin-button,
.toolbarField.pageNumber::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
.toolbarField:hover {
background-color: hsla(0,0%,100%,.11);
border-color: hsla(0,0%,0%,.4) hsla(0,0%,0%,.43) hsla(0,0%,0%,.45);