File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -2848,13 +2848,14 @@ form#vstobjects.suspended {
28482848}
28492849
28502850.search-input {
2851+ background-color : # fff ;
28512852 border : 1px solid # ddd ;
28522853 height : 21px ;
28532854 line-height : 28px ;
28542855 padding-left : 7px ;
28552856 float : left;
2856- width : 0 px ;
2857- visibility : hidden;
2857+ width : 74 px ;
2858+ /* visibility: hidden;*/
28582859 -webkit-transition : width .2s ease-out;
28592860 -moz-transition : width .2s ease-out;
28602861 -o-transition : width .2s ease-out;
@@ -2865,9 +2866,9 @@ form#vstobjects.suspended {
28652866 visibility : visible;
28662867}
28672868.search-input : focus {
2868- background-color : # d7f9ff ;
2869- border-color : # 55c9c0 ;
2870- color : # 333 ;
2869+ // background-color: #e8fcff ;
2870+ // border-color: #75c9c2 ;
2871+ // color: #333;
28712872}
28722873
28732874.float-left {
You can’t perform that action at this time.
0 commit comments