custom.css 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. .bootstrap-table .table > tbody > tr.groupBy {
  2. cursor: pointer;
  3. background: #ff0000;
  4. }
  5. .bootstrap-table .table > tbody > tr.groupBy.expanded {
  6. background: #ff0000;
  7. }
  8. .bootstrap-table .table > tbody > tr.hidden + tr.detail-view {
  9. display: none;
  10. background: #ff0000;
  11. }
  12. .myButton{
  13. background: #0288d1 !important;
  14. color: white !important;
  15. height: 34px !important;
  16. border: 1px solid #0288d1 !important;
  17. background-image: -webkit-linear-gradient(top, #0288d1, #084B8A) !important;
  18. }
  19. .myButton{
  20. background: #d9534f !important;
  21. /* background: #d9534f !important; */
  22. /* color: #37474f !important; */
  23. color: #fff !important;
  24. height: 34px !important;
  25. /* border: 1px solid #bdbdbd !important; */
  26. /* border: 1px solid #428bca !important; */
  27. border: none !important;
  28. }
  29. .dropdown-menu > li > a {
  30. color: #37474f !important;
  31. }
  32. .dropdown-menu > .active > a {
  33. color:#fff !important;
  34. background-color: #d9534f !important;
  35. }
  36. .detail-icon {
  37. color: #e57373 !important;
  38. }
  39. .pagination > .active > a{
  40. color:#fff !important;
  41. background-color: #d9534f !important;
  42. border-color: #d9534f !important;
  43. }
  44. .filter-style {
  45. padding-top: 10px;
  46. }
  47. .sale-button {
  48. color: #fff !important;
  49. background: #81c784;
  50. border-color: #81c784;
  51. }
  52. .sale-button:hover{
  53. color: #fff !important;
  54. background: #81c784;
  55. border-color: #81c784;
  56. }
  57. .purchase-button {
  58. color: #fff !important;
  59. background: #ffb74d;
  60. border-color: #ffb74d;
  61. }
  62. .purchase-button:hover{
  63. color: #fff !important;
  64. background: #ffb74d;
  65. border-color: #ffb74d;
  66. }
  67. .expense-button {
  68. color: #fff !important;
  69. background: #e57373;
  70. border-color: #e57373;
  71. }
  72. .expense-button:hover{
  73. color: #fff !important;
  74. background: #e57373;
  75. border-color: #e57373;
  76. }
  77. .balance-button {
  78. color: #fff !important;
  79. background: #0288d1;
  80. border-color: #0288d1;
  81. }
  82. .balance-button:hover{
  83. color: #fff !important;
  84. background: #0288d1;
  85. border-color: #0288d1;
  86. }