You are here

apachesolr.css in Apache Solr Search 8

Same filename and directory in other branches
  1. 6.3 apachesolr.css
  2. 7 apachesolr.css
table.admin-apachesolr td.icon {
  background: no-repeat center;
  width: 16px;
}
table.admin-apachesolr td.operation {
  width: 16px;
}
table.admin-apachesolr tr.ok {
  background-color : #E5FFE2;
}
table.admin-apachesolr tr.error {
  color: #8C2E0B;
  background-color : #FEF5F1;
}

table.admin-apachesolr td.status-icon {
  width: 16px;
  padding-right: 0;
}
table.admin-apachesolr td.status-icon div {
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
}
table.admin-apachesolr tr {
  border-bottom: 1px solid #ccc;
}

table.admin-apachesolr tr td.default-environment {
  font-weight: bold;
}

table.admin-apachesolr tr.error td.status-icon div {
  background-image: url(/misc/message-16-error.png);
}

File

apachesolr.css
View source
  1. table.admin-apachesolr td.icon {
  2. background: no-repeat center;
  3. width: 16px;
  4. }
  5. table.admin-apachesolr td.operation {
  6. width: 16px;
  7. }
  8. table.admin-apachesolr tr.ok {
  9. background-color : #E5FFE2;
  10. }
  11. table.admin-apachesolr tr.error {
  12. color: #8C2E0B;
  13. background-color : #FEF5F1;
  14. }
  15. table.admin-apachesolr td.status-icon {
  16. width: 16px;
  17. padding-right: 0;
  18. }
  19. table.admin-apachesolr td.status-icon div {
  20. background-repeat: no-repeat;
  21. height: 16px;
  22. width: 16px;
  23. }
  24. table.admin-apachesolr tr {
  25. border-bottom: 1px solid #ccc;
  26. }
  27. table.admin-apachesolr tr td.default-environment {
  28. font-weight: bold;
  29. }
  30. table.admin-apachesolr tr.error td.status-icon div {
  31. background-image: url(/misc/message-16-error.png);
  32. }