color-green.css 650 B

1234567891011121314151617181920212223242526
  1. .header{
  2. background-color: #00d1b2;
  3. }
  4. .login-wrap{
  5. background: rgba(56, 157, 170, 0.82);;
  6. }
  7. .plugins-tips{
  8. background: #f2f2f2;
  9. }
  10. .plugins-tips a{
  11. color: #00d1b2;
  12. }
  13. .el-upload--text em {
  14. color: #00d1b2;
  15. }
  16. .pure-button{
  17. background: #00d1b2;
  18. }
  19. .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
  20. background-color: #00d1b2 !important;
  21. border-color: #00d1b2 !important;
  22. }
  23. .tags-li.active {
  24. border: 1px solid #00d1b2;
  25. background-color: #00d1b2;
  26. }