Skip to content

Commit c329ab5

Browse files
committed
Merge branch 'develop' containing the new add-on's new version 14 for deployment
2 parents 4b3985b + a78c044 commit c329ab5

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

Scripts.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@
119119
}
120120

121121
$("#eexcess-search").val(keywordString);
122-
fetchAndDisplayRecommendations(keywords);
123122
}
124123
}
125124
})

Stylesheet.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@
4040
}
4141

4242
.image-button {
43-
background: -webkit-linear-gradient(top, #f5f5f5, #f1f1f1);
44-
background: linear-gradient(top, #f5f5f5, #f1f1f1);
43+
background: #f5f5f5;
4544
border: 1px solid #dcdcdc;
4645
-moz-border-radius: 2px;
4746
-webkit-border-radius: 2px;
@@ -51,6 +50,7 @@
5150
}
5251

5352
.image-button:hover {
53+
background: #f1f1f1;
5454
background: -webkit-linear-gradient(top, #f8f8f8, #f1f1f1);
5555
background: linear-gradient(top, #f8f8f8, #f1f1f1);
5656
border: 1px solid #c6c6c6;
@@ -303,4 +303,9 @@
303303
top: 3px;
304304
text-align: center;
305305
}
306+
307+
.bottom {
308+
left: 0;
309+
right: 0;
310+
}
306311
</style>

0 commit comments

Comments
 (0)