launcher.css 699 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. /* Reset body, html, and div presets. */
  2. body, html, div {
  3. margin: 0px;
  4. padding: 0px;
  5. }
  6. body {
  7. background: url('./../images/backgrounds/0.jpg') no-repeat center center fixed;
  8. background-size: cover;
  9. }
  10. #frame_bar {
  11. -webkit-app-region: drag;
  12. background: rgba(1, 2, 1, 0.5);
  13. min-height: 22px;
  14. display: flex;
  15. align-items: center;
  16. }
  17. #button_dock {
  18. margin-left: 2px;
  19. }
  20. .frame_button {
  21. height: 12px;
  22. width: 12px;
  23. border-radius: 50%;
  24. border: 0px;
  25. margin-left: 5px;
  26. }
  27. #frame_button_close {
  28. background-color: #e74c32;
  29. }
  30. #frame_button_restoredown {
  31. background-color: #fed045;
  32. }
  33. #frame_button_minimize {
  34. background-color: #96e734;
  35. }