You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
809 B

4 years ago
  1. .navbar-inverse,
  2. .login-head {
  3. background-color: #f7f7f7 !important;
  4. border: 1px solid #f7f7f7 !important;
  5. }
  6. .login-bg {
  7. background: #FFB2B2;
  8. }
  9. .menu li a {
  10. background: #b50000;
  11. color: #f1f1f1;
  12. display: block;
  13. font-weight: normal;
  14. line-height: 35px;
  15. margin: 0px;
  16. padding: 7px 8px;
  17. text-align: left;
  18. text-decoration: none;
  19. border: 0px;
  20. }
  21. .login-logo,
  22. .login-body .btn-default,
  23. input[type="button"],
  24. input[type="submit"],
  25. nput[type="reset"],
  26. .btn-primary {
  27. background: #333;
  28. }
  29. .btn-primary {
  30. background-color: #333;
  31. }
  32. .navbar-default {
  33. border-color: #333;
  34. }
  35. .login-body .btn-default:hover,
  36. input[type="button"]:hover,
  37. input[type="submit"]:hover,
  38. input[type="reset"]:hover {
  39. background: #000;
  40. }