mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Cleanup messagelist design
This commit is contained in:
parent
8c780ad353
commit
354337f174
3 changed files with 5 additions and 23 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue