_ui-d.scss 254 B

1234567891011121314151617181920212223
  1. // block
  2. .screen {
  3. padding: 5px 5px 5px 5px;
  4. border: outset;
  5. background-color: #CCCCCC;
  6. margin-top: 2px;
  7. margin-bottom: 2px;
  8. white-space: pre;
  9. }
  10. // inline
  11. .menucascade {
  12. }
  13. .shortcut {
  14. }
  15. .uicontrol {
  16. }
  17. .wintitle {
  18. font-weight: bold;
  19. }