Advertisement
Guest User

Untitled

a guest
Jul 31st, 2014
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 KB | None | 0 0
  1. .table > thead > tr > td.active,
  2. .table > tbody > tr > td.active,
  3. .table > tfoot > tr > td.active,
  4. .table > thead > tr > th.active,
  5. .table > tbody > tr > th.active,
  6. .table > tfoot > tr > th.active,
  7. .table > thead > tr.active > td,
  8. .table > tbody > tr.active > td,
  9. .table > tfoot > tr.active > td,
  10. .table > thead > tr.active > th,
  11. .table > tbody > tr.active > th,
  12. .table > tfoot > tr.active > th {
  13. background-color: #f5f5f5;
  14. }
  15. .table-hover > tbody > tr > td.active:hover,
  16. .table-hover > tbody > tr > th.active:hover,
  17. .table-hover > tbody > tr.active:hover > td,
  18. .table-hover > tbody > tr:hover > .active,
  19. .table-hover > tbody > tr.active:hover > th {
  20. background-color: #e8e8e8;
  21. }
  22. .table > thead > tr > td.success,
  23. .table > tbody > tr > td.success,
  24. .table > tfoot > tr > td.success,
  25. .table > thead > tr > th.success,
  26. .table > tbody > tr > th.success,
  27. .table > tfoot > tr > th.success,
  28. .table > thead > tr.success > td,
  29. .table > tbody > tr.success > td,
  30. .table > tfoot > tr.success > td,
  31. .table > thead > tr.success > th,
  32. .table > tbody > tr.success > th,
  33. .table > tfoot > tr.success > th {
  34. background-color: #dff0d8;
  35. }
  36. .table-hover > tbody > tr > td.success:hover,
  37. .table-hover > tbody > tr > th.success:hover,
  38. .table-hover > tbody > tr.success:hover > td,
  39. .table-hover > tbody > tr:hover > .success,
  40. .table-hover > tbody > tr.success:hover > th {
  41. background-color: #d0e9c6;
  42. }
  43. .table > thead > tr > td.info,
  44. .table > tbody > tr > td.info,
  45. .table > tfoot > tr > td.info,
  46. .table > thead > tr > th.info,
  47. .table > tbody > tr > th.info,
  48. .table > tfoot > tr > th.info,
  49. .table > thead > tr.info > td,
  50. .table > tbody > tr.info > td,
  51. .table > tfoot > tr.info > td,
  52. .table > thead > tr.info > th,
  53. .table > tbody > tr.info > th,
  54. .table > tfoot > tr.info > th {
  55. background-color: #d9edf7;
  56. }
  57. .table-hover > tbody > tr > td.info:hover,
  58. .table-hover > tbody > tr > th.info:hover,
  59. .table-hover > tbody > tr.info:hover > td,
  60. .table-hover > tbody > tr:hover > .info,
  61. .table-hover > tbody > tr.info:hover > th {
  62. background-color: #c4e3f3;
  63. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement