92 строки
1.6 KiB
CSS
92 строки
1.6 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/. */
|
|
|
|
@import url("chrome://chat/skin/status.css");
|
|
|
|
.displayNameMessageBox {
|
|
margin-left: 4px;
|
|
margin-top: 2px;
|
|
}
|
|
|
|
.statusTypeIcon {
|
|
margin: 32px 0 0;
|
|
max-width: 16px;
|
|
max-height: 16px;
|
|
min-width: 16px;
|
|
min-height: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
background-color: transparent;
|
|
border: none;
|
|
}
|
|
|
|
.statusTypeIcon[left][status="chat"] {
|
|
list-style-image: url('chrome://chat/skin/chat-left-16.png') !important;
|
|
}
|
|
|
|
.userIconHolder[userIcon] + .statusTypeIcon {
|
|
margin-left: 32px;
|
|
}
|
|
|
|
.tooltipBuddies {
|
|
margin-left: -3px;
|
|
--blist-item-height: 20px; /* 16px icon plus padding */
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.tooltipRows label {
|
|
margin-left: 0 !important;
|
|
}
|
|
|
|
.tooltipSeparator {
|
|
margin-left: 3px;
|
|
}
|
|
|
|
.userIconHolder {
|
|
border: 2px solid rgba(0, 0, 0, 0.15);
|
|
border-radius: 5px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.userIcon,
|
|
.userIconHolder {
|
|
max-width: 48px;
|
|
max-height: 48px;
|
|
min-width: 48px;
|
|
min-height: 48px;
|
|
width: 48px;
|
|
height: 48px;
|
|
}
|
|
|
|
.userIcon:not([src]),
|
|
.userIconHolder:not([userIcon]) {
|
|
display: none;
|
|
}
|