@@ -5231,7 +5231,9 @@ table.bordered tbody tr:last-child td {
52315231 position : relative;
52325232}
52335233.input-control .text .helper ,
5234- .input-control .password .helper {
5234+ .input-control .password .helper ,
5235+ .input-control .text .btn-search ,
5236+ .input-control .password .btn-search {
52355237 background : # fff ;
52365238 top : 2px ;
52375239 width : 26px !important ;
@@ -5247,7 +5249,9 @@ table.bordered tbody tr:last-child td {
52475249 border : 1px # fff solid;
52485250}
52495251.input-control .text .helper : before ,
5250- .input-control .password .helper : before {
5252+ .input-control .password .helper : before ,
5253+ .input-control .text .btn-search : before ,
5254+ .input-control .password .btn-search : before {
52515255 font-size : 12pt ;
52525256 position : absolute;
52535257 font-family : 'Segoe UI Semilight' , 'Open Sans' , Verdana, Arial, Helvetica, sans-serif;
@@ -5257,15 +5261,21 @@ table.bordered tbody tr:last-child td {
52575261 line-height : 20px ;
52585262}
52595263.input-control .text .helper : hover ,
5260- .input-control .password .helper : hover {
5264+ .input-control .password .helper : hover ,
5265+ .input-control .text .btn-search : hover ,
5266+ .input-control .password .btn-search : hover {
52615267 background : # d9d9d9 ;
52625268}
52635269.input-control .text .helper : active ,
5264- .input-control .password .helper : active {
5270+ .input-control .password .helper : active ,
5271+ .input-control .text .btn-search : active ,
5272+ .input-control .password .btn-search : active {
52655273 background-color : # 000 ;
52665274}
52675275.input-control .text .helper : active : before ,
5268- .input-control .password .helper : active : before {
5276+ .input-control .password .helper : active : before ,
5277+ .input-control .text .btn-search : active : before ,
5278+ .input-control .password .btn-search : active : before {
52695279 color : # fff ;
52705280}
52715281.input-control .password .helper {
@@ -5281,6 +5291,13 @@ table.bordered tbody tr:last-child td {
52815291 left : 7px ;
52825292 top : 3px ;
52835293}
5294+ .input-control .text .btn-search : before {
5295+ font-family : iconFont;
5296+ font-size : 12px ;
5297+ content : "\e041" ;
5298+ left : 7px ;
5299+ top : 3px ;
5300+ }
52845301label {
52855302 font-family : 'Segoe UI Semilight' , 'Open Sans' , Verdana, Arial, Helvetica, sans-serif;
52865303 font-weight : 300 ;
0 commit comments