snappymail/dev/Styles/SettingsAccounts.less

143 lines
1.9 KiB
Plaintext
Raw Normal View History

.b-settings-accounts {
.process-place {
text-align: center;
width: 600px;
padding: 14px 0;
}
.list-table {
width: 600px;
td {
padding: 4px 8px;
line-height: 30px;
}
2015-02-01 23:44:44 +08:00
.drag-handle {
color: #eee;
}
tr:hover .drag-handle {
color: #aaa;
}
.account-img, .identity-img {
font-size: 12px;
margin-right: 5px;
}
.account-name {
display: inline-block;
word-break: break-all;
2014-08-28 23:27:30 +08:00
box-sizing: border-box;
line-height: 22px;
}
2015-02-19 03:52:52 +08:00
.identity-default {
cursor: pointer;
color: #ccc;
}
2015-07-06 02:06:19 +08:00
.identity-name {
display: inline-block;
word-break: break-all;
box-sizing: border-box;
line-height: 22px;
cursor: pointer;
}
}
2015-07-06 02:06:19 +08:00
.accounts-list-top-padding, .identities-list-top-padding {
display: inline-block;
height: 5px;
width: 5px;
}
.account-item {
2014-10-22 00:49:15 +08:00
.e-action {
cursor: pointer;
}
2015-02-01 23:44:44 +08:00
.drag-handle {
cursor: pointer;
2015-11-15 08:23:16 +08:00
cursor: all-scroll;
2015-02-01 23:44:44 +08:00
}
.button-delete {
margin-right: 15px;
margin-top: 5px;
visibility: hidden;
2014-08-28 23:27:30 +08:00
opacity: 0;
}
.delete-access {
&.button-delete {
visibility: visible;
margin-right: 0;
2014-08-28 23:27:30 +08:00
opacity: 1;
}
}
.delete-account {
cursor: pointer;
2014-08-28 23:27:30 +08:00
opacity: 0.5;
}
2015-02-16 10:32:08 +08:00
&.ui-sortable-helper {
background: #F5F5F5;
border: 1px solid #DDD;
.button-delete, .delete-account {
display: none;
}
td {
border-width: 0px;
}
}
}
.identity-item {
.e-action {
cursor: pointer;
}
.button-delete {
margin-right: 15px;
margin-top: 5px;
visibility: hidden;
opacity: 0;
}
.delete-access {
&.button-delete {
visibility: visible;
margin-right: 0;
opacity: 1;
}
}
.delete-identity {
cursor: pointer;
opacity: 0.5;
}
2015-02-16 10:32:08 +08:00
&.ui-sortable-helper {
background: #F5F5F5;
border: 1px solid #DDD;
.button-delete, .delete-identity {
display: none;
}
td {
border-width: 0px;
}
}
}
}