forked from extern/egroupware
Fix some issues in mobile theme:
Fix autocomplete breaks mobile theme Fix Filemanager tile view is not scrollable in mobile theme
This commit is contained in:
parent
fc503e285e
commit
2e4ac37a98
@ -3401,16 +3401,16 @@ div#popupMainDiv {
|
||||
div#popupMainDiv > * {
|
||||
margin: 0px;
|
||||
}
|
||||
div.et2_container {
|
||||
form.et2_container {
|
||||
padding: 0;
|
||||
}
|
||||
div.et2_container div table.et2_grid tbody tr .row td .et2_box_widget select {
|
||||
form.et2_container div table.et2_grid tbody tr .row td .et2_box_widget select {
|
||||
height: 20px;
|
||||
padding: 0;
|
||||
margin: 0px;
|
||||
font-size: 0.95em;
|
||||
}
|
||||
div.et2_container div table.et2_grid tbody tr .row td .et2_box_widget input {
|
||||
form.et2_container div table.et2_grid tbody tr .row td .et2_box_widget input {
|
||||
height: 20px;
|
||||
padding: 0;
|
||||
margin: 4px 4px 4px 5px;
|
||||
@ -3429,13 +3429,13 @@ div.et2_container div table.et2_grid tbody tr .row td .et2_box_widget input {
|
||||
border-top-left-radius: 3px;
|
||||
/*.background-clip(padding-box);*/
|
||||
}
|
||||
div.et2_container div table.et2_grid tbody tr .row td .et2_box_widget input.hasDatepicker {
|
||||
form.et2_container div table.et2_grid tbody tr .row td .et2_box_widget input.hasDatepicker {
|
||||
background-image: url("../images/datepopup.png");
|
||||
}
|
||||
div.et2_container div table.et2_grid tbody tr .row td .et2_box_widget input.hasDatepicker:hover {
|
||||
form.et2_container div table.et2_grid tbody tr .row td .et2_box_widget input.hasDatepicker:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
div.et2_container div table.et2_grid tbody tr td .et2_tabbox .et2_tabs table.et2_grid {
|
||||
form.et2_container div table.et2_grid tbody tr td .et2_tabbox .et2_tabs table.et2_grid {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
.high {
|
||||
@ -6282,6 +6282,9 @@ a.textSidebox {
|
||||
body table.egwGridView_outer thead tr th {
|
||||
font-size: small !important;
|
||||
}
|
||||
body table.egwGridView_outer tbody tr {
|
||||
touch-action: initial;
|
||||
}
|
||||
#egw_fw_basecontainer {
|
||||
background: white;
|
||||
}
|
||||
@ -6957,9 +6960,8 @@ a.textSidebox {
|
||||
visibility: hidden;
|
||||
}
|
||||
.egw_fw_mobile_popup_loader {
|
||||
background-image: url('../images/ajax-loader.gif');
|
||||
background-repeat: no-repeat;
|
||||
background: url(../images/loading.gif) center no-repeat;
|
||||
background-size: 120px 120px;
|
||||
background-position: center;
|
||||
background: rgba(0, 0, 0, 0.44) !important;
|
||||
}
|
||||
}
|
||||
|
@ -36,7 +36,7 @@ div#popupMainDiv {
|
||||
|
||||
div#popupMainDiv > * {margin: 0px;}
|
||||
|
||||
div.et2_container {
|
||||
form.et2_container {
|
||||
|
||||
// .background-color-25-gray;
|
||||
padding: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user