Added .lettersearch css border-radius compatibility code for other browsers

This commit is contained in:
Andreas Stöckel 2011-03-30 21:14:05 +00:00
parent a726d95d0b
commit 3be7eba007

View File

@ -727,6 +727,8 @@ Preferences tabs
}
.lettersearch, .lettersearch_active {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
width: 25px;
border: 1px solid #D3DCE3;