No outline for select and input in mobile theme

This commit is contained in:
Hadi Nategh 2018-09-27 17:37:15 +02:00
parent dd8fc59d6a
commit f7ff5e6c26
2 changed files with 2 additions and 0 deletions

View File

@ -8452,6 +8452,7 @@ form[id^="wiki-"] .dialogHeadbar {
body .popupMainDiv .et2_selectbox {
height: 46px;
padding-left: 8px;
outline: none;
}
body .popupMainDiv input,
body .popupMainDiv select,

View File

@ -1111,6 +1111,7 @@
.et2_textbox, .et2_date, .et2_dropdown, .et2_link, .et2_label, input, select, .et2_selectbox{
height:46px;
padding-left: 8px;
outline: none;
}
input, select, .et2_selectbox {
padding:0;