This website works better with JavaScript.
Home
Explore
Help
Sign In
chemicalcrux
/
dissolve
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fix confusing colors on filter nodes
master
Fen Dweller
4 years ago
parent
58415b2876
commit
1b415a6390
1 changed files
with
3 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-2
src/components/nodes/FilterNode.vue
+ 3
- 2
src/components/nodes/FilterNode.vue
View File
@@ -31,15 +31,16 @@ export default class FilterNode extends Vue {
.filter-node {
width: 100%;
height: 100%;
background: #
333
;
background: #
555
;
display: flex;
flex-direction: column;
position: relative;
transition: 0.2s background;
border-radius: 25px;
}
.filter-node.inactive {
background: #
555
;
background: #
888
;
}
.node-name {
Write
Preview
Loading…
Cancel
Save