mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-15 12:15:20 +08:00
90 lines
1.5 KiB
Text
90 lines
1.5 KiB
Text
|
|
.b-settins-left {
|
|
|
|
.b-footer {
|
|
position: absolute;
|
|
bottom: 10px;
|
|
right: 0;
|
|
left: 0;
|
|
padding: 0 10px 0 5px;
|
|
z-index: 101;
|
|
}
|
|
|
|
.b-content {
|
|
position: absolute;
|
|
top: 50px + @rlLowMargin + 10px;
|
|
bottom: @rlLowMargin;
|
|
left: 0;
|
|
right: 0;
|
|
overflow: hidden;
|
|
}
|
|
|
|
nav {
|
|
|
|
a {
|
|
background-color: transparent;
|
|
color: var(--settings-menu-color, #333);
|
|
cursor: pointer;
|
|
display: block;
|
|
font-size: 18px;
|
|
height: 30px;
|
|
line-height: 29px;
|
|
overflow: hidden;
|
|
padding: 4px 10px;
|
|
text-decoration: none;
|
|
}
|
|
|
|
a:focus, a:hover {
|
|
background-color: var(--settings-menu-hover-bg-color, #333);
|
|
color: var(--settings-menu-hover-color, #eee);
|
|
}
|
|
|
|
a.selected {
|
|
background-color: var(--settings-menu-selected-bg-color, #333);
|
|
color: var(--settings-menu-selected-color, #eee);
|
|
}
|
|
}
|
|
}
|
|
|
|
.b-settins-right {
|
|
|
|
.b-toolbar {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
left: 0;
|
|
height: 34px;
|
|
padding: 8px 0;
|
|
color: #fff;
|
|
}
|
|
|
|
.b-content {
|
|
position: absolute;
|
|
top: 50px;
|
|
bottom: @rlLowMargin;
|
|
left: 0;
|
|
right: @rlLowMargin;
|
|
overflow-y: auto;
|
|
z-index: 2;
|
|
scroll-behavior: smooth;
|
|
|
|
background-color: #fff;
|
|
border: 1px solid @rlMainDarkColor;
|
|
box-shadow: @rlMainShadow;
|
|
border-radius: @rlMainBorderRadius;
|
|
}
|
|
|
|
td {
|
|
padding: 4px 8px;
|
|
line-height: 30px;
|
|
}
|
|
}
|
|
|
|
html.rl-mobile .rl-settings-view-model {
|
|
margin-right: 15px;
|
|
}
|
|
|
|
.firefox-drag .b-settins-right .b-content,
|
|
.firefox-drag .modal-body {
|
|
overflow: hidden;
|
|
}
|