File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Title : Vesta
33Author : Eugen Lobicov, eugen.lobicov@gmail.com
44
55created : November 27, 2009
6- last updated : February 13 , 2012
6+ last updated : February 11 , 2012
77- - - - - - - - - - - - - - - - - - */
88
99html {
@@ -1891,9 +1891,15 @@ input::-moz-focus-inner{
18911891 width : 221px ;
18921892 margin : 0 ;
18931893 border-right : 0 ;
1894+ cursor : pointer;
18941895 padding-top : 6px ;
18951896 padding-bottom : 6px ;
18961897 }
1898+ .b-new-entry .autocomplete-box .text-field {
1899+ -moz-box-shadow : none;
1900+ -webkit-box-shadow : none;
1901+ border-color : # B8C2C3 ;
1902+ }
18971903
18981904 .b-new-entry .autocomplete-box .arrow {
18991905 position : absolute;
@@ -1907,6 +1913,7 @@ input::-moz-focus-inner{
19071913 background : # fff url(../ images/autocomplete-field-arrows-sprite-2012-02-11.png) no-repeat;
19081914 cursor : pointer;
19091915 }
1916+ .b-new-entry .autocomplete-box : hover .arrow ,
19101917 .b-new-entry .autocomplete-box .arrow : hover ,
19111918 .b-new-entry .autocomplete-box .arrow : active ,
19121919 .b-new-entry .autocomplete-box .arrow : focus {
You can’t perform that action at this time.
0 commit comments