You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Application-Web/front/style/title_input.css

17 lines
289 B

.title-input {
background: transparent;
border-top: none;
border-right: none;
border-left: none;
text-align: center;
border-bottom-width: 2px;
border-bottom-color: transparent;
}
.title-input:focus {
outline: none;
border-bottom-color: blueviolet;
}