2015-05-13 23:42:35 +00:00
|
|
|
/*****************************************************************************
|
|
|
|
* Open MCT Web, Copyright (c) 2014-2015, United States Government
|
|
|
|
* as represented by the Administrator of the National Aeronautics and Space
|
|
|
|
* Administration. All rights reserved.
|
|
|
|
*
|
|
|
|
* Open MCT Web is licensed under the Apache License, Version 2.0 (the
|
|
|
|
* "License"); you may not use this file except in compliance with the License.
|
|
|
|
* You may obtain a copy of the License at
|
|
|
|
* http://www.apache.org/licenses/LICENSE-2.0.
|
|
|
|
*
|
|
|
|
* Unless required by applicable law or agreed to in writing, software
|
|
|
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
|
|
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
|
|
|
* License for the specific language governing permissions and limitations
|
|
|
|
* under the License.
|
|
|
|
*
|
|
|
|
* Open MCT Web includes source code licensed under additional open source
|
|
|
|
* licenses. See the Open Source Licenses file (LICENSES.md) included with
|
|
|
|
* this source code distribution or the Licensing information page available
|
|
|
|
* at runtime from the About dialog for additional information.
|
|
|
|
*****************************************************************************/
|
2015-06-03 01:26:49 +00:00
|
|
|
/*****************************************************************************
|
|
|
|
* Open MCT Web, Copyright (c) 2014-2015, United States Government
|
|
|
|
* as represented by the Administrator of the National Aeronautics and Space
|
|
|
|
* Administration. All rights reserved.
|
|
|
|
*
|
|
|
|
* Open MCT Web is licensed under the Apache License, Version 2.0 (the
|
|
|
|
* "License"); you may not use this file except in compliance with the License.
|
|
|
|
* You may obtain a copy of the License at
|
|
|
|
* http://www.apache.org/licenses/LICENSE-2.0.
|
|
|
|
*
|
|
|
|
* Unless required by applicable law or agreed to in writing, software
|
|
|
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
|
|
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
|
|
|
* License for the specific language governing permissions and limitations
|
|
|
|
* under the License.
|
|
|
|
*
|
|
|
|
* Open MCT Web includes source code licensed under additional open source
|
|
|
|
* licenses. See the Open Source Licenses file (LICENSES.md) included with
|
|
|
|
* this source code distribution or the Licensing information page available
|
|
|
|
* at runtime from the About dialog for additional information.
|
|
|
|
*****************************************************************************/
|
|
|
|
/*****************************************************************************
|
|
|
|
* Open MCT Web, Copyright (c) 2014-2015, United States Government
|
|
|
|
* as represented by the Administrator of the National Aeronautics and Space
|
|
|
|
* Administration. All rights reserved.
|
|
|
|
*
|
|
|
|
* Open MCT Web is licensed under the Apache License, Version 2.0 (the
|
|
|
|
* "License"); you may not use this file except in compliance with the License.
|
|
|
|
* You may obtain a copy of the License at
|
|
|
|
* http://www.apache.org/licenses/LICENSE-2.0.
|
|
|
|
*
|
|
|
|
* Unless required by applicable law or agreed to in writing, software
|
|
|
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
|
|
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
|
|
|
* License for the specific language governing permissions and limitations
|
|
|
|
* under the License.
|
|
|
|
*
|
|
|
|
* Open MCT Web includes source code licensed under additional open source
|
|
|
|
* licenses. See the Open Source Licenses file (LICENSES.md) included with
|
|
|
|
* this source code distribution or the Licensing information page available
|
|
|
|
* at runtime from the About dialog for additional information.
|
|
|
|
*****************************************************************************/
|
2015-06-12 18:44:09 +00:00
|
|
|
/*
|
|
|
|
@mixin invokeMenu($baseColor: $colorBodyFg) {
|
|
|
|
$c: $baseColor;
|
|
|
|
color: $c;
|
|
|
|
&:hover {
|
|
|
|
color: lighten($c, $ltGamma);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
*/
|
2015-06-03 01:26:49 +00:00
|
|
|
/*****************************************************************************
|
|
|
|
* Open MCT Web, Copyright (c) 2014-2015, United States Government
|
|
|
|
* as represented by the Administrator of the National Aeronautics and Space
|
|
|
|
* Administration. All rights reserved.
|
|
|
|
*
|
|
|
|
* Open MCT Web is licensed under the Apache License, Version 2.0 (the
|
|
|
|
* "License"); you may not use this file except in compliance with the License.
|
|
|
|
* You may obtain a copy of the License at
|
|
|
|
* http://www.apache.org/licenses/LICENSE-2.0.
|
|
|
|
*
|
|
|
|
* Unless required by applicable law or agreed to in writing, software
|
|
|
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
|
|
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
|
|
|
* License for the specific language governing permissions and limitations
|
|
|
|
* under the License.
|
|
|
|
*
|
|
|
|
* Open MCT Web includes source code licensed under additional open source
|
|
|
|
* licenses. See the Open Source Licenses file (LICENSES.md) included with
|
|
|
|
* this source code distribution or the Licensing information page available
|
|
|
|
* at runtime from the About dialog for additional information.
|
|
|
|
*****************************************************************************/
|
|
|
|
/* line 22, ../sass/tree/_tree.scss */
|
2014-11-23 23:41:20 +00:00
|
|
|
ul.tree {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0; }
|
2015-06-12 18:44:09 +00:00
|
|
|
/* line 264, ../sass/_mixins.scss */
|
2014-11-23 23:41:20 +00:00
|
|
|
ul.tree li {
|
|
|
|
list-style-type: none;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0; }
|
2015-06-03 01:26:49 +00:00
|
|
|
/* line 24, ../sass/tree/_tree.scss */
|
2015-03-20 23:37:42 +00:00
|
|
|
ul.tree li {
|
2014-11-23 23:41:20 +00:00
|
|
|
display: block;
|
|
|
|
position: relative; }
|
2015-06-03 01:26:49 +00:00
|
|
|
/* line 27, ../sass/tree/_tree.scss */
|
2015-03-20 23:37:42 +00:00
|
|
|
ul.tree li span.tree-item {
|
2015-06-12 18:44:09 +00:00
|
|
|
-moz-border-radius: 2px;
|
|
|
|
-webkit-border-radius: 2px;
|
|
|
|
border-radius: 2px;
|
2015-03-20 23:37:42 +00:00
|
|
|
-moz-transition: background-color 0.25s;
|
|
|
|
-o-transition: background-color 0.25s;
|
2015-06-02 23:12:19 +00:00
|
|
|
-webkit-transition: background-color 0.25s;
|
2015-03-20 23:37:42 +00:00
|
|
|
transition: background-color 0.25s;
|
|
|
|
display: block;
|
|
|
|
font-size: 0.80rem;
|
2015-06-12 18:44:09 +00:00
|
|
|
height: 1.4rem;
|
|
|
|
line-height: 1.4rem;
|
2015-03-20 23:37:42 +00:00
|
|
|
margin-bottom: 3px;
|
|
|
|
position: relative; }
|
2015-06-03 01:26:49 +00:00
|
|
|
/* line 38, ../sass/tree/_tree.scss */
|
2015-03-20 23:37:42 +00:00
|
|
|
ul.tree li span.tree-item .view-control {
|
|
|
|
display: inline-block;
|
|
|
|
margin-left: 5px;
|
|
|
|
width: 10px; }
|
2015-06-03 01:26:49 +00:00
|
|
|
/* line 44, ../sass/tree/_tree.scss */
|
2015-03-20 23:37:42 +00:00
|
|
|
ul.tree li span.tree-item .view-control:hover {
|
|
|
|
color: #ffc700; }
|
2015-06-03 01:26:49 +00:00
|
|
|
/* line 49, ../sass/tree/_tree.scss */
|
2015-03-20 23:37:42 +00:00
|
|
|
ul.tree li span.tree-item .label {
|
|
|
|
display: block;
|
|
|
|
overflow: hidden;
|
|
|
|
position: absolute;
|
|
|
|
top: 0px;
|
|
|
|
right: 0px;
|
|
|
|
bottom: 0px;
|
|
|
|
left: 0px;
|
|
|
|
width: auto;
|
|
|
|
height: auto;
|
|
|
|
left: 20px; }
|
2015-06-03 01:26:49 +00:00
|
|
|
/* line 55, ../sass/tree/_tree.scss */
|
2015-03-20 23:37:42 +00:00
|
|
|
ul.tree li span.tree-item .label .type-icon {
|
|
|
|
overflow: hidden;
|
|
|
|
position: absolute;
|
|
|
|
top: 0px;
|
|
|
|
right: 0px;
|
|
|
|
bottom: 0px;
|
|
|
|
left: 0px;
|
|
|
|
width: auto;
|
|
|
|
height: auto;
|
|
|
|
text-shadow: rgba(0, 0, 0, 0.6) 0 1px 2px;
|
|
|
|
color: #0099cc; }
|
2015-06-03 01:26:49 +00:00
|
|
|
/* line 59, ../sass/tree/_tree.scss */
|
2015-03-20 23:37:42 +00:00
|
|
|
ul.tree li span.tree-item .label .type-icon .alert {
|
|
|
|
text-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px;
|
2015-06-02 23:12:19 +00:00
|
|
|
background: #333;
|
2015-03-20 23:37:42 +00:00
|
|
|
color: #ff3c00;
|
|
|
|
font-size: 0.7em;
|
|
|
|
margin-top: -3px;
|
|
|
|
top: 0;
|
|
|
|
right: auto;
|
|
|
|
bottom: auto;
|
|
|
|
left: 9px;
|
|
|
|
height: auto;
|
|
|
|
width: auto;
|
|
|
|
position: absolute;
|
|
|
|
z-index: 2; }
|
2015-06-03 01:26:49 +00:00
|
|
|
/* line 75, ../sass/tree/_tree.scss */
|
2015-03-20 23:37:42 +00:00
|
|
|
ul.tree li span.tree-item .label .title-label {
|
|
|
|
overflow: hidden;
|
|
|
|
position: absolute;
|
|
|
|
top: 0px;
|
|
|
|
right: 0px;
|
|
|
|
bottom: 0px;
|
|
|
|
left: 0px;
|
|
|
|
width: auto;
|
|
|
|
height: auto;
|
|
|
|
display: block;
|
2015-06-12 18:44:09 +00:00
|
|
|
left: 20px;
|
2015-03-20 23:37:42 +00:00
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap; }
|
2015-06-03 01:26:49 +00:00
|
|
|
/* line 87, ../sass/tree/_tree.scss */
|
2015-03-20 23:37:42 +00:00
|
|
|
ul.tree li span.tree-item.loading {
|
|
|
|
pointer-events: none; }
|
2015-06-03 01:26:49 +00:00
|
|
|
/* line 89, ../sass/tree/_tree.scss */
|
2015-03-20 23:37:42 +00:00
|
|
|
ul.tree li span.tree-item.loading .label {
|
|
|
|
opacity: 0.5; }
|
2015-06-03 01:26:49 +00:00
|
|
|
/* line 91, ../sass/tree/_tree.scss */
|
2015-03-20 23:37:42 +00:00
|
|
|
ul.tree li span.tree-item.loading .label .title-label {
|
|
|
|
font-style: italic; }
|
2015-06-03 01:26:49 +00:00
|
|
|
/* line 95, ../sass/tree/_tree.scss */
|
2015-03-20 23:37:42 +00:00
|
|
|
ul.tree li span.tree-item.loading .wait-spinner {
|
|
|
|
margin-left: 14px; }
|
2015-06-03 01:26:49 +00:00
|
|
|
/* line 100, ../sass/tree/_tree.scss */
|
2015-03-20 23:37:42 +00:00
|
|
|
ul.tree li span.tree-item.selected {
|
|
|
|
background: #005177;
|
2015-06-02 23:12:19 +00:00
|
|
|
color: #fff; }
|
2015-06-03 01:26:49 +00:00
|
|
|
/* line 104, ../sass/tree/_tree.scss */
|
2015-03-20 23:37:42 +00:00
|
|
|
ul.tree li span.tree-item.selected .view-control {
|
|
|
|
color: #0099cc; }
|
2015-06-03 01:26:49 +00:00
|
|
|
/* line 107, ../sass/tree/_tree.scss */
|
2015-03-20 23:37:42 +00:00
|
|
|
ul.tree li span.tree-item.selected .label .type-icon {
|
|
|
|
color: #fff; }
|
2015-06-03 01:26:49 +00:00
|
|
|
/* line 113, ../sass/tree/_tree.scss */
|
2015-03-20 23:37:42 +00:00
|
|
|
ul.tree li span.tree-item:not(.selected):hover {
|
2014-11-23 23:41:20 +00:00
|
|
|
background: #404040;
|
|
|
|
color: #cccccc; }
|
2015-06-03 01:26:49 +00:00
|
|
|
/* line 116, ../sass/tree/_tree.scss */
|
2015-03-20 23:37:42 +00:00
|
|
|
ul.tree li span.tree-item:not(.selected):hover .context-trigger {
|
2014-11-23 23:41:20 +00:00
|
|
|
display: block; }
|
2015-06-03 01:26:49 +00:00
|
|
|
/* line 119, ../sass/tree/_tree.scss */
|
2015-03-20 23:37:42 +00:00
|
|
|
ul.tree li span.tree-item:not(.selected):hover .icon {
|
2014-11-23 23:41:20 +00:00
|
|
|
color: #33ccff; }
|
2015-06-03 01:26:49 +00:00
|
|
|
/* line 125, ../sass/tree/_tree.scss */
|
2015-03-20 23:37:42 +00:00
|
|
|
ul.tree li span.tree-item:not(.loading) {
|
|
|
|
cursor: pointer; }
|
2015-06-12 18:44:09 +00:00
|
|
|
/* line 129, ../sass/tree/_tree.scss */
|
2015-03-20 23:37:42 +00:00
|
|
|
ul.tree li span.tree-item .context-trigger {
|
|
|
|
top: -1px;
|
2014-11-23 23:41:20 +00:00
|
|
|
position: absolute;
|
2015-03-20 23:37:42 +00:00
|
|
|
right: 3px; }
|
2015-06-12 18:44:09 +00:00
|
|
|
/* line 135, ../sass/tree/_tree.scss */
|
|
|
|
ul.tree li span.tree-item .context-trigger .invoke-menu {
|
2015-03-20 23:37:42 +00:00
|
|
|
font-size: 0.75em;
|
|
|
|
height: 0.9rem;
|
|
|
|
line-height: 0.9rem; }
|
2015-06-12 18:44:09 +00:00
|
|
|
/* line 144, ../sass/tree/_tree.scss */
|
2014-11-23 23:41:20 +00:00
|
|
|
ul.tree ul.tree {
|
|
|
|
margin-left: 15px; }
|