Add rotate icons

This commit is contained in:
Sam El-Husseini
2017-12-29 11:39:06 -08:00
parent cbe68b3199
commit 16b9a5027d
2 changed files with 19 additions and 9 deletions

View File

@ -67,8 +67,9 @@ namespace pxsim.visuals {
.sim-motor-btn {
cursor: pointer;
}
.sim-motor-btn:hover {
fill: gray !important;
.sim-motor-btn:hover .btn {
stroke-width: 2px;
stroke: black !important;
}
`;