This repository was archived by the owner on Oct 8, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +10
-12
lines changed
Expand file tree Collapse file tree 1 file changed +10
-12
lines changed Original file line number Diff line number Diff line change 33 margin : .5em 0 ;
44 background-image : none;
55}
6- div .ui-input-text {
7- padding : 0 .4em ;
8- }
9- div .ui-input-has-clear {
10- padding : 0 1.875em 0 .4em ;
6+ .ui-input-has-clear {
7+ padding-right : 1.875em ;
118}
129.ui-input-search {
13- padding : 0 1.875em ;
10+ padding : 0 1.875em 0 1.5 em ;
1411}
1512textarea .ui-input-text {
16- padding : .4em ;
1713 height : 3.125em ;
1814 resize : vertical;
19- -webkit-box-sizing : border-box;
20- -moz-box-sizing : border-box;
21- -ms-box-sizing : border-box;
22- box-sizing : border-box;
2315 -webkit-transition : height 200ms linear;
2416 -moz-transition : height 200ms linear;
2517 -o-transition : height 200ms linear;
@@ -28,13 +20,20 @@ textarea.ui-input-text {
2820.ui-input-text input ,
2921.ui-input-search input ,
3022textarea .ui-input-text {
23+ padding : .4em ;
3124 min-height : 1.4em ;
3225 line-height : 1.4em ;
3326 font-size : 16px ;
3427 display : block;
3528 width : 100% ;
29+ -webkit-box-sizing : border-box;
30+ -moz-box-sizing : border-box;
31+ -ms-box-sizing : border-box;
32+ box-sizing : border-box;
3633 outline : 0 ;
3734}
35+ .ui-input-text .ui-mini ,
36+ .ui-input-search .ui-mini ,
3837.ui-input-text .ui-mini input ,
3938.ui-input-search .ui-mini input ,
4039textarea .ui-mini {
@@ -43,7 +42,6 @@ textarea.ui-mini {
4342.ui-input-text input ,
4443.ui-input-search input {
4544 display : block;
46- padding : .4em 0 ;
4745 margin : 0 ;
4846 border : none;
4947 background : transparent none;
You can’t perform that action at this time.
0 commit comments