Skip to content

Commit 4210399

Browse files
committed
white search
1 parent 52a22e2 commit 4210399

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

web/css/styles.min.css

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff 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: 0px;
2857-
visibility: hidden;
2857+
width: 74px;
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 {

0 commit comments

Comments
 (0)