Bug 343097 - Don't override non-native theme on scrollbutons. r=mano

This commit is contained in:
silver%warwickcompsoc.co.uk 2006-07-07 20:14:04 +00:00
Родитель 551f6ffa15
Коммит 29076546c5
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -87,6 +87,10 @@ autorepeatbutton,
margin-bottom: 2px;
-moz-margin-start: 1px;
-moz-margin-end: 2px;
}
autorepeatbutton
{
border : 1px solid transparent;
padding : 1px;
}