зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
d25b2c4012
Коммит
76e3b2e567
|
@ -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;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче