xmpp.chapril.org-conversejs/sass/_roster.scss

186 lines
5.1 KiB
SCSS
Raw Normal View History

#conversejs #converse-roster {
text-align: left;
width: 100%;
position: relative;
margin: 0;
height: var(--roster-height);
padding: 0;
overflow: hidden;
// XXX: FIXME
height: calc(100% - 70px);
/* Custom addition for CSP */
#online-count {
display: none;
}
2015-10-28 09:49:28 +01:00
.search-xmpp {
ul {
li.chat-info {
padding-left: 10px;
}
}
}
.roster-filter-form {
width: 100%;
2018-02-19 16:24:05 +01:00
.button-group {
padding: 0.2em;
}
span {
2018-02-19 16:05:29 +01:00
padding: 0.3em;
cursor: pointer;
min-width: 25px;
text-align: center;
}
2015-10-30 19:30:39 +01:00
.roster-filter {
2018-02-19 16:05:29 +01:00
width: 100%;
margin: 0.2em;
font-size: calc(var(--font-size) - 2px);
2015-10-30 19:30:39 +01:00
}
.state-type {
font-size: calc(var(--font-size) - 2px);
2018-02-19 16:05:29 +01:00
width: 100%;
2015-10-30 19:30:39 +01:00
}
}
.roster-contacts {
padding: 0;
2018-02-22 17:47:18 +01:00
margin: 0 0 0.2em 0;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
.roster-group {
border: none;
color: var(--text-color);
font-weight: normal;
text-shadow: 0 1px 0 var(--text-shadow-color);
2018-02-25 17:54:55 +01:00
margin: 0.75em 0 0.75em 0;
.group-toggle {
font-family: var(--heading-font);
display: block;
width: 100%;
padding-top: 0;
padding-bottom: 0.3rem;
}
.group-toggle, .group-toggle .fa {
color: var(--chat-head-color-dark) !important;
&:hover {
color: var(--chat-head-color-darker) !important;
}
}
.current-xmpp-contact {
margin: 0.25em 0;
.chat-status {
vertical-align: middle;
font-size: 0.6em;
margin-right: 0;
margin-left: -0.7em;
margin-bottom: -1.5em;
border-radius: 50%;
border: 2px solid var(--occupants-background-color);
}
.chat-status--offline {
margin-right: 0.8em;
}
.chat-status--online {
color: var(--chat-status-online);
}
.chat-status--busy {
color: var(--chat-status-busy);
}
.chat-status--away {
color: var(--chat-status-away);
}
.chat-status--offline {
display: none;
}
.far.fa-circle,
.fa-times-circle {
color: var(--subdued-color);
}
}
li {
&.requesting-xmpp-contact {
a {
line-height: var(--line-height);
}
.req-contact-name {
2018-02-19 15:01:02 +01:00
padding: 0 0.2em 0 0;
}
}
.open-chat {
2018-02-19 15:01:02 +01:00
margin: 0;
padding: 0;
&.unread-msgs {
font-weight: bold;
.contact-name {
width: 70%;
}
}
.msgs-indicator {
2018-03-17 18:07:43 +01:00
color: white;
background-color: var(--chat-head-color);
opacity: 1;
border-radius: 10%;
2020-06-03 10:38:46 +02:00
padding: 0.2em 0.4em;
font-size: var(--font-size-small);
}
.contact-name {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
padding: 0;
margin: 0;
max-width: 85%;
float: none;
height: 100%;
&.unread-msgs {
max-width: 60%;
}
&.contact-name--offline {
margin-left: 0.7em;
}
}
}
&.odd {
background-color: #DCEAC5;
/* Make this difference */
}
a, span {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.span {
display: inline-block;
}
.decline-xmpp-request {
margin-left: 5px;
}
&:hover {
2020-01-28 23:17:46 +01:00
background-color: var(controlbox-pane-bg-hover-color);
}
}
}
}
span {
&.pending-contact-name {
line-height: var(--line-height);
2017-02-16 14:42:50 +01:00
width: 100%;
}
}
}