| .lm_goldenlayout { |
| |
| } |
| .lm_content { |
| |
| border: 1px solid #cccccc; |
| overflow-y: auto; |
| } |
| .lm_dragProxy .lm_content { |
| box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); |
| } |
| .lm_dropTargetIndicator { |
| |
| box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.05); |
| outline: 2px dashed #cccccc; |
| } |
| .lm_dropTargetIndicator .lm_inner { |
| |
| opacity: 0.1; |
| } |
| .lm_splitter { |
| background: #999999; |
| opacity: 0.001; |
| transition: opacity 200ms ease; |
| } |
| .lm_splitter:hover, |
| .lm_splitter.lm_dragging { |
| |
| opacity: 1; |
| } |
| .lm_header { |
| height: 20px; |
| } |
| .lm_header .lm_tab { |
| font-family: Arial, sans-serif; |
| font-size: 12px; |
| |
| |
| margin-right: 2px; |
| padding-bottom: 4px; |
| border: 1px solid #cccccc; |
| border-bottom: none; |
| } |
| .lm_header .lm_tab .lm_title { |
| |
| } |
| .lm_header .lm_tab .lm_close_tab { |
| width: 11px; |
| height: 11px; |
| background-image: url('./img/lm_close_black.png'); |
| background-position: center center; |
| background-repeat: no-repeat; |
| top: 4px; |
| right: 6px; |
| |
| } |
| .lm_header .lm_tab.lm_active .lm_close_tab { |
| background-image: url('./img/lm_close_white.png'); |
| } |
| .lm_header .lm_tab .lm_close_tab:hover { |
| opacity: 1; |
| } |
| .lm_header .lm_tab.lm_active { |
| border-bottom: none; |
| box-shadow: 2px -2px 2px -2px rgba(0, 0, 0, 0.2); |
| padding-bottom: 5px; |
| } |
| .lm_header .lm_tab.lm_active .lm_close_tab { |
| opacity: 1; |
| } |
| .lm_dragProxy.lm_right .lm_header .lm_tab.lm_active, |
| .lm_stack.lm_right .lm_header .lm_tab.lm_active { |
| box-shadow: 2px -2px 2px -2px rgba(0, 0, 0, 0.2); |
| } |
| .lm_dragProxy.lm_bottom .lm_header .lm_tab.lm_active, |
| .lm_stack.lm_bottom .lm_header .lm_tab.lm_active { |
| box-shadow: 2px 2px 2px -2px rgba(0, 0, 0, 0.2); |
| } |
| .lm_selected .lm_header { |
| |
| } |
| .lm_tab:hover, |
| .lm_tab.lm_active { |
| |
| |
| } |
| .lm_header .lm_controls .lm_tabdropdown:before { |
| |
| } |
| .lm_controls > * { |
| position: relative; |
| background-position: center center; |
| background-repeat: no-repeat; |
| |
| transition: opacity 300ms ease; |
| } |
| .lm_controls > *:hover { |
| opacity: 1; |
| } |
| .lm_controls .lm_popout { |
| background-image: url('./img/lm_popout_black.png'); |
| } |
| .lm_controls .lm_maximise { |
| background-image: url('./img/lm_maximise_black.png'); |
| } |
| .lm_controls .lm_close { |
| background-image: url('./img/lm_close_black.png'); |
| } |
| .lm_maximised .lm_header { |
| |
| } |
| .lm_maximised .lm_controls .lm_maximise { |
| background-image: url('./img/lm_minimize_black.png'); |
| } |
| .lm_transition_indicator { |
| |
| border: 1px dashed #555555; |
| } |
| .lm_popin { |
| cursor: pointer; |
| } |
| .lm_popin .lm_bg { |
| |
| |
| } |
| .lm_popin .lm_icon { |
| background-image: url('./img/lm_popin_black.png'); |
| background-position: center center; |
| background-repeat: no-repeat; |
| |
| } |
| .lm_popin:hover .lm_icon { |
| opacity: 1; |
| } |
|
|
| |
| |
| .lm_maximise { |
| display: none !important; |
| } |