[PE mobile] Fix Bug 46990
This commit is contained in:
parent
e87bac346d
commit
af7218d1b5
|
@ -7670,7 +7670,6 @@ html.pixel-ratio-3 .numbers li {
|
||||||
}
|
}
|
||||||
.slide-theme .row div {
|
.slide-theme .row div {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 3px;
|
|
||||||
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
|
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
|
||||||
width: 85px;
|
width: 85px;
|
||||||
height: 38px;
|
height: 38px;
|
||||||
|
|
|
@ -7589,7 +7589,6 @@ html.pixel-ratio-3 .numbers li {
|
||||||
}
|
}
|
||||||
.slide-theme .row div {
|
.slide-theme .row div {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 3px;
|
|
||||||
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
|
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
|
||||||
width: 85px;
|
width: 85px;
|
||||||
height: 38px;
|
height: 38px;
|
||||||
|
|
|
@ -217,7 +217,6 @@ input, textarea {
|
||||||
|
|
||||||
div {
|
div {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 3px;
|
|
||||||
box-shadow: 0 0 0 1px rgba(0,0,0,0.15);
|
box-shadow: 0 0 0 1px rgba(0,0,0,0.15);
|
||||||
width: 85px;
|
width: 85px;
|
||||||
height: 38px;
|
height: 38px;
|
||||||
|
|
|
@ -229,7 +229,6 @@ input, textarea {
|
||||||
|
|
||||||
div {
|
div {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 3px;
|
|
||||||
box-shadow: 0 0 0 1px rgba(0,0,0,0.15);
|
box-shadow: 0 0 0 1px rgba(0,0,0,0.15);
|
||||||
width: 85px;
|
width: 85px;
|
||||||
height: 38px;
|
height: 38px;
|
||||||
|
|
Loading…
Reference in a new issue