Bug 401949 - Bug 395248 caused a Txul regression on Linux. Patch by Dao Gottwald, r=mano. (winstripe sync - NPOTB)

This commit is contained in:
rflint@ryanflint.com 2007-11-13 05:10:32 -08:00
Родитель d9334b89e2
Коммит b701767cc0
1 изменённых файлов: 1 добавлений и 11 удалений

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

@ -873,23 +873,13 @@ toolbar[iconsize="small"] #paste-button:not([disabled="true"]):hover:active {
/* Identity indicator */
#identity-box {
cursor: help;
background-color: ThreeDFace;
background-color: -moz-dialog;
-moz-border-end: 1px solid ThreeDShadow;
}
#identity-box.verifiedIdentity {
border-color: highlight;
}
#identity-box:hover {
border-color: ThreeDDarkShadow;
}
#identity-icon-label {
padding: 0 2px;
margin: 0;
cursor: inherit;
}
.unknownIdentity > #identity-icon-label {