combination_tracks.css 777 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. .combination_track.empty, .combination_track.empty.pinned {
  2. background: #aaa;
  3. background: rgba(0,0,0,0.1);
  4. }
  5. .combinationDialog .formulaPreview {
  6. text-align: center;
  7. background-color: white;
  8. border: 1px solid black;
  9. padding: 20px 0;
  10. line-height: 25px;
  11. }
  12. .formulaPreview .tree {
  13. }
  14. .formulaPreview .leaf {
  15. /* background: #A1F0A1; */
  16. /* /\* margin: 0 1px; *\/ */
  17. padding: 0 4px;
  18. text-decoration: underline;
  19. /* border: 1px solid #0DCA0D; */
  20. /* white-space: nowrap; */
  21. }
  22. .formulaPreview .leaf.highlighted {
  23. background-color: #BBB;
  24. }
  25. .formulaPreview .op {
  26. /* font-weight: bold; */
  27. /* color: #FFF; */
  28. /* background: #000; */
  29. /* /\* padding: 0 7px; *\/ */
  30. /* z-index: 10; */
  31. /* font-size: 120%; */
  32. }