[Frontend] IN-PROGRESS Theme changes continuing

open #95
Limits, plots, etc.;
Misc sanding and shimming;
Updated  symbols font to replace missing
Info symbol;
This commit is contained in:
Charles Hacskaylo
2015-09-11 16:25:19 -07:00
parent a840b59044
commit 3e5d46a62b
22 changed files with 395 additions and 428 deletions

View File

@@ -20,7 +20,7 @@
* this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information.
*****************************************************************************/
/* line 5, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
/* line 5, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
@@ -41,38 +41,38 @@ time, mark, audio, video {
font-size: 100%;
vertical-align: baseline; }
/* line 22, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
/* line 22, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
line-height: 1; }
/* line 24, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
/* line 24, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
list-style: none; }
/* line 26, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
/* line 26, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
border-collapse: collapse;
border-spacing: 0; }
/* line 28, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
/* line 28, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
text-align: left;
font-weight: normal;
vertical-align: middle; }
/* line 30, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
/* line 30, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
quotes: none; }
/* line 103, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
/* line 103, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
content: "";
content: none; }
/* line 32, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
/* line 32, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
border: none; }
/* line 116, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
/* line 116, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
display: block; }
@@ -272,17 +272,17 @@ a.disabled {
@-moz-keyframes pulse {
0% {
opacity: 0.2; }
opacity: 0.5; }
100% {
opacity: 1; } }
@-webkit-keyframes pulse {
0% {
opacity: 0.2; }
opacity: 0.5; }
100% {
opacity: 1; } }
@keyframes pulse {
0% {
opacity: 0.2; }
opacity: 0.5; }
100% {
opacity: 1; } }
/* line 69, ../../../../general/res/sass/_effects.scss */
@@ -661,72 +661,45 @@ mct-container {
color: #ff3c00;
content: "!"; }
/*.s-limit-upr,
.s-limit-lwr {
$a: 0.5;
$l: 30%;
white-space: nowrap;
&:before {
display: inline-block;
font-family: symbolsfont;
font-size: 0.85em;
font-style: normal !important;
margin-right: $interiorMarginSm;
vertical-align: middle;
}
}
/* line 13, ../../../../general/res/sass/_limits.scss */
[class*="s-limit"]:before {
display: inline-block;
font-family: symbolsfont;
font-size: 0.75em;
font-style: normal !important;
margin-right: 3px;
vertical-align: middle; }
.s-limit-upr {
&.s-limit-yellow { @include limit($colorLimitYellow, "\0000ed"); }
&.s-limit-red { @include limit($colorLimitRed, "\0000eb"); }
}
.s-limit-lwr {
&.s-limit-yellow { @include limit($colorLimitYellow, "\0000ec"); }
&.s-limit-red { @include limit($colorLimitRed, "\0000ee"); }
}*/
/* line 35, ../../../../general/res/sass/_limits.scss */
[class*="s-limit"] {
white-space: nowrap; }
/* line 39, ../../../../general/res/sass/_limits.scss */
[class*="s-limit"]:before {
display: inline-block;
font-family: symbolsfont;
font-size: 0.85em;
font-style: normal !important;
margin-right: 3px;
vertical-align: middle; }
/* line 49, ../../../../general/res/sass/_limits.scss */
/* line 23, ../../../../general/res/sass/_limits.scss */
.s-limit-upr-red {
background: #aa0000; }
/* line 3, ../../../../general/res/sass/_limits.scss */
background: rgba(255, 0, 0, 0.3) !important; }
/* line 4, ../../../../general/res/sass/_limits.scss */
.s-limit-upr-red:before {
color: #ff4444;
color: red;
content: "ë"; }
/* line 50, ../../../../general/res/sass/_limits.scss */
/* line 24, ../../../../general/res/sass/_limits.scss */
.s-limit-upr-yellow {
background: #9d7500; }
/* line 3, ../../../../general/res/sass/_limits.scss */
background: rgba(255, 170, 0, 0.3) !important; }
/* line 4, ../../../../general/res/sass/_limits.scss */
.s-limit-upr-yellow:before {
color: #ffcc37;
color: #ffaa00;
content: "í"; }
/* line 51, ../../../../general/res/sass/_limits.scss */
/* line 25, ../../../../general/res/sass/_limits.scss */
.s-limit-lwr-yellow {
background: #9d7500; }
/* line 3, ../../../../general/res/sass/_limits.scss */
background: rgba(255, 170, 0, 0.3) !important; }
/* line 4, ../../../../general/res/sass/_limits.scss */
.s-limit-lwr-yellow:before {
color: #ffcc37;
color: #ffaa00;
content: "ì"; }
/* line 52, ../../../../general/res/sass/_limits.scss */
/* line 26, ../../../../general/res/sass/_limits.scss */
.s-limit-lwr-red {
background: #aa0000; }
/* line 3, ../../../../general/res/sass/_limits.scss */
background: rgba(255, 0, 0, 0.3) !important; }
/* line 4, ../../../../general/res/sass/_limits.scss */
.s-limit-lwr-red:before {
color: #ff4444;
color: red;
content: "î"; }
/* line 1, ../../../../general/res/sass/_data-status.scss */
@@ -934,7 +907,7 @@ mct-container {
*****************************************************************************/
/* line 25, ../../../../general/res/sass/helpers/_splitter.scss */
.split-layout .splitter {
background-color: #b0b0b0;
background-color: #969696;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
@@ -1345,7 +1318,7 @@ mct-container {
-o-transition: background, 0.25s;
-webkit-transition: background, 0.25s;
transition: background, 0.25s;
text-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px; }
text-shadow: none; }
/* line 272, ../../../../general/res/sass/_mixins.scss */
.s-btn.major .icon, .major.s-menu .icon, .major.select .icon {
color: #fff; }
@@ -1358,7 +1331,7 @@ mct-container {
color: white; } }
/* line 58, ../../../../general/res/sass/controls/_buttons.scss */
.s-btn:not(.major), .s-menu:not(.major), .select:not(.major) {
background-color: #b0b0b0;
background-color: #969696;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
@@ -1375,7 +1348,7 @@ mct-container {
-o-transition: background, 0.25s;
-webkit-transition: background, 0.25s;
transition: background, 0.25s;
text-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px; }
text-shadow: none; }
/* line 272, ../../../../general/res/sass/_mixins.scss */
.s-btn:not(.major) .icon, .s-menu:not(.major) .icon, .select:not(.major) .icon {
color: #eee; }
@@ -1386,10 +1359,10 @@ mct-container {
/* line 279, ../../../../general/res/sass/_mixins.scss */
.s-btn:not(.major):not(.disabled):hover > .icon, .s-menu:not(.major):not(.disabled):hover > .icon, .select:not(.major):not(.disabled):hover > .icon {
color: white; } }
/* line 77, ../../../../general/res/sass/controls/_buttons.scss */
/* line 67, ../../../../general/res/sass/controls/_buttons.scss */
.s-btn.pause-play .icon:before, .pause-play.s-menu .icon:before, .pause-play.select .icon:before {
content: "\0000F1"; }
/* line 80, ../../../../general/res/sass/controls/_buttons.scss */
/* line 70, ../../../../general/res/sass/controls/_buttons.scss */
.s-btn.pause-play.paused, .pause-play.paused.s-menu, .pause-play.paused.select {
background-color: #ff9900;
-moz-border-radius: 4px;
@@ -1408,7 +1381,7 @@ mct-container {
-o-transition: background, 0.25s;
-webkit-transition: background, 0.25s;
transition: background, 0.25s;
text-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px; }
text-shadow: none; }
/* line 272, ../../../../general/res/sass/_mixins.scss */
.s-btn.pause-play.paused .icon, .pause-play.paused.s-menu .icon, .pause-play.paused.select .icon {
color: #fff; }
@@ -1419,7 +1392,7 @@ mct-container {
/* line 279, ../../../../general/res/sass/_mixins.scss */
.s-btn.pause-play.paused:not(.disabled):hover > .icon, .pause-play.paused.s-menu:not(.disabled):hover > .icon, .pause-play.paused.select:not(.disabled):hover > .icon {
color: white; } }
/* line 82, ../../../../general/res/sass/controls/_buttons.scss */
/* line 72, ../../../../general/res/sass/controls/_buttons.scss */
.s-btn.pause-play.paused .icon, .pause-play.paused.s-menu .icon, .pause-play.paused.select .icon {
-moz-animation-name: pulse;
-webkit-animation-name: pulse;
@@ -1436,23 +1409,23 @@ mct-container {
-moz-animation-timing-function: ease-in-out;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out; }
/* line 84, ../../../../general/res/sass/controls/_buttons.scss */
/* line 74, ../../../../general/res/sass/controls/_buttons.scss */
.s-btn.pause-play.paused .icon :before, .pause-play.paused.s-menu .icon :before, .pause-play.paused.select .icon :before {
content: "\0000EF"; }
/* line 92, ../../../../general/res/sass/controls/_buttons.scss */
/* line 82, ../../../../general/res/sass/controls/_buttons.scss */
.s-btn.show-thumbs .icon:before, .show-thumbs.s-menu .icon:before, .show-thumbs.select .icon:before {
content: "\000039"; }
/* line 98, ../../../../general/res/sass/controls/_buttons.scss */
/* line 88, ../../../../general/res/sass/controls/_buttons.scss */
.l-btn-set {
font-size: 0; }
/* line 104, ../../../../general/res/sass/controls/_buttons.scss */
/* line 94, ../../../../general/res/sass/controls/_buttons.scss */
.l-btn-set .s-btn, .l-btn-set .s-menu, .l-btn-set .select {
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
margin-left: 1px; }
/* line 110, ../../../../general/res/sass/controls/_buttons.scss */
/* line 100, ../../../../general/res/sass/controls/_buttons.scss */
.l-btn-set .first .s-btn, .l-btn-set .first .s-menu, .l-btn-set .first .select {
-moz-border-radius-topleft: 4px;
-webkit-border-top-left-radius: 4px;
@@ -1461,7 +1434,7 @@ mct-container {
-webkit-border-bottom-left-radius: 4px;
border-bottom-left-radius: 4px;
margin-left: 0; }
/* line 117, ../../../../general/res/sass/controls/_buttons.scss */
/* line 107, ../../../../general/res/sass/controls/_buttons.scss */
.l-btn-set .last .s-btn, .l-btn-set .last .s-menu, .l-btn-set .last .select {
-moz-border-radius-topright: 4px;
-webkit-border-top-right-radius: 4px;
@@ -1470,7 +1443,7 @@ mct-container {
-webkit-border-bottom-right-radius: 4px;
border-bottom-right-radius: 4px; }
/* line 124, ../../../../general/res/sass/controls/_buttons.scss */
/* line 114, ../../../../general/res/sass/controls/_buttons.scss */
.paused:not(.s-btn):not(.s-menu):not(.select) {
border-color: #ff9900 !important;
color: #ff9900 !important; }
@@ -1709,6 +1682,7 @@ label.checkbox.custom {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background: #e3e3e3;
-moz-box-shadow: inset rgba(0, 0, 0, 0.4) 0 1px 2px;
-webkit-box-shadow: inset rgba(0, 0, 0, 0.4) 0 1px 2px;
box-shadow: inset rgba(0, 0, 0, 0.4) 0 1px 2px;
@@ -1796,7 +1770,7 @@ label.checkbox.custom {
font-size: 1em; }
/* line 243, ../../../../general/res/sass/controls/_controls.scss */
.object-header > .type-icon {
color: #666;
color: #b3b3b3;
font-size: 120%;
float: left;
margin-right: 5px; }
@@ -1812,19 +1786,20 @@ label.checkbox.custom {
margin-right: 5px; }
/* line 265, ../../../../general/res/sass/controls/_controls.scss */
.object-header .title-label {
color: #666;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
flex: 0 1 auto;
-webkit-flex: 0 1 auto;
padding-right: 0.35em; }
/* line 274, ../../../../general/res/sass/controls/_controls.scss */
/* line 275, ../../../../general/res/sass/controls/_controls.scss */
.object-header .context-available {
font-size: 0.7em;
flex: 0 0 1;
-webkit-flex: 0 0 1; }
@media screen and (min-device-width: 800px) and (min-device-height: 1025px), screen and (min-device-width: 1025px) and (min-device-height: 800px) {
/* line 281, ../../../../general/res/sass/controls/_controls.scss */
/* line 282, ../../../../general/res/sass/controls/_controls.scss */
.object-header .context-available {
-moz-transition-property: opacity;
-o-transition-property: opacity;
@@ -1839,12 +1814,12 @@ label.checkbox.custom {
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
opacity: 0; }
/* line 286, ../../../../general/res/sass/controls/_controls.scss */
/* line 287, ../../../../general/res/sass/controls/_controls.scss */
.object-header:hover .context-available {
opacity: 1; } }
/******************************************************** SLIDERS */
/* line 299, ../../../../general/res/sass/controls/_controls.scss */
/* line 300, ../../../../general/res/sass/controls/_controls.scss */
.slider .slot {
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
@@ -1863,9 +1838,9 @@ label.checkbox.custom {
right: 0;
bottom: auto;
left: 0; }
/* line 310, ../../../../general/res/sass/controls/_controls.scss */
/* line 311, ../../../../general/res/sass/controls/_controls.scss */
.slider .knob {
background-color: #b0b0b0;
background-color: #969696;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
@@ -1882,7 +1857,7 @@ label.checkbox.custom {
-o-transition: background, 0.25s;
-webkit-transition: background, 0.25s;
transition: background, 0.25s;
text-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px;
text-shadow: none;
cursor: ew-resize;
position: absolute;
height: 100%;
@@ -1933,12 +1908,12 @@ label.checkbox.custom {
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
border-color: #fcfcfc; }
/* line 321, ../../../../general/res/sass/controls/_controls.scss */
/* line 322, ../../../../general/res/sass/controls/_controls.scss */
.slider .knob:before {
top: 1px;
bottom: 3px;
left: 5px; }
/* line 328, ../../../../general/res/sass/controls/_controls.scss */
/* line 329, ../../../../general/res/sass/controls/_controls.scss */
.slider .range {
background: rgba(0, 153, 204, 0.6);
cursor: ew-resize;
@@ -1949,13 +1924,13 @@ label.checkbox.custom {
left: auto;
height: auto;
width: auto; }
/* line 338, ../../../../general/res/sass/controls/_controls.scss */
/* line 339, ../../../../general/res/sass/controls/_controls.scss */
.slider .range:hover {
background: rgba(0, 153, 204, 0.7); }
/******************************************************** BROWSER ELEMENTS */
@media screen and (min-device-width: 800px) and (min-device-height: 1025px), screen and (min-device-width: 1025px) and (min-device-height: 800px) {
/* line 347, ../../../../general/res/sass/controls/_controls.scss */
/* line 348, ../../../../general/res/sass/controls/_controls.scss */
::-webkit-scrollbar {
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
@@ -1970,7 +1945,7 @@ label.checkbox.custom {
height: 10px;
width: 10px; }
/* line 356, ../../../../general/res/sass/controls/_controls.scss */
/* line 357, ../../../../general/res/sass/controls/_controls.scss */
::-webkit-scrollbar-thumb {
background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg5ODk4OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzdkN2Q3ZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
background-size: 100%;
@@ -1984,7 +1959,7 @@ label.checkbox.custom {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
/* line 365, ../../../../general/res/sass/controls/_controls.scss */
/* line 366, ../../../../general/res/sass/controls/_controls.scss */
::-webkit-scrollbar-thumb:hover {
background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYWNlNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOTljYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
background-size: 100%;
@@ -1993,7 +1968,7 @@ label.checkbox.custom {
background-image: -webkit-linear-gradient(#00ace6, #0099cc 20px);
background-image: linear-gradient(#00ace6, #0099cc 20px); }
/* line 370, ../../../../general/res/sass/controls/_controls.scss */
/* line 371, ../../../../general/res/sass/controls/_controls.scss */
::-webkit-scrollbar-corner {
background: rgba(0, 0, 0, 0.1); } }
/*****************************************************************************
@@ -2637,7 +2612,7 @@ textarea {
*****************************************************************************/
/* line 22, ../../../../general/res/sass/forms/_selects.scss */
.select {
background-color: #b0b0b0;
background-color: #969696;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
@@ -2654,7 +2629,7 @@ textarea {
-o-transition: background, 0.25s;
-webkit-transition: background, 0.25s;
transition: background, 0.25s;
text-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px;
text-shadow: none;
margin: 0 0 2px 2px;
overflow: hidden;
position: relative; }
@@ -2810,37 +2785,30 @@ textarea {
*****************************************************************************/
/* line 23, ../../../../general/res/sass/forms/_validation.scss */
.validates > .label {
padding-right: 25px; }
/* line 26, ../../../../general/res/sass/forms/_validation.scss */
padding-right: 10px; }
/* line 25, ../../../../general/res/sass/forms/_validation.scss */
.validates > .label::after {
/* display: block;
position: absolute;
top: 0;
right: $reqSymbolM;
bottom: 0;
left: auto;
height: auto;
width: $reqSymbolW;*/
float: right;
font-family: symbolsfont;
font-size: 0.7em; }
/* line 44, ../../../../general/res/sass/forms/_validation.scss */
/* line 33, ../../../../general/res/sass/forms/_validation.scss */
.validates.invalid > .label::after, .validates.invalid.req > .label::after {
color: #ff2200;
content: "x"; }
/* line 51, ../../../../general/res/sass/forms/_validation.scss */
/* line 40, ../../../../general/res/sass/forms/_validation.scss */
.validates.valid > .label::after, .validates.valid.req > .label::after {
color: #33cc33;
content: "2"; }
/* line 57, ../../../../general/res/sass/forms/_validation.scss */
/* line 46, ../../../../general/res/sass/forms/_validation.scss */
.validates.req > .label::after {
color: #0099cc;
content: "*"; }
/* line 63, ../../../../general/res/sass/forms/_validation.scss */
/* line 52, ../../../../general/res/sass/forms/_validation.scss */
.req {
font-size: 0.7em; }
/* line 66, ../../../../general/res/sass/forms/_validation.scss */
/* line 55, ../../../../general/res/sass/forms/_validation.scss */
span.req {
color: #0099cc; }
@@ -3286,9 +3254,10 @@ span.req {
/* line 341, ../../../../general/res/sass/user-environ/_layout.scss */
.l-flex .left {
flex: 1 1 0;
-webkit-flex: 1 1 0; }
-webkit-flex: 1 1 0;
padding-right: 10px; }
/* line 347, ../../../../general/res/sass/user-environ/_layout.scss */
/* line 348, ../../../../general/res/sass/user-environ/_layout.scss */
.vscroll {
overflow-y: auto; }
@@ -3930,7 +3899,7 @@ span.req {
-o-transition: background, 0.25s;
-webkit-transition: background, 0.25s;
transition: background, 0.25s;
text-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px; }
text-shadow: none; }
/* line 272, ../../../../general/res/sass/_mixins.scss */
.overlay .bottom-bar .s-btn:not(.major) .icon, .overlay .bottom-bar .s-menu:not(.major) .icon, .overlay .bottom-bar .select:not(.major) .icon {
color: #fff; }
@@ -3948,6 +3917,9 @@ span.req {
bottom: 5px;
left: 5px;
overflow: auto; }
/* line 93, ../../../../general/res/sass/overlay/_overlay.scss */
.overlay .contents.l-dialog .field.l-med input[type='text'] {
width: 100%; }
@media screen and (orientation: portrait) and (max-width: 514px) and (max-height: 740px) and (max-device-width: 799px) and (max-device-height: 1024px), screen and (orientation: landscape) and (max-height: 514px) and (max-width: 740px) and (max-device-width: 799px) and (max-device-height: 1024px), screen and (orientation: landscape) and (max-height: 514px) and (max-width: 740px) and (max-device-width: 1024px) and (max-device-height: 799px), screen and (orientation: portrait) and (min-width: 515px) and (max-width: 799px) and (min-height: 741px) and (max-height: 1024px) and (max-device-width: 799px) and (max-device-height: 1024px), screen and (orientation: landscape) and (min-height: 515px) and (max-height: 799px) and (min-width: 741px) and (max-width: 1024px) and (max-device-width: 799px) and (max-device-height: 1024px), screen and (orientation: landscape) and (min-height: 515px) and (max-height: 799px) and (min-width: 741px) and (max-width: 1024px) and (max-device-width: 1024px) and (max-device-height: 799px) {
/* line 4, ../../../../general/res/sass/mobile/overlay/_overlay.scss */
@@ -3987,7 +3959,10 @@ span.req {
.overlay > .holder > .contents .form.editor .contents .form-row > .controls {
display: block;
float: none;
width: 100%; } }
width: 100%; }
/* line 51, ../../../../general/res/sass/mobile/overlay/_overlay.scss */
.overlay > .holder > .contents .form.editor .contents .form-row > .label:after {
float: none; } }
/*****************************************************************************
* Open MCT Web, Copyright (c) 2014-2015, United States Government
* as represented by the Administrator of the National Aeronautics and Space
@@ -4286,18 +4261,20 @@ ul.tree {
left: 5px; }
/* line 49, ../../../../general/res/sass/user-environ/_frame.scss */
.frame.frame-template .view-switcher {
font-size: 80%;
height: 16px;
line-height: 16px;
z-index: 10; }
/* line 53, ../../../../general/res/sass/user-environ/_frame.scss */
.frame.frame-template .view-switcher > span {
font-size: 0.7rem; }
@media screen and (min-device-width: 800px) and (min-device-height: 1025px), screen and (min-device-width: 1025px) and (min-device-height: 800px) {
/* line 58, ../../../../general/res/sass/user-environ/_frame.scss */
/* line 60, ../../../../general/res/sass/user-environ/_frame.scss */
.frame.frame-template .view-switcher {
opacity: 0; }
/* line 61, ../../../../general/res/sass/user-environ/_frame.scss */
/* line 63, ../../../../general/res/sass/user-environ/_frame.scss */
.frame.frame-template:hover .view-switcher {
opacity: 1; } }
/* line 69, ../../../../general/res/sass/user-environ/_frame.scss */
/* line 71, ../../../../general/res/sass/user-environ/_frame.scss */
.frame .view-switcher .title-label {
display: none; }
@@ -4970,7 +4947,7 @@ table {
/* line 134, ../../../../general/res/sass/plots/_plots-main.scss */
.gl-plot .gl-plot-hash {
position: absolute;
border: 0 rgba(255, 255, 255, 0.3) dashed; }
border: 0 rgba(0, 0, 0, 0.2) dashed; }
/* line 137, ../../../../general/res/sass/plots/_plots-main.scss */
.gl-plot .gl-plot-hash.hash-v {
border-right-width: 1px;
@@ -5002,10 +4979,10 @@ table {
z-index: 0; }
/* line 176, ../../../../general/res/sass/plots/_plots-main.scss */
.gl-plot .l-limit-bar.s-limit-yellow {
background: rgba(157, 117, 0, 0.2); }
background: rgba(255, 170, 0, 0.2); }
/* line 177, ../../../../general/res/sass/plots/_plots-main.scss */
.gl-plot .l-limit-bar.s-limit-red {
background: rgba(170, 0, 0, 0.2); }
background: rgba(255, 0, 0, 0.2); }
/* line 180, ../../../../general/res/sass/plots/_plots-main.scss */
.gl-plot .l-oob-data {
overflow: hidden;
@@ -5067,12 +5044,6 @@ table {
display: inline-block;
height: 8px;
width: 8px; }
/* line 220, ../../../../general/res/sass/plots/_plots-main.scss */
.gl-plot-legend .plot-legend-item[class*='s-limit'] .title-label,
.gl-plot-legend .legend-item[class*='s-limit'] .title-label,
.legend .plot-legend-item[class*='s-limit'] .title-label,
.legend .legend-item[class*='s-limit'] .title-label {
color: #fff; }
/* line 228, ../../../../general/res/sass/plots/_plots-main.scss */
.gl-plot-legend .plot-legend-item {
@@ -5090,7 +5061,7 @@ table {
/* line 242, ../../../../general/res/sass/plots/_plots-main.scss */
.tick {
position: absolute;
border: 0 rgba(255, 255, 255, 0.3) solid; }
border: 0 rgba(0, 0, 0, 0.2) solid; }
/* line 245, ../../../../general/res/sass/plots/_plots-main.scss */
.tick.tick-x {
border-right-width: 1px;
@@ -5257,14 +5228,14 @@ table {
top: 0; }
/* line 29, ../../../../general/res/sass/items/_item.scss */
.items-holder .item.grid-item {
background-color: #b0b0b0;
background-color: #ddd;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: #fff;
color: #666;
display: inline-block;
-moz-user-select: -moz-none;
-ms-user-select: none;
@@ -5274,7 +5245,7 @@ table {
-o-transition: background, 0.25s;
-webkit-transition: background, 0.25s;
transition: background, 0.25s;
text-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px;
text-shadow: none;
box-sizing: border-box;
cursor: pointer;
float: left;
@@ -5285,14 +5256,14 @@ table {
position: relative; }
/* line 272, ../../../../general/res/sass/_mixins.scss */
.items-holder .item.grid-item .icon {
color: #eee; }
color: #0099cc; }
@media screen and (min-device-width: 800px) and (min-device-height: 1025px), screen and (min-device-width: 1025px) and (min-device-height: 800px) {
/* line 277, ../../../../general/res/sass/_mixins.scss */
.items-holder .item.grid-item:not(.disabled):hover {
background: #7d7d7d; }
background: #d0d0d0; }
/* line 279, ../../../../general/res/sass/_mixins.scss */
.items-holder .item.grid-item:not(.disabled):hover > .icon {
color: white; } }
color: #33ccff; } }
/* line 45, ../../../../general/res/sass/items/_item.scss */
.items-holder .item.grid-item:hover .item-main .item-type {
color: deepskyblue; }
@@ -5311,7 +5282,7 @@ table {
/* line 61, ../../../../general/res/sass/items/_item.scss */
.items-holder .item.grid-item .bar.top-bar {
bottom: auto;
color: #d9d9d9;
color: #8c8c8c;
height: 20px;
line-height: 20px;
text-align: right;
@@ -5374,7 +5345,7 @@ table {
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
opacity: 0;
color: #d9d9d9;
color: #8c8c8c;
font-size: 3em;
left: auto;
width: 50px;
@@ -5382,18 +5353,18 @@ table {
text-align: right; }
/* line 121, ../../../../general/res/sass/items/_item.scss */
.items-holder .item.grid-item .title {
text-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px;
text-shadow: none;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
color: #fff; }
color: #666; }
/* line 126, ../../../../general/res/sass/items/_item.scss */
.items-holder .item.grid-item .details {
text-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px;
text-shadow: none;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
color: #d9d9d9;
color: #8c8c8c;
font-size: 0.8em; }
/* line 132, ../../../../general/res/sass/items/_item.scss */
.items-holder .item.grid-item.selected {
@@ -5414,7 +5385,7 @@ table {
-o-transition: background, 0.25s;
-webkit-transition: background, 0.25s;
transition: background, 0.25s;
text-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px;
text-shadow: none;
color: #80dfff; }
/* line 272, ../../../../general/res/sass/_mixins.scss */
.items-holder .item.grid-item.selected .icon {

View File

@@ -7,7 +7,7 @@ $colorKey: #0099cc;
$colorKeySelectedBg: $colorKey;
$colorKeyFg: #fff;
$colorInteriorBorder: rgba($colorBodyFg, 0.2);
$contrastRatioPercent: 30%;
$contrastRatioPercent: 40%;
$basicCr: 4px;
$controlCr: $basicCr;
$smallCr: 3px;
@@ -18,7 +18,6 @@ $colorBtnFg: #fff;
$colorBtnMajorBg: $colorKey;
$colorBtnMajorFg: $colorKeyFg;
$colorBtnIcon: #eee;
$colorObjHdrIcon: $colorBodyFg;
$colorInvokeMenu: #000;
$contrastInvokeMenuPercent: 40%;
@@ -31,6 +30,8 @@ $colorPausedFg: #fff;
$colorCreateBtn: $colorKey;
$colorGridLines: rgba(#000, 0.05);
$colorInvokeMenu: #fff;
$colorObjHdrTxt: $colorBodyFg;
$colorObjHdrIc: pushBack($colorObjHdrTxt, 30%);
// Menu colors
$colorMenuBg: pushBack($colorBodyBg, 10%);
@@ -58,11 +59,13 @@ $colorFormText: pushBack($colorBodyFg, 10%);
$colorInputIcon: pushBack($colorBodyFg, 25%);
// Limits and staleness colors//
$colorLimitYellow: #9d7500;
$colorLimitRed: #aa0000;
$colorTelemFresh: pullForward($colorBodyFg, 20%);
$colorTelemStale: pushBack($colorBodyFg, 20%);
$styleTelemStale: italic;
$colorLimitYellowBg: rgba(#ffaa00, 0.3);
$colorLimitYellowIc: #ffaa00;
$colorLimitRedBg: rgba(red, 0.3);
$colorLimitRedIc: red;
// Bubble colors
$colorInfoBubbleFg: #666;
@@ -78,13 +81,14 @@ $colorOvrBtnBg: pullForward($colorOvrBg, 40%);
$colorOvrBtnFg: #fff;
// Items
$colorItemBg: $colorBtnBg;
$colorItemFg: $colorBtnFg;
$colorItemFgDetails: darken($colorItemFg, 15%);
$colorItemIc: $colorBtnIcon;
$colorItemBg: #ddd;
$colorItemBgHov: pullForward($colorItemBg, 5%);
$colorItemFg: $colorBodyFg;
$colorItemFgDetails: pushBack($colorItemFg, 15%);
$colorItemIc: $colorKey;
$colorItemSubIcons: $colorItemFgDetails;
$colorItemOpenIcon: $colorItemFgDetails;
$shdwItemText: rgba(black, 0.2) 0 1px 2px;
$shdwItemText: none; //rgba(black, 0.2) 0 1px 2px;
$colorItemBgSelected: $colorKey;
// Tabular
@@ -98,6 +102,9 @@ $colorTabHeaderBorder: $colorBodyBg;
// Plot
$colorPlotBg: #eee;
$colorPlotFg: $colorBodyFg;
$colorPlotHash: rgba(black, 0.2);
$stylePlotHash: dashed;
$colorPlotAreaBorder: $colorInteriorBorder;
// Tree
$colorItemTreeIcon: $colorKey;