Bug 392802 - "File listings very hard to read" (remove opacity effect) [p=dao@design-noir.de (D��o Gottwald) r=Mano ui-r=beltzner a=blocking-firefox3+]

This commit is contained in:
reed%reedloden.com 2007-09-19 01:18:28 +00:00
Родитель d25b2c4012
Коммит 76e3b2e567
2 изменённых файлов: 0 добавлений и 14 удалений

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

@ -131,7 +131,6 @@ td:not(:first-child) {
.file > img {
margin-right: 4px;
margin-left: -20px;
opacity: .6;
vertical-align: middle;
}
@ -142,9 +141,3 @@ td:not(:first-child) {
.dir::before {
content: url(chrome://global/skin/dirListing/folder.png);
}
.up:hover::before ,
tr:hover > td > a::before ,
tr:hover > td > .file > img {
opacity: 1;
}

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

@ -131,16 +131,9 @@ td:not(:first-child) {
.file > img {
margin-right: 4px;
margin-left: -20px;
opacity: .6;
vertical-align: middle;
}
.up::before {
content: url(chrome://global/skin/dirListing/up.png);
}
.up:hover::before ,
tr:hover > td > a::before ,
tr:hover > td > .file > img {
opacity: 1;
}