37 строки
690 B
CSS
37 строки
690 B
CSS
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
|
|
|
#imTooltip {
|
|
appearance: auto;
|
|
-moz-default-appearance: tooltip;
|
|
}
|
|
|
|
.tooltipBuddies {
|
|
margin-left: -3px;
|
|
}
|
|
|
|
.tooltipTable {
|
|
border-spacing: 0;
|
|
}
|
|
|
|
.tooltipTable th {
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.tooltipTable th,
|
|
.tooltipTable td {
|
|
line-height: 1.5em;
|
|
}
|
|
|
|
.chatTooltipSeparator {
|
|
border-bottom: 1px solid #A3A3A3;
|
|
}
|
|
|
|
.displayUserAccount.tooltipDisplayUserAccount {
|
|
/* Remove padding from top and sides. */
|
|
padding-inline: 0;
|
|
padding-block-start: 0;
|
|
}
|