Pārlūkot izejas kodu

Fix confusing colors on filter nodes

master
Fen Dweller pirms 4 gadiem
vecāks
revīzija
1b415a6390
1 mainītis faili ar 3 papildinājumiem un 2 dzēšanām
  1. +3
    -2
      src/components/nodes/FilterNode.vue

+ 3
- 2
src/components/nodes/FilterNode.vue Parādīt failu

@@ -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 {


Notiek ielāde…
Atcelt
Saglabāt