You are here

status.css in Search API attachments 8

Same filename and directory in other branches
  1. 9.0.x assets/css/status.css
.ok {
  border: 5px solid green;
  border-radius: 5px;
  padding: 5px;
}
.error {
  border: 5px solid red;
  border-radius: 5px;
  padding: 5px;
}

File

assets/css/status.css
View source
  1. .ok {
  2. border: 5px solid green;
  3. border-radius: 5px;
  4. padding: 5px;
  5. }
  6. .error {
  7. border: 5px solid red;
  8. border-radius: 5px;
  9. padding: 5px;
  10. }