Преглед изворни кода

Fix confusing colors on filter nodes

master
Fen Dweller пре 4 година
родитељ
комит
1b415a6390
1 измењених фајлова са 3 додато и 2 уклоњено
  1. +3
    -2
      src/components/nodes/FilterNode.vue

+ 3
- 2
src/components/nodes/FilterNode.vue Прегледај датотеку

@@ -31,15 +31,16 @@ export default class FilterNode extends Vue {
.filter-node { .filter-node {
width: 100%; width: 100%;
height: 100%; height: 100%;
background: #333;
background: #555;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
position: relative; position: relative;
transition: 0.2s background; transition: 0.2s background;
border-radius: 25px;
} }


.filter-node.inactive { .filter-node.inactive {
background: #555;
background: #888;
} }


.node-name { .node-name {


Loading…
Откажи
Сачувај