Files
bio-concept-pharma/web/modules/lgcomments/views/css/admin.css
2019-11-17 19:14:07 +01:00

24 lines
481 B
CSS

.lgtabcontent label.error {
position: relative;
}
.lgtabcontent input.error {
border: 1px solid #D27C82;
background-color: #FFE2E4;
}
.lgcomment_validate_error_message {
background: #FFE2E4;
color: #D27C82;
display: none;
}
.lgcomment_validate_error_message span.lgcomment_validate_error_close_button {
border: 1px solid red;
border-radius: 10px;
float: right;
width: 20px;
height: 20px;
text-align: center;
cursor: pointer;
}