Skip to content

Commit 6426677

Browse files
committed
Revert "fixed combo-select arrow (related to issue hestiacp#39)"
This reverts commit 47b8606.
2 parents 47b8606 + ad6b4c1 commit 6426677

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

web/css/main.css

Lines changed: 8 additions & 1 deletion
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 13, 2012
6+
last updated : February 11, 2012
77
- - - - - - - - - - - - - - - - - - */
88

99
html{
@@ -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{

0 commit comments

Comments
 (0)