mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
No outline for select and input in mobile theme
This commit is contained in:
parent
dd8fc59d6a
commit
f7ff5e6c26
@ -8452,6 +8452,7 @@ form[id^="wiki-"] .dialogHeadbar {
|
|||||||
body .popupMainDiv .et2_selectbox {
|
body .popupMainDiv .et2_selectbox {
|
||||||
height: 46px;
|
height: 46px;
|
||||||
padding-left: 8px;
|
padding-left: 8px;
|
||||||
|
outline: none;
|
||||||
}
|
}
|
||||||
body .popupMainDiv input,
|
body .popupMainDiv input,
|
||||||
body .popupMainDiv select,
|
body .popupMainDiv select,
|
||||||
|
@ -1111,6 +1111,7 @@
|
|||||||
.et2_textbox, .et2_date, .et2_dropdown, .et2_link, .et2_label, input, select, .et2_selectbox{
|
.et2_textbox, .et2_date, .et2_dropdown, .et2_link, .et2_label, input, select, .et2_selectbox{
|
||||||
height:46px;
|
height:46px;
|
||||||
padding-left: 8px;
|
padding-left: 8px;
|
||||||
|
outline: none;
|
||||||
}
|
}
|
||||||
input, select, .et2_selectbox {
|
input, select, .et2_selectbox {
|
||||||
padding:0;
|
padding:0;
|
||||||
|
Loading…
Reference in New Issue
Block a user