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.
|
|
|
|
*****************************************************************************/
|
2015-06-27 01:38:33 +00:00
|
|
|
/************************** FEATURES */
|
|
|
|
/************************** VERY INFLUENTIAL GLOBAL DIMENSIONS */
|
|
|
|
/************************** COLORS AND SHADING */
|
|
|
|
/************************** RATIOS */
|
|
|
|
/************************** LAYOUT */
|
|
|
|
/************************** CONTROLS */
|
|
|
|
/************************** PATHS */
|
|
|
|
/************************** TIMINGS */
|
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.
|
|
|
|
*****************************************************************************/
|
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/items/_item.scss */
|
2014-11-23 23:41:20 +00:00
|
|
|
.items-holder {
|
|
|
|
overflow: hidden;
|
|
|
|
*zoom: 1;
|
|
|
|
overflow-y: auto; }
|
2015-06-03 01:26:49 +00:00
|
|
|
/* line 25, ../sass/items/_item.scss */
|
2014-12-31 18:43:01 +00:00
|
|
|
.items-holder .contents {
|
|
|
|
top: 0; }
|
2015-06-03 01:26:49 +00:00
|
|
|
/* line 29, ../sass/items/_item.scss */
|
2014-11-23 23:41:20 +00:00
|
|
|
.items-holder .item.grid-item {
|
2015-06-12 18:44:09 +00:00
|
|
|
background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVlNWU1ZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzUyNTI1MiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
|
2015-06-02 23:12:19 +00:00
|
|
|
background-size: 100%;
|
2015-06-12 18:44:09 +00:00
|
|
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5e5e5e), color-stop(100%, #525252));
|
|
|
|
background-image: -moz-linear-gradient(#5e5e5e, #525252);
|
|
|
|
background-image: -webkit-linear-gradient(#5e5e5e, #525252);
|
|
|
|
background-image: linear-gradient(#5e5e5e, #525252);
|
|
|
|
-moz-border-radius: 2px;
|
|
|
|
-webkit-border-radius: 2px;
|
|
|
|
border-radius: 2px;
|
2014-11-23 23:41:20 +00:00
|
|
|
-moz-box-sizing: border-box;
|
2015-06-02 23:12:19 +00:00
|
|
|
-webkit-box-sizing: border-box;
|
2014-11-23 23:41:20 +00:00
|
|
|
box-sizing: border-box;
|
2015-06-12 18:44:09 +00:00
|
|
|
-moz-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px;
|
|
|
|
-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px;
|
|
|
|
box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px;
|
2015-02-24 19:37:34 +00:00
|
|
|
border: none;
|
2015-06-12 18:44:09 +00:00
|
|
|
border-top: 1px solid #636363;
|
2015-06-02 23:12:19 +00:00
|
|
|
color: #999;
|
2014-11-23 23:41:20 +00:00
|
|
|
display: inline-block;
|
|
|
|
box-sizing: border-box;
|
|
|
|
cursor: pointer;
|
|
|
|
float: left;
|
|
|
|
height: 200px;
|
|
|
|
width: 200px;
|
|
|
|
margin-bottom: 3px;
|
|
|
|
margin-right: 3px;
|
|
|
|
position: relative; }
|
2015-06-12 18:44:09 +00:00
|
|
|
/* line 152, ../sass/_mixins.scss */
|
2014-11-23 23:41:20 +00:00
|
|
|
.items-holder .item.grid-item:not(.disabled):hover {
|
2015-06-12 18:44:09 +00:00
|
|
|
background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzcwNzA3MCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzYzNjM2MyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
|
2015-06-02 23:12:19 +00:00
|
|
|
background-size: 100%;
|
2015-06-12 18:44:09 +00:00
|
|
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #707070), color-stop(100%, #636363));
|
|
|
|
background-image: -moz-linear-gradient(#707070, #636363);
|
|
|
|
background-image: -webkit-linear-gradient(#707070, #636363);
|
|
|
|
background-image: linear-gradient(#707070, #636363);
|
|
|
|
color: #bdbdbd; }
|
|
|
|
/* line 155, ../sass/_mixins.scss */
|
|
|
|
.items-holder .item.grid-item:not(.disabled):hover.btn-menu .invoke-menu {
|
|
|
|
color: #949494; }
|
|
|
|
/* line 160, ../sass/_mixins.scss */
|
|
|
|
.items-holder .item.grid-item.btn-menu .invoke-menu {
|
|
|
|
color: #828282; }
|
2015-06-03 01:26:49 +00:00
|
|
|
/* line 42, ../sass/items/_item.scss */
|
2015-06-23 23:07:29 +00:00
|
|
|
.items-holder .item.grid-item .item-main .item-type {
|
|
|
|
-moz-transition-property: "color";
|
|
|
|
-o-transition-property: "color";
|
|
|
|
-webkit-transition-property: "color";
|
|
|
|
transition-property: "color";
|
|
|
|
-moz-transition-duration: 200ms;
|
|
|
|
-o-transition-duration: 200ms;
|
|
|
|
-webkit-transition-duration: 200ms;
|
|
|
|
transition-duration: 200ms;
|
|
|
|
-moz-transition-timing-function: ease-in-out;
|
|
|
|
-o-transition-timing-function: ease-in-out;
|
|
|
|
-webkit-transition-timing-function: ease-in-out;
|
|
|
|
transition-timing-function: ease-in-out; }
|
|
|
|
/* line 46, ../sass/items/_item.scss */
|
2014-11-23 23:41:20 +00:00
|
|
|
.items-holder .item.grid-item:hover .item-main .item-type {
|
|
|
|
color: #0099cc !important; }
|
2015-06-03 01:26:49 +00:00
|
|
|
/* line 49, ../sass/items/_item.scss */
|
2015-06-23 23:07:29 +00:00
|
|
|
.items-holder .item.grid-item:hover .item-main .item-open {
|
|
|
|
opacity: 1; }
|
|
|
|
/* line 54, ../sass/items/_item.scss */
|
2015-05-01 17:10:35 +00:00
|
|
|
.items-holder .item.grid-item .contents {
|
|
|
|
top: 5px;
|
|
|
|
right: 5px;
|
|
|
|
bottom: 5px;
|
|
|
|
left: 5px; }
|
2015-06-23 23:07:29 +00:00
|
|
|
/* line 58, ../sass/items/_item.scss */
|
2014-11-23 23:41:20 +00:00
|
|
|
.items-holder .item.grid-item .bar.top-bar.abs {
|
|
|
|
bottom: auto;
|
|
|
|
height: 20px;
|
|
|
|
line-height: 20px;
|
|
|
|
z-index: 5; }
|
2015-06-23 23:07:29 +00:00
|
|
|
/* line 63, ../sass/items/_item.scss */
|
2014-11-23 23:41:20 +00:00
|
|
|
.items-holder .item.grid-item .bar.top-bar.abs .left, .items-holder .item.grid-item .bar.top-bar.abs .right {
|
|
|
|
width: auto; }
|
2015-06-23 23:07:29 +00:00
|
|
|
/* line 65, ../sass/items/_item.scss */
|
2014-11-23 23:41:20 +00:00
|
|
|
.items-holder .item.grid-item .bar.top-bar.abs .left .icon, .items-holder .item.grid-item .bar.top-bar.abs .right .icon {
|
|
|
|
margin-left: 5px; }
|
2015-06-23 23:07:29 +00:00
|
|
|
/* line 70, ../sass/items/_item.scss */
|
2014-11-23 23:41:20 +00:00
|
|
|
.items-holder .item.grid-item .bar.bottom-bar.abs {
|
|
|
|
top: auto;
|
2015-06-23 23:07:29 +00:00
|
|
|
height: 30px;
|
2014-11-23 23:41:20 +00:00
|
|
|
padding: 5px; }
|
2015-06-23 23:07:29 +00:00
|
|
|
/* line 76, ../sass/items/_item.scss */
|
2014-11-23 23:41:20 +00:00
|
|
|
.items-holder .item.grid-item .item-main {
|
2015-06-23 23:07:29 +00:00
|
|
|
line-height: 160px;
|
2014-11-23 23:41:20 +00:00
|
|
|
z-index: 1; }
|
2015-06-23 23:07:29 +00:00
|
|
|
/* line 82, ../sass/items/_item.scss */
|
2014-11-23 23:41:20 +00:00
|
|
|
.items-holder .item.grid-item .item-main .item-type {
|
|
|
|
color: #737373;
|
|
|
|
text-align: center;
|
2015-06-23 23:07:29 +00:00
|
|
|
font-size: 6em; }
|
|
|
|
/* line 88, ../sass/items/_item.scss */
|
2014-11-23 23:41:20 +00:00
|
|
|
.items-holder .item.grid-item .item-main .item-open {
|
2015-06-23 23:07:29 +00:00
|
|
|
-moz-transition-property: "opacity";
|
|
|
|
-o-transition-property: "opacity";
|
|
|
|
-webkit-transition-property: "opacity";
|
|
|
|
transition-property: "opacity";
|
|
|
|
-moz-transition-duration: 200ms;
|
|
|
|
-o-transition-duration: 200ms;
|
|
|
|
-webkit-transition-duration: 200ms;
|
|
|
|
transition-duration: 200ms;
|
|
|
|
-moz-transition-timing-function: ease-in-out;
|
|
|
|
-o-transition-timing-function: ease-in-out;
|
|
|
|
-webkit-transition-timing-function: ease-in-out;
|
|
|
|
transition-timing-function: ease-in-out;
|
|
|
|
opacity: 0;
|
|
|
|
font-size: 3em;
|
2014-11-23 23:41:20 +00:00
|
|
|
left: auto;
|
2015-06-23 23:07:29 +00:00
|
|
|
width: 50px;
|
|
|
|
pointer-events: none;
|
|
|
|
text-align: right; }
|
|
|
|
/* line 100, ../sass/items/_item.scss */
|
2014-11-23 23:41:20 +00:00
|
|
|
.items-holder .item.grid-item .title {
|
|
|
|
text-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px;
|
|
|
|
color: #cccccc;
|
|
|
|
overflow: hidden;
|
|
|
|
white-space: nowrap;
|
|
|
|
text-overflow: ellipsis; }
|
2015-06-23 23:07:29 +00:00
|
|
|
/* line 108, ../sass/items/_item.scss */
|
2014-11-23 23:41:20 +00:00
|
|
|
.items-holder .item.grid-item .details {
|
|
|
|
font-size: 0.8em; }
|
2015-06-23 23:07:29 +00:00
|
|
|
/* line 111, ../sass/items/_item.scss */
|
2014-11-23 23:41:20 +00:00
|
|
|
.items-holder .item.grid-item.selected {
|
2015-06-12 18:44:09 +00:00
|
|
|
background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBhYzJmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwYjRmMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
|
2015-06-02 23:12:19 +00:00
|
|
|
background-size: 100%;
|
2015-06-12 18:44:09 +00:00
|
|
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0ac2ff), color-stop(100%, #00b4f0));
|
|
|
|
background-image: -moz-linear-gradient(#0ac2ff, #00b4f0);
|
|
|
|
background-image: -webkit-linear-gradient(#0ac2ff, #00b4f0);
|
|
|
|
background-image: linear-gradient(#0ac2ff, #00b4f0);
|
|
|
|
-moz-border-radius: 2px;
|
|
|
|
-webkit-border-radius: 2px;
|
|
|
|
border-radius: 2px;
|
2014-11-23 23:41:20 +00:00
|
|
|
-moz-box-sizing: border-box;
|
2015-06-02 23:12:19 +00:00
|
|
|
-webkit-box-sizing: border-box;
|
2014-11-23 23:41:20 +00:00
|
|
|
box-sizing: border-box;
|
2015-06-12 18:44:09 +00:00
|
|
|
-moz-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px;
|
|
|
|
-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px;
|
|
|
|
box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px;
|
2015-02-24 19:37:34 +00:00
|
|
|
border: none;
|
2015-06-12 18:44:09 +00:00
|
|
|
border-top: 1px solid #14c4ff;
|
2015-06-02 23:12:19 +00:00
|
|
|
color: #999;
|
2014-11-23 23:41:20 +00:00
|
|
|
display: inline-block;
|
|
|
|
color: #80dfff; }
|
2015-06-12 18:44:09 +00:00
|
|
|
/* line 152, ../sass/_mixins.scss */
|
2014-11-23 23:41:20 +00:00
|
|
|
.items-holder .item.grid-item.selected:not(.disabled):hover {
|
2015-06-12 18:44:09 +00:00
|
|
|
background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJlY2JmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzE0YzRmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
|
2015-06-02 23:12:19 +00:00
|
|
|
background-size: 100%;
|
2015-06-12 18:44:09 +00:00
|
|
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2ecbff), color-stop(100%, #14c4ff));
|
|
|
|
background-image: -moz-linear-gradient(#2ecbff, #14c4ff);
|
|
|
|
background-image: -webkit-linear-gradient(#2ecbff, #14c4ff);
|
|
|
|
background-image: linear-gradient(#2ecbff, #14c4ff);
|
|
|
|
color: #bdbdbd; }
|
|
|
|
/* line 155, ../sass/_mixins.scss */
|
|
|
|
.items-holder .item.grid-item.selected:not(.disabled):hover.btn-menu .invoke-menu {
|
|
|
|
color: #75ddff; }
|
|
|
|
/* line 160, ../sass/_mixins.scss */
|
|
|
|
.items-holder .item.grid-item.selected.btn-menu .invoke-menu {
|
|
|
|
color: #52d4ff; }
|
2015-06-23 23:07:29 +00:00
|
|
|
/* line 116, ../sass/items/_item.scss */
|
2014-11-23 23:41:20 +00:00
|
|
|
.items-holder .item.grid-item.selected .item-type, .items-holder .item.grid-item.selected .top-bar .icon:not(.alert) {
|
|
|
|
color: #80dfff; }
|
2015-06-23 23:07:29 +00:00
|
|
|
/* line 117, ../sass/items/_item.scss */
|
2014-11-23 23:41:20 +00:00
|
|
|
.items-holder .item.grid-item.selected .item-main .item-open {
|
|
|
|
color: #80dfff; }
|
2015-06-23 23:07:29 +00:00
|
|
|
/* line 118, ../sass/items/_item.scss */
|
2014-11-23 23:41:20 +00:00
|
|
|
.items-holder .item.grid-item.selected .title {
|
|
|
|
color: white; }
|
2015-06-23 23:07:29 +00:00
|
|
|
/* line 120, ../sass/items/_item.scss */
|
2014-11-23 23:41:20 +00:00
|
|
|
.items-holder .item.grid-item.selected:hover .item-main .item-type {
|
|
|
|
color: white !important; }
|