1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-02-10 14:31:38 +00:00

Show spam aliases #

This commit is contained in:
andryyy
2017-02-21 22:27:11 +01:00
parent 76426b65b2
commit 0eb932b3ab
2737 changed files with 357639 additions and 22 deletions

View File

@@ -0,0 +1,34 @@
// Menu
.@{prefix}-menu {
position: absolute;
left: 0; top: 0;
.reset-gradient();
z-index: 1000;
padding: 5px 0 5px 0;
margin: @menu-margin;
min-width: 160px;
background: @menu-bg;
border: 1px solid mix(rgb(red(@menu-border), green(@menu-border), blue(@menu-border)), @panel-bg, round(alpha(@menu-border) * 200));
border: 1px solid @menu-border;
z-index: 1002;
.border-radius(6px);
.box-shadow(0 5px 10px rgba(0,0,0,.2));
max-height: 400px;
overflow: auto;
overflow-x: hidden;
}
.@{prefix}-menu i {
display: none;
}
.@{prefix}-menu-has-icons i {
display: inline-block;
*display: inline;
}
.@{prefix}-menu-sub-tr-tl { margin: -6px 0 0 -1px; }
.@{prefix}-menu-sub-br-bl { margin: 6px 0 0 -1px; }
.@{prefix}-menu-sub-tl-tr { margin: -6px 0 0 1px; }
.@{prefix}-menu-sub-bl-br { margin: 6px 0 0 1px; }