mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-16 18:31:26 +01:00
Mobile theme W.I.P.:
- Fix scrollbar does not work for mail tree in sidebar when browsing with iOS
This commit is contained in:
parent
2a91237c2a
commit
180c256a79
@ -897,9 +897,6 @@ iframe#mail-display_mailDisplayBodySrc {
|
|||||||
body {
|
body {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
}
|
}
|
||||||
#mail-index {
|
|
||||||
margin: 0 1% 0 0 !important;
|
|
||||||
}
|
|
||||||
#mail-index div#mail-index_nm div.nextmatch_header div.filters select {
|
#mail-index div#mail-index_nm div.nextmatch_header div.filters select {
|
||||||
margin-top: 9px;
|
margin-top: 9px;
|
||||||
}
|
}
|
||||||
@ -2608,6 +2605,9 @@ div.mailComposeHeaderSection > table {
|
|||||||
padding: 8px 8px 0 0;
|
padding: 8px 8px 0 0;
|
||||||
background: none;
|
background: none;
|
||||||
}
|
}
|
||||||
|
body .dtree div.containerTableStyle {
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
body #mail-compose .cke_chrome {
|
body #mail-compose .cke_chrome {
|
||||||
border: none;
|
border: none;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
|
@ -85,11 +85,6 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// alles
|
// alles
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
margin: 0 1% 0 0 !important;
|
|
||||||
|
|
||||||
// Box mit Header und Liste
|
// Box mit Header und Liste
|
||||||
div#mail-index_nm{
|
div#mail-index_nm{
|
||||||
|
|
||||||
@ -1759,6 +1754,12 @@ div.mailComposeHeaderSection > table {
|
|||||||
padding: 8px 8px 0 0;
|
padding: 8px 8px 0 0;
|
||||||
background: none;
|
background: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dtree {
|
||||||
|
div.containerTableStyle {
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
}
|
||||||
#mail-compose {
|
#mail-compose {
|
||||||
.cke_chrome {
|
.cke_chrome {
|
||||||
border:none;
|
border:none;
|
||||||
|
Loading…
Reference in New Issue
Block a user