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

@ -34,7 +34,7 @@ html.rl-no-preview-pane {
/*overflow: hidden;*/
border: @rlLowBorderSize solid @rlMainDarkColor;
.border-radius(@rlLowBorderRadius);
border-radius: @rlLowBorderRadius;
background-color: #fff;
@ -277,10 +277,10 @@ html.rl-no-preview-pane {
z-index: 2;
cursor: pointer;
border-radius: 5px;
.opacity(50);
opacity: 0.5;
&:hover {
.opacity(80);
opacity: 0.8;
border-color: #666;
background-color: #888;
color: #fff;