Cleanup .add-on CSS

This commit is contained in:
djmaze 2021-04-20 11:27:19 +02:00
parent df00748bf5
commit 3d2f7fb3ef
5 changed files with 10 additions and 39 deletions

View file

@ -63,12 +63,6 @@
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px lighten(@borderColor, 20%);
}
}
// Give a small background color for input-prepend/-append
.input-append .add-on {
color: @textColor;
background-color: @backgroundColor;
border-color: @textColor;
}
}