Advertisement
mass0070

StyleSheet.css

Jun 19th, 2020 (edited)
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. /*----------------------- Dashboard --------------------------*/
  2. .section-components {
  3. background-color: #1e1e1e;
  4. color: red;
  5. }
  6.  
  7. .group-items hide {
  8. background-color: #1e1e1e;
  9. color: white;
  10. }
  11.  
  12. body.status-page .list-group .list-group-item.group-name {
  13. background-color: #1e1e1e;
  14. color: red;
  15. }
  16.  
  17. body.status-page .list-group .list-group-item {
  18. background-color: #1e1e1e;
  19. color: white;
  20. }
  21.  
  22. /*----------------------- Maintenance --------------------------*/
  23. .panel-default>.panel-heading {
  24. background-color: #1e1e1e;
  25. color: white;
  26. }
  27.  
  28. /*----------------------- Sub --------------------------*/
  29. .panel, body.status-page .list-group.components {
  30. background-color: #1e1e1e;
  31. color: white;
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement