Bugfix: the new endShowHide failed in Edge and mobile browsers

Cleanup bootstrap less files
This commit is contained in:
djmaze 2020-09-02 21:30:23 +02:00
parent 7135cc38fe
commit 0e8bf13d5d
32 changed files with 167 additions and 663 deletions

View file

@ -30,8 +30,8 @@ html.rl-no-preview-pane {
background-color: #eee;
// #gradient > .vertical(#f4f4f4, #dfdfdf);
.border-bottom-right-radius(@rlMainBorderRadius);
.border-bottom-left-radius(@rlMainBorderRadius);
border-bottom-right-radius: @rlMainBorderRadius;
border-bottom-left-radius: @rlMainBorderRadius;
.e-quota {
display: inline-block;
@ -81,8 +81,8 @@ html.rl-no-preview-pane {
background-color: #eee;
// #gradient > .vertical(#f4f4f4, #dfdfdf);
.border-top-right-radius(@rlMainBorderRadius);
.border-top-left-radius(@rlMainBorderRadius);
border-top-right-radius: @rlMainBorderRadius;
border-top-left-radius: @rlMainBorderRadius;
.checkboxCkeckAll {
margin: 5px 0;
@ -242,7 +242,7 @@ html.rl-no-preview-pane {
display: block;
height: 1px;
background-color: #999;
.opacity(20);
opacity: 0.2;
}
.wrapper {
@ -560,7 +560,7 @@ html.rl-no-preview-pane {
.delimiter {
background-color: #398CF2;
.opacity(20);
opacity: 0.2;
}
+ .messageListItem .delimiter {