Skip to content

Commit 47b8606

Browse files
committed
fixed combo-select arrow (related to issue hestiacp#39)
1 parent d6d69f2 commit 47b8606

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

web/css/main.css

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Title : Vesta
33
Author : Eugen Lobicov, eugen.lobicov@gmail.com
44
55
created : November 27, 2009
6-
last updated : February 11, 2012
6+
last updated : February 13, 2012
77
- - - - - - - - - - - - - - - - - - */
88

99
html{
@@ -1891,15 +1891,9 @@ input::-moz-focus-inner{
18911891
width:221px;
18921892
margin:0;
18931893
border-right:0;
1894-
cursor:pointer;
18951894
padding-top:6px;
18961895
padding-bottom:6px;
18971896
}
1898-
.b-new-entry .autocomplete-box .text-field{
1899-
-moz-box-shadow:none;
1900-
-webkit-box-shadow:none;
1901-
border-color:#B8C2C3;
1902-
}
19031897

19041898
.b-new-entry .autocomplete-box .arrow{
19051899
position:absolute;
@@ -1913,7 +1907,6 @@ input::-moz-focus-inner{
19131907
background:#fff url(../images/autocomplete-field-arrows-sprite-2012-02-11.png) no-repeat;
19141908
cursor:pointer;
19151909
}
1916-
.b-new-entry .autocomplete-box:hover .arrow,
19171910
.b-new-entry .autocomplete-box .arrow:hover,
19181911
.b-new-entry .autocomplete-box .arrow:active,
19191912
.b-new-entry .autocomplete-box .arrow:focus{

0 commit comments

Comments
 (0)