mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 04:29:21 +03:00
Code improvements
This commit is contained in:
parent
c43e35530e
commit
06d3dac310
13 changed files with 121 additions and 50 deletions
57
dev/Styles/@Boot.css
Normal file
57
dev/Styles/@Boot.css
Normal file
|
|
@ -0,0 +1,57 @@
|
|||
|
||||
#rl-content{
|
||||
display: none;
|
||||
}
|
||||
|
||||
.internal-hiddden{
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
html.no-css, html.no-css body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-family: Arial, Verdana, Geneva, sans-serif;
|
||||
background-color: #eee;
|
||||
}
|
||||
|
||||
html.no-css #rl-content, html.no-css #rl-loading{
|
||||
display: none;
|
||||
}
|
||||
|
||||
html.no-css #rl-loading-error {
|
||||
position: absolute;
|
||||
font-size: 30px;
|
||||
line-height: 130%;
|
||||
top: 50%;
|
||||
width: 100%;
|
||||
height: 65px;
|
||||
margin: 0;
|
||||
margin-top: -60px;
|
||||
background-color: transparent;
|
||||
text-align: center;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
html.no-css .progressjs-container {
|
||||
display: none;
|
||||
}
|
||||
|
||||
html.no-css .thm-body {
|
||||
color: #333;
|
||||
background-color: #aaa;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
html.no-css .thm-loading {
|
||||
color: #333 !important;
|
||||
text-shadow: none !important;
|
||||
|
||||
.e-spinner .e-bounce {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
html.no-css .thm-login-desc .desc {
|
||||
color: #333 !important;
|
||||
text-shadow: none !important;
|
||||
}
|
||||
|
|
@ -375,7 +375,11 @@ html.rl-ctrl-key-pressed {
|
|||
}
|
||||
|
||||
#rl-check{
|
||||
display: block;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.rl-content-show {
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
html.rl-mobile .hide-on-mobile {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue