.lm_goldenlayout { /* background: #f4f4f4; */ } .lm_content { /* background: #e1e1e1; */ 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.4); */ box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.05); outline: 2px dashed #cccccc; } .lm_dropTargetIndicator .lm_inner { /* background: #000000; */ opacity: 0.1; } .lm_splitter { background: #999999; opacity: 0.001; transition: opacity 200ms ease; } .lm_splitter:hover, .lm_splitter.lm_dragging { /* background: #bbbbbb; */ opacity: 1; } .lm_header { height: 20px; } .lm_header .lm_tab { font-family: Arial, sans-serif; font-size: 12px; /* color: #888888; */ /* background: #fafafa; */ margin-right: 2px; padding-bottom: 4px; border: 1px solid #cccccc; border-bottom: none; } .lm_header .lm_tab .lm_title { /* padding-top: 1px; */ } .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; /* opacity: 0.4; */ } .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 { /* background-color: #452500; */ } .lm_tab:hover, .lm_tab.lm_active { /* background: #e1e1e1; */ /* color: #777777; */ } .lm_header .lm_controls .lm_tabdropdown:before { /* color: #000000; */ } .lm_controls > * { position: relative; background-position: center center; background-repeat: no-repeat; /* opacity: 0.4; */ 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 { /* background-color: #ffffff; */ } .lm_maximised .lm_controls .lm_maximise { background-image: url('./img/lm_minimize_black.png'); } .lm_transition_indicator { /* background-color: #000000; */ border: 1px dashed #555555; } .lm_popin { cursor: pointer; } .lm_popin .lm_bg { /* background: #000000; */ /* opacity: 0.7; */ } .lm_popin .lm_icon { background-image: url('./img/lm_popin_black.png'); background-position: center center; background-repeat: no-repeat; /* opacity: 0.7; */ } .lm_popin:hover .lm_icon { opacity: 1; } /* max caused an error when returning to normal */ /* not worth supporting */ .lm_maximise { display: none !important; }