Skip to content

Commit

Permalink
Changing background hover colors and border colors. Addresses #788
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsielicki committed Nov 9, 2017
1 parent 0806933 commit c303e38
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions web-server/plugins/slycat-parameter-image/css/ui.css
Original file line number Diff line number Diff line change
Expand Up @@ -797,11 +797,13 @@ rights in this software.
}
.slycat-category-filter .category-button:hover {
cursor: pointer;
background-color: #cccccc;
}
.slycat-category-filter .category-button.active:hover {
background-color: #78f;
border-color: #78f;
color: #333;
}
.slycat-category-filter .category-button.active:hover {
background-color: #cccccc;
border-color: #cccccc;
}
.slycat-category-select {
/*max-width: 70px;*/
Expand Down

0 comments on commit c303e38

Please sign in to comment.