snappymail/dev/Styles/User/SettingsAccounts.less
2024-10-10 00:54:19 +02:00

52 lines
633 B
Text

#V-Settings-Accounts {
.account-name {
display: inline-block;
word-break: break-all;
}
.identity-default {
cursor: pointer;
color: #ccc;
}
.identity-name {
display: inline-block;
word-break: break-all;
cursor: pointer;
}
table {
margin-top: 1em;
}
tr {
white-space: nowrap;
}
td + td + td {
text-align: var(--right, right);
}
td:first-child,
td:last-child, {
width: 1em;
}
.delete {
cursor: pointer;
opacity: 0.5;
}
.identity-default::before {
content: '(';
}
.identity-default::after {
content: ')';
}
.identities-list tr + tr .identity-default {
display: none;
}
}