Cleanup messagelist design

This commit is contained in:
djmaze 2021-02-10 12:13:17 +01:00
parent 8c780ad353
commit 354337f174
3 changed files with 5 additions and 23 deletions

View file

@ -32,6 +32,7 @@ html.rl-no-preview-pane {
border-bottom-right-radius: @rlMainBorderRadius;
border-bottom-left-radius: @rlMainBorderRadius;
border-top: 1px solid #bbb;
.e-quota {
display: inline-block;
@ -83,6 +84,7 @@ html.rl-no-preview-pane {
border-top-right-radius: @rlMainBorderRadius;
border-top-left-radius: @rlMainBorderRadius;
border-bottom: 1px solid #bbb;
.checkboxCkeckAll {
margin: 5px 0;
@ -98,23 +100,6 @@ html.rl-no-preview-pane {
top: 50px;
}
.mainDelimiter {
position: absolute;
left: 0;
right: 0;
height: 1px;
z-index: 101;
background-color: #bbb;
}
.toolbarDelimiter {
top: 49px;
}
.footerDelimiter {
bottom: 44px;
}
.b-content {
position: absolute;
top: 50px;

View file

@ -126,14 +126,14 @@
}
.settings-saved-trigger-input {
transition: border-color 0.5s linear;
&.success {
border-color: green !important;
transition: border-color 0.5s linear;
}
&.error {
border-color: red !important;
transition: border-color 0.5s linear;
}
}