mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 04:50:47 -07:00
white search
This commit is contained in:
parent
52a22e2f3a
commit
4210399fc0
1 changed files with 6 additions and 5 deletions
11
web/css/styles.min.css
vendored
11
web/css/styles.min.css
vendored
|
@ -2848,13 +2848,14 @@ form#vstobjects.suspended {
|
||||||
}
|
}
|
||||||
|
|
||||||
.search-input {
|
.search-input {
|
||||||
|
background-color: #fff;
|
||||||
border: 1px solid #ddd;
|
border: 1px solid #ddd;
|
||||||
height: 21px;
|
height: 21px;
|
||||||
line-height: 28px;
|
line-height: 28px;
|
||||||
padding-left: 7px;
|
padding-left: 7px;
|
||||||
float: left;
|
float: left;
|
||||||
width: 0px;
|
width: 74px;
|
||||||
visibility: hidden;
|
/* visibility: hidden;*/
|
||||||
-webkit-transition: width .2s ease-out;
|
-webkit-transition: width .2s ease-out;
|
||||||
-moz-transition: width .2s ease-out;
|
-moz-transition: width .2s ease-out;
|
||||||
-o-transition: width .2s ease-out;
|
-o-transition: width .2s ease-out;
|
||||||
|
@ -2865,9 +2866,9 @@ form#vstobjects.suspended {
|
||||||
visibility: visible;
|
visibility: visible;
|
||||||
}
|
}
|
||||||
.search-input:focus {
|
.search-input:focus {
|
||||||
background-color: #d7f9ff;
|
// background-color: #e8fcff;
|
||||||
border-color: #55c9c0;
|
// border-color: #75c9c2;
|
||||||
color: #333;
|
// color: #333;
|
||||||
}
|
}
|
||||||
|
|
||||||
.float-left {
|
.float-left {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue