Bug 64076 - xul listbox: Show dotted border around focused item

r=andreww@netscape.com, sr=hewitt@netscape.com
This commit is contained in:
dean_tessman%hotmail.com 2007-09-06 22:01:53 +00:00
Родитель 3f1f27aebb
Коммит f03e379d4a
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -19,6 +19,7 @@
*
* Contributor(s):
* Joe Hewitt (hewitt@netscape.com)
* Dean Tessman (dean_tessman@hotmail.com)
*/
/* ===== listbox.css =======================================================
@ -47,7 +48,7 @@ listitem {
border-bottom: 1px solid transparent;
}
listbox:focus > listitem[selected="true"][current="true"] {
listbox:focus > listitem[current="true"] {
border-top-color: #000000;
border-bottom-color: #000000;
}