colorful.css 608 B

12345678910111213141516171819202122232425262728293031323334353637
  1. button.calcbutton {
  2. background-color: #008000 !important;
  3. }
  4. button.calcbutton.poscolorblue {
  5. background-color: #0000FF !important;
  6. }
  7. button.calcbutton2 {
  8. background-color: #0000FF !important;
  9. }
  10. button.calcbutton2.poscolordelete {
  11. background-color: #FF0000 !important;
  12. color: #FFFFFF !important;
  13. }
  14. button.actionbutton {
  15. background: #FFB100 !important;
  16. }
  17. tr.selected, tr.selected td {
  18. background-color: #0000FF !important;
  19. color: #FFFFFF !important;
  20. }
  21. .header{
  22. background: rgb(0,0,0) !important;
  23. }
  24. .topnav{
  25. background: rgb(0,0,0) !important;
  26. }
  27. .fa-trash {
  28. color: #fff !important;
  29. }