move some files around to confuse everyone
This commit is contained in:
parent
710f7be68c
commit
30fa1aaca1
46 changed files with 45 additions and 45 deletions
13
src/App/Plant/DigitalWatch/DigitalWatch.css
Normal file
13
src/App/Plant/DigitalWatch/DigitalWatch.css
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
.watchButtonHelper {
|
||||
fill-opacity: 0;
|
||||
}
|
||||
|
||||
.watchButtonHelper:hover {
|
||||
fill: beige;
|
||||
fill-opacity: 0.5;
|
||||
}
|
||||
|
||||
.watchButtonHelper:active {
|
||||
fill: red;
|
||||
fill-opacity: 1;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue