Skip to content

Commit 1b96a08

Browse files
committed
Fix #124: wrong naming conventions
1 parent 2bb530c commit 1b96a08

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

old_style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ body.change-form .autocomplete-light-widget
9696
background-position: -15px 0;
9797
}
9898

99-
.yourlabs-autocomplete .choiceDetail,
100-
.yourlabs-autocomplete .choiceUpdate
99+
.yourlabs-autocomplete .choice-detail,
100+
.yourlabs-autocomplete .choice-update
101101
{
102102
display: none;
103103
}

style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ body.change-form .autocomplete-light-widget
118118
background-position: -15px 0;
119119
}
120120

121-
.yourlabs-autocomplete .choiceDetail,
122-
.yourlabs-autocomplete .choiceUpdate
121+
.yourlabs-autocomplete .choice-detail,
122+
.yourlabs-autocomplete .choice-update
123123
{
124124
display: none;
125125
}

0 commit comments

Comments
 (0)