snappymail/dev/Styles/SettingsFilters.less

93 lines
1.1 KiB
Plaintext

.b-settings-filters {
html.rl-mobile &{
margin-right: 15px;
}
.process-place {
text-align: center;
width: 600px;
padding: 14px 0;
}
.list-table {
width: 600px;
td {
padding: 4px 8px;
line-height: 30px;
&.drag-wrapper {
padding: 4px 0;
}
}
.drag-handle {
color: #eee;
}
tr:hover .drag-handle {
color: #aaa;
}
.filter-img {
font-size: 12px;
margin-right: 5px;
}
.filter-name, .filter-sub-name {
display: inline-block;
word-break: break-all;
box-sizing: border-box;
line-height: 22px;
cursor: pointer;
}
.filter-sub-name {
color: #aaa;
}
}
.filters-list-top-padding {
display: inline-block;
height: 5px;
width: 5px;
}
.filter-item {
white-space: nowrap;
.e-action {
cursor: pointer;
}
.drag-handle {
cursor: pointer;
cursor: all-scroll;
}
.button-delete {
margin-right: 15px;
margin-top: 5px;
visibility: hidden;
opacity: 0;
}
.delete-access {
&.button-delete {
visibility: visible;
margin-right: 0;
opacity: 1;
}
}
.delete-filter {
cursor: pointer;
opacity: 0.5;
}
}
}