mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 22:17:03 +03:00
Also convert template body-background-image to var()
And cleanup more CSS
This commit is contained in:
parent
d9bece04b2
commit
5e9941d58f
15 changed files with 46 additions and 207 deletions
|
|
@ -7,7 +7,7 @@
|
|||
}
|
||||
|
||||
.g-ui-link {
|
||||
color: #336699;
|
||||
color: #369;
|
||||
text-decoration: underline;
|
||||
cursor: pointer;
|
||||
padding: 2px;
|
||||
|
|
@ -22,18 +22,6 @@
|
|||
min-height: 300px;
|
||||
}
|
||||
|
||||
.g-ui-absolute-reset {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
border: 0;
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
.g-ui-menu {
|
||||
max-height: 400px;
|
||||
max-width: 300px;
|
||||
|
|
@ -167,7 +155,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
html.mobile .hide-mobile,
|
||||
.command.command-disabled.hide-on-disabled-command {
|
||||
html.mobile .hide-mobile {
|
||||
display:none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue