Page MenuHomec4science

textfield.component.css
No OneTemporary

File Metadata

Created
Thu, Jun 6, 15:35

textfield.component.css

.textfield {
background-color: #DADADA;
}
.textfield .unhighlighted {
opacity: 0.0;
}
.textfield .highlight {
fill: #e2fa00;
opacity: 0.3;
}
.textfield .border {
stroke: #e2fa00;
stroke-width:5;
opacity: 0.3;
}
.textfield .howered_line {
fill: #fa301c;
opacity: 0.3;
}
.textfield .same_word {
fill: #c9fac5;
opacity: 0.3;
}
.text_fadeout {
fill: #a4a4a4;
}
.hover {
transform: scale(1.5);
}

Event Timeline