Fork of the espurna firmware for `mhsw` switches
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.

56 lines
853 B

  1. #menu .pure-menu-heading {
  2. font-size: 100%;
  3. padding: .5em .5em;
  4. }
  5. .header h2 {
  6. font-size: 1em;
  7. }
  8. .panel {
  9. display: none;
  10. }
  11. .content {
  12. margin: 0px;
  13. }
  14. .page {
  15. margin-top: 40px;
  16. }
  17. .pure-button {
  18. color: white;
  19. padding: 8px 12px;
  20. border-radius: 4px;
  21. text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  22. }
  23. .main-buttons {
  24. margin: 50px auto;
  25. text-align: center;
  26. }
  27. .main-buttons button {
  28. width: 100px;
  29. margin: 5px auto;
  30. }
  31. .button-update {
  32. background: #1f8dd6;
  33. }
  34. .button-reset {
  35. background: rgb(202, 60, 60);
  36. }
  37. .button-reconnect {
  38. background: rgb(202, 60, 60);
  39. }
  40. .pure-g {
  41. margin-bottom: 20px;
  42. }
  43. legend {
  44. font-weight: bold;
  45. }
  46. .l-box {
  47. padding-right: 1px;
  48. }
  49. .pure-form input[type=text][disabled] {
  50. color: #777777;
  51. }
  52. div.hint {
  53. font-size: 80%;
  54. color: #ccc;
  55. margin-top: -5px;
  56. }