123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- .bootstrap-table .table > tbody > tr.groupBy {
- cursor: pointer;
- background: #ff0000;
- }
- .bootstrap-table .table > tbody > tr.groupBy.expanded {
- background: #ff0000;
- }
- .bootstrap-table .table > tbody > tr.hidden + tr.detail-view {
- display: none;
- background: #ff0000;
- }
- .myButton{
- background: #0288d1 !important;
- color: white !important;
- height: 34px !important;
- border: 1px solid #0288d1 !important;
- background-image: -webkit-linear-gradient(top, #0288d1, #084B8A) !important;
- }
- .myButton{
- background: #d9534f !important;
- /* background: #d9534f !important; */
- /* color: #37474f !important; */
- color: #fff !important;
- height: 34px !important;
- /* border: 1px solid #bdbdbd !important; */
- /* border: 1px solid #428bca !important; */
- border: none !important;
- }
- .dropdown-menu > li > a {
- color: #37474f !important;
- }
- .dropdown-menu > .active > a {
- color:#fff !important;
- background-color: #d9534f !important;
- }
- .detail-icon {
- color: #e57373 !important;
- }
- .pagination > .active > a{
- color:#fff !important;
- background-color: #d9534f !important;
- border-color: #d9534f !important;
- }
- .filter-style {
- padding-top: 10px;
- }
- .sale-button {
- color: #fff !important;
- background: #81c784;
- border-color: #81c784;
- }
- .sale-button:hover{
- color: #fff !important;
- background: #81c784;
- border-color: #81c784;
- }
- .purchase-button {
- color: #fff !important;
- background: #ffb74d;
- border-color: #ffb74d;
- }
- .purchase-button:hover{
- color: #fff !important;
- background: #ffb74d;
- border-color: #ffb74d;
- }
- .expense-button {
- color: #fff !important;
- background: #e57373;
- border-color: #e57373;
- }
- .expense-button:hover{
- color: #fff !important;
- background: #e57373;
- border-color: #e57373;
- }
- .balance-button {
- color: #fff !important;
- background: #0288d1;
- border-color: #0288d1;
- }
- .balance-button:hover{
- color: #fff !important;
- background: #0288d1;
- border-color: #0288d1;
- }
|