Merge branch 'issue-25' of krzysiej/paper-pi into master
This commit was merged in pull request #27.
This commit is contained in:
2
public/css/app.css
vendored
2
public/css/app.css
vendored
@@ -37,7 +37,7 @@ form {
|
||||
margin: 2px;
|
||||
}
|
||||
|
||||
.icon:hover {
|
||||
.icons .icon:hover {
|
||||
background-color: #1e90ff4d;
|
||||
}
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@ var Printer = function () {
|
||||
this.delete.addEventListener('click', this.confirmDelete);
|
||||
}
|
||||
|
||||
document.querySelectorAll('.icon').forEach(function (e) {
|
||||
document.querySelectorAll('.icons .icon').forEach(function (e) {
|
||||
e.addEventListener('click', function () {
|
||||
selfPrinter.selectIcon(this.title);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user