71 строка
1.2 KiB
CSS
71 строка
1.2 KiB
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;
|
|
}
|
|
|
|
.displayNameMessageBox {
|
|
margin-left: 4px;
|
|
margin-top: 2px;
|
|
}
|
|
|
|
.statusTypeIcon[left][status="chat"] {
|
|
list-style-image: url('chrome://chat/skin/chat-left.svg') !important;
|
|
}
|
|
|
|
.tooltipBuddies {
|
|
margin-left: -3px;
|
|
}
|
|
|
|
.tooltipDisplayName {
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.25);
|
|
font-size: 16px;
|
|
margin: 4px 4px 4px 0 !important;
|
|
padding-right: 20px;
|
|
}
|
|
|
|
.tooltipMessage {
|
|
margin: 30px 5px 4px 0 !important;
|
|
}
|
|
|
|
.tooltipMessage[noTopic] {
|
|
font-style: italic;
|
|
}
|
|
|
|
.tooltipProtoIcon {
|
|
margin: 4px 0 0 -20px;
|
|
max-width: 16px;
|
|
max-height: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
}
|
|
|
|
.tooltipProtoIcon[status="unknown"] {
|
|
opacity: 0.7;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.statusTypeIcon:not([status]) {
|
|
display: none;
|
|
}
|