mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Bugfix: the new endShowHide failed in Edge and mobile browsers
Cleanup bootstrap less files
This commit is contained in:
parent
7135cc38fe
commit
0e8bf13d5d
32 changed files with 167 additions and 663 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue