snappymail/dev/Styles/User/SettingsAccounts.less
2021-11-15 10:56:52 +01:00

49 lines
552 B
Plaintext

#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: right;
}
td:first-child,
td:last-child, {
width: 1em;
}
.delete {
cursor: pointer;
opacity: 0.5;
}
.identity-default::before {
content: '(';
}
.identity-default::after {
content: ')';
}
}