* NASA - OPEN MCT NOTEBOOK UI PROTOTYPE CHALLENGE https://www.topcoder.com/challenge-details/30059614/ Initial submission * Code updates: -Topcoder final fixes -NASA review fixes * drag and drop style fix, new entry focus, delete display fix * NASA reported issues fixed: objects saved in notebook, delete entry dialog, style files, and new entry from drag objects fixed. * Annotation toolbar UI style fixes, added annotation functionality on new entry dialog * painterro .map file issue fixed. * NASA review fixes: css files adjusted notebook children tree removed embed's title links to live object * CouchDB documentation added * CouchDB documentation added Screenshots added. * CouchDB setup documentation added * Test case functional and cosmetic issues fixed. * Test cases functional and cosmetic issues fixed. * updated file saver library * Code issues fixes: NotificationLaunchIndicator deleted. Inappropriate modifications to domain object models fixed. Implemented $destroy listener on entryDnd directive. Naming conventions fixed. Unnecessary changes made to platform handled. Painterro dependency handled gulp verify fix. * names and package fixes * filenames fix * [Notebook] Relocate to platform/features/notebook * [Notebook] Remove obsolete README * [Notebook] Restore original index.html * [Notebook] Expose via openmct.plugins * [Notebook] Remove demo entries * [Notebook] Run gulp fixstyle * [Notebook] Use dot notation instead of brackets ...for checkstyle * [Notebook] Remove extra comma * [Notebook] Run gulp fixstyle * [Notebook] Use dot notation instead of brackets ...for checkstyle * [Notebook] Fix lint issues * [Notebook] Fix lint issues * [Notebook] Fix lint issues * [Notebook] Fix lint issues * [Notebook] Fix lint issues * [Notebook] Fix lint issues * [Notebook] Fix lint issues * [Notebook] Fix lint issues * [Notebook] Fix lint issues * [Notebook] Run gulp fixstyle * [Notebook] Include painterro for tests * [Notebook] Fix require config for painterro * [Merge] WIP markup and styling Fixes #1896 - Very much WIP, currently having issues with hovering and jiggling * [Merge] WIP markup and styling Fixes #1896 - Very much WIP, attempting to convert textarea to contenteditable; * [Merge] JS debugging Fixes #1896 - Very much WIP! * [Merge] JS debugging Fixes #1896 - Really, really WIP - DnD doesn't work properly, and drag to existing entry no longer works. * [Front-end] Notebook thematic styling; test console Fixes #1896 - Added thematic styles and config; - Really, really, really WIP!! - DnD doesn't work properly, and drag to existing entry no longer works. * [Merge] Cleanups in JS Fixes #1896 - Removed and commented out logging statements * [Merge] WIP SCSS and markup polishing Fixes #1896 - Significant style and markup changes; - Styles, layout, etc. relating to embed elements; - Fixes in both notebook.html and embedControl.html; - Class name normalization; * [Merge] WIP Mods related to MCTModalNotebook.js Fixes #1896 Fixes #1906 * fix drag and drop, delete entries * [Front-end] Refined styling of entry embeds Fixes #1896 * [Merge] Generalized hover hide/show of local controls Fixes #1896 * [Merge] Generalized labeled icon-* elements Fixes #1896 * [Frontend] CSS normalizing, apply general styles in markup Fixes #1896 - Notebook class names more individualized; - Apply .labeled and .has-local-controls general classes; - Apply .s-input-inline to contenteditable div; - Look and feel cleanups for drag area and entry elements; * added modifiedOn time for entries that are changed, and fixed issue regarding inner text being filled when new entry button clicked * [Frontend] CSS sanding and cleanups Fixes #1896 - Removing unused classes; - Finessed margin and padding; * [Frontend] Mobile styling Fixes #1896 - Mod .has-local-controls to not apply when in touch context * [Frontend] WIP Mobile styling Fixes #1896 - phone portrait entry layout optimization * fix expand in layout, which was causing snapshot at expand * [Frontend] Fixes to search control Fixes #1896 - Search control now more robust, added .search-filter-by-type class selector; * [Frontend] Fix custom Selects Fixes #1896 - Custom Selects now much more solid, handle width compression better; * remove duplicate code from MCTModalNotebook and roll changes into MCTTriggerModal * [Frontend] WIP Mobile styling Fixes #1896 - Fixed general approach to portrait orientation in mobile/_layout.scss to use media query; - Fixed portrait layout in _notebook_base.scss to use media query; * prevent multiple new notebook entry divs from being created on open overlay, instead create on initialization * [Frontend] WIP Snapshot styling Fixes #1896 - Better class names; - Moved buttons in frame layout; * remove frame layout duplicate and use frame.html * fix issue of preserving line breaks when text is received from a persisted source * add comments, clean out some code, and fix broken tests * fix export image after merging with master * include painterro in karma config * Inlined templates for notebook * disable view policy - to allow layouts to function - needs more investigation * fix layout display overload, remove viewpolicy and notebookLayout.html. Fix delete error - issues found when deploying for testathon * fix (not being able to focus on content editable div to add text, while in layout) - when in layout, the first child of the outermost div is the only one that registers a click, this was causing an issue of not being able to edit notebook entries. My fix includes finding the first child of the div that registers the click and forcing a focus event. * fix focus one new entry issue, cleanup of code related to finding elements, and write more reusable code * abstract findElementById for reusability and improve performance from O^2 to O * user findElementById in entrydnd * change snapshot library to dom-to-image * [Frontend] WIP Snapshot styling Fixes #1896 Fixes #1947 - Significant markup changes to template in ViewSnaphot.js - WIP!!! Keeping own topic branch for now * [Frontend] WIP Snapshot styling Fixes #1896 Fixes #1947 - Significant markup changes to ViewSnaphot.js; - Change in imagery.scss to move non-layout styling to appropriate class; * Removed snapshot from version number to close sprint eagle * Updated version number for Enterprise release * Lock filesaver version (#1956) Lock filesaver version as there have been a large number of broken builds from what should be non-breaking version increases. Fixes currently broken build. * [Frontend] Snapshot styling Fixes #1896 Fixes #1947 - Final tweaks after rebase from notebook-integration-deep-styling * fixes issue of overlay not closing when context menu item in clicked when viewing snapshot * [Frontend] Painterro styling Fixes #1896 Fixes #1947 - WIP - Painterro styling overrides and config - Removed commented code * [Frontend] Painterro styling Fixes #1896 Fixes #1947 - WIP - Painterro styling overrides and config * fixes issue of overlay not closing when context menu item in clicked when viewing snapshot * specify require paths for new library * [Frontend] Local controls CSS added for hide/show of trash can icons Fixes #1896 Fixes #1947 - Also updated frame.scss to use same transition timing * proper shimming * dragging objects to notebook now only creates a link, clicking on snapshot from object view takes a snapshot of the current view, without re-rendering * [Frontend] Local controls CSS added for hide/show of trash can icons Fixes #1896 Fixes #1947 - Also updated frame.scss to use same transition timing * select correct div for snapshot * [Frontend] Adding background color to snapshot Fixes #1896 Fixes #1947 * remove snapshot class after async image render * [Frontend] Adding background color to snapshot Fixes #1896 Fixes #1947 * remove snapshot button from frames in layout * remove snapshot from frame view, add it only to overlay, change mctSnapShot to accomodate taking snaps of overlay/object view * add preview action, working, need styling for notebook action on preview * fix checkstyle * change glyph for preview, use similar tempalte to frame.html * dont allow preview action on objects getting edited currently * changes to browseController and NavigationService to block navigation and show preview of object when trying to navigate to object in tree in edit mode * [Frontend] Painterro styling and config Fixes #1896 Fixes #1947 - Changes mainly related to toolbar styling and labels * [Frontend] Notebook/Preview related sanding and polishing Fixes #1947 - Changed description for notebook-new-entry * [Frontend] Notebook/Preview related sanding and polishing Fixes #1947 - Added new global "hide-in-t-main-view" class; - Apply new class to Preview action to suppress display of that button in main view of navigated object; * code cleanup * [Frontend] Notebook/Preview related sanding and polishing Fixes #1947 - Classes for Notebook Entry button spacing; * abstract overlay into a service/api - to reduce code duplication catch error produced by painterro because of async div creation by dialog service * fix broken mcttriggermodal tests * fix checkstyle and lint * add functionality of being able to add buttons to the browse bar element of overlay when instantiating the overlay service * Reduce frequency of template recompilation in mct-include * Use updated painterro library. Fixes #1981 * add save flag and call done in both cases (clicking on cancel or ok) * fixes #1951 persist modified empty entry on blur * Bump Node Version * fix checkstyle * fixes issue where annotating snapshot that is already saved in notebook does not work * fix painterro button styling issue move jquery logic inside timeout block, because buttons are asynchronously created * remove description required when saving snapshot to notebook * remove create snapshot action from embeds, and add preview action to embeds * fixes edge case for issue #1981 Add a reject callback in the edgecase that user presses the x icon or esc key to cancel annotation, which was leading to the drag drop issue * Add default sort options on creation menu of Notebook * fix auto focus on new entry when in oldest first order, both in layout and regular view * [Frontend] Notebook mobile mods - Hide entry area when mobile; - Disallow entry edit or delete in mobile; * fixes issue 2041 (#2049) * fixes issue 2041 allows user to select caret position in notebook entries while in layout * [Frontend] Restore class, refine selector Fixes #2041 Fixes #2049 - Restored .s-input-inline to editable field; - Refined pointer-events: none to properly target .title-label only; * remove unused files/code and smoke test * remove , add pre-wrap to css and use inner text * make reviewer requested changes 'in progress still' * make reviewer requested changes 'continued' * replace html2canvas with dom-to-image - add in progress dialog to export image service - add error dialog to export image service * Search UI refactored to use flex Fixes #1947 - Fixes broken search inputs in main search and Notebook; - Significant rewrite to search SCSS and markup; * Fixes for Notebook custom selects; polishes to search Fixes #1947 - Better flex styles for custom selects; - Refinements to search styling; - Much better mobile responsive layout for search and controls in portrait layout; * fix preview action for embeds, which was showing current domain object vs selected domain object * Fixed hidden search dropdown menu Fixes #1947 * Revert whitespace change Revert change to whitespace in index.html. #1947. * [Export] Use html2canvas Use html2canvas instead of dom-to-image. Fixes issues with text exports. html2canvas is better supported and under active development and is a better choice for this library. Cleaned up export code, ensure that images are properly saved as the correct types. related to feedback on #1947 * Don't show brackets when timestamp is not specified (#331)
842 lines
20 KiB
SCSS
842 lines
20 KiB
SCSS
/*****************************************************************************
|
|
* Open MCT, Copyright (c) 2014-2018, United States Government
|
|
* as represented by the Administrator of the National Aeronautics and Space
|
|
* Administration. All rights reserved.
|
|
*
|
|
* Open MCT 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 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.
|
|
*****************************************************************************/
|
|
|
|
.accordion {
|
|
$accordionHeadH: 18px;
|
|
margin-top: $interiorMargin;
|
|
&:first-child {
|
|
margin-top: 0;
|
|
}
|
|
.accordion-head {
|
|
$op: 0.2;
|
|
border-radius: $basicCr * 0.75;
|
|
box-sizing: border-box;
|
|
background: rgba($colorBodyFg, $op);
|
|
cursor: pointer;
|
|
font-size: 0.75em;
|
|
line-height: $accordionHeadH;
|
|
margin-bottom: $interiorMargin;
|
|
padding: 0 $interiorMargin;
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: auto;
|
|
left: 0;
|
|
width: auto;
|
|
height: $accordionHeadH;
|
|
text-transform: uppercase;
|
|
&:hover {
|
|
background: rgba($colorBodyFg, $op * 2);
|
|
}
|
|
&:after {
|
|
content: "^";
|
|
display: block;
|
|
font-family: 'symbolsfont';
|
|
font-size: 0.9em;
|
|
position: absolute;
|
|
right: $interiorMargin;
|
|
text-transform: none;
|
|
top: 0;
|
|
}
|
|
&:not(.expanded):after {
|
|
content: "v";
|
|
}
|
|
}
|
|
.accordion-contents {
|
|
position: absolute;
|
|
top: $accordionHeadH + $interiorMargin;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
overflow-y: auto;
|
|
overflow-x: hidden;
|
|
}
|
|
}
|
|
|
|
// Hyperlink objects
|
|
.s-hyperlink {
|
|
.label {
|
|
font-size: 0.8rem !important;
|
|
}
|
|
&:not(.s-button) {
|
|
color: $colorKey;
|
|
&:hover { color: $colorKeyHov; }
|
|
}
|
|
}
|
|
|
|
.s-icon-button {
|
|
// Clickable icon elements that have hover
|
|
@extend .ui-symbol;
|
|
color: $colorClickIcon;
|
|
&:hover {
|
|
color: $colorClickIconHov;
|
|
}
|
|
}
|
|
|
|
.s-toggle-icon {
|
|
// Has default (in-active) and .active states
|
|
@extend .s-icon-button;
|
|
color: $colorToggleIcon;
|
|
&:hover { color: rgba($colorToggleIconHov, 0.5); }
|
|
&.active { color: $colorToggleIconActive; }
|
|
}
|
|
|
|
.l-composite-control {
|
|
vertical-align: middle;
|
|
&:not(.l-inline) {
|
|
margin-bottom: $interiorMargin;
|
|
}
|
|
&.l-inline {
|
|
display: inline-block;
|
|
}
|
|
&.l-checkbox {
|
|
.composite-control-label {
|
|
line-height: 18px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.l-control-group {
|
|
// Buttons that have a conceptual grouping - internal space between, and a divider between groups.
|
|
box-sizing: border-box;
|
|
border-left: 1px solid $colorInteriorBorder;
|
|
display: inline-block;
|
|
padding: 0 $interiorMargin;
|
|
position: relative;
|
|
&:first-child {
|
|
border-left: none;
|
|
padding-left: 0;
|
|
}
|
|
}
|
|
|
|
.l-local-controls {
|
|
// Control shown when hovering over an object, like plots and imagery
|
|
// Default position is upper right
|
|
$p: $interiorMargin;
|
|
position: absolute;
|
|
top: $p; right: $p; bottom: auto;
|
|
text-align: right;
|
|
z-index: 5;
|
|
}
|
|
|
|
.s-local-controls {
|
|
font-size: 0.7rem;
|
|
&.s-wrapper-transluc {
|
|
// Semi-opaque wrapper to visually distinguish a control
|
|
// from the background
|
|
background: rgba($colorTransLucBg, 0.7);
|
|
box-sizing: border-box;
|
|
border-radius: $controlCr;
|
|
}
|
|
}
|
|
|
|
.has-local-controls {
|
|
.local-control {
|
|
@include trans-prop-nice($props: opacity, $dur: 250ms);
|
|
opacity: 0;
|
|
}
|
|
&:hover {
|
|
.local-control {
|
|
@include trans-prop-nice($props: opacity, $dur: 10ms);
|
|
opacity: 1;
|
|
}
|
|
}
|
|
}
|
|
|
|
/******************************************************** VIEW CONTROLS */
|
|
// Expand/collapse > and v arrows, used in tree and plot legend
|
|
// Moved this over from a tree-only context 5/18/17
|
|
|
|
.view-control {
|
|
@extend .ui-symbol;
|
|
cursor: pointer;
|
|
height: 1em; width: 1em;
|
|
line-height: inherit;
|
|
&:before {
|
|
position: absolute;
|
|
@include trans-prop-nice(transform, 100ms);
|
|
content: $glyph-icon-arrow-right;
|
|
@include transform-origin(center);
|
|
}
|
|
&.expanded:before {
|
|
@include transform(rotate(90deg));
|
|
}
|
|
}
|
|
|
|
/******************************************************** CUSTOM CHECKBOXES */
|
|
label.checkbox.custom,
|
|
label.radio.custom {
|
|
$bg: pullForward($colorBodyBg, 10%);
|
|
$d: $formRowCtrlsH;
|
|
cursor: pointer;
|
|
display: inline-block;
|
|
line-height: 120%;
|
|
margin-right: $interiorMargin * 4;
|
|
padding-left: $d + $interiorMargin;
|
|
position: relative;
|
|
em {
|
|
color: $colorBodyFg;
|
|
display: inline-block;
|
|
height: $d;
|
|
width: $d;
|
|
&:before {
|
|
border-radius: $basicCr * .75;
|
|
background: $bg;
|
|
box-shadow: inset rgba(black, 0.4) 0 1px 2px;
|
|
box-sizing: border-box;
|
|
content: "";
|
|
font-family: 'symbolsfont';
|
|
font-size: 0.7em;
|
|
display: inline-block;
|
|
height: $d;
|
|
width: $d;
|
|
left: 0;
|
|
top: 0;
|
|
position: absolute;
|
|
text-align: center;
|
|
}
|
|
}
|
|
&.no-text {
|
|
overflow: hidden;
|
|
margin-right: 0;
|
|
padding-left: 0;
|
|
height: $d;
|
|
width: $d;
|
|
em {
|
|
overflow: hidden;
|
|
}
|
|
}
|
|
input {
|
|
display: none;
|
|
&:checked ~ em:before {
|
|
background: $colorCheck;
|
|
color: lighten($colorCheck, 50%);
|
|
}
|
|
}
|
|
}
|
|
|
|
label.checkbox.custom input:checked ~ em:before { content: $glyph-icon-check; }
|
|
label.radio.custom input:checked ~ em:before { content: $glyph-icon-bullet; }
|
|
|
|
.s-menu-button label.checkbox.custom {
|
|
margin-left: 5px;
|
|
}
|
|
|
|
.item .checkbox {
|
|
&.checked label {
|
|
box-shadow: none;
|
|
border-bottom: none;
|
|
}
|
|
}
|
|
|
|
label.form-control.checkbox {
|
|
input {
|
|
margin-right: $interiorMargin;
|
|
vertical-align: top;
|
|
}
|
|
}
|
|
|
|
/******************************************************** PLACEHOLDERS */
|
|
input[type="text"],
|
|
input[type="search"],
|
|
textarea {
|
|
@include placeholder {
|
|
color: rgba($colorInputFg, 0.4);
|
|
font-style: italic;
|
|
}
|
|
}
|
|
|
|
/******************************************************** INPUTS */
|
|
%input-base {
|
|
@include input-base();
|
|
}
|
|
|
|
input[type="text"],
|
|
input[type="search"],
|
|
input[type="number"] {
|
|
@include nice-input();
|
|
vertical-align: baseline;
|
|
padding: $inputTextPTopBtm $inputTextPLeftRight;
|
|
&.numeric {
|
|
text-align: right;
|
|
}
|
|
}
|
|
|
|
.l-input-sm {
|
|
input[type="text"],
|
|
input[type="search"],
|
|
input[type="number"] {
|
|
width: 50px !important;
|
|
}
|
|
}
|
|
|
|
.l-input-lg input[type="text"],
|
|
input[type="text"].lg { width: 100% !important; }
|
|
.l-input-med input[type="text"],
|
|
input[type="text"].med { width: 200px !important; }
|
|
input[type="text"].sm, input[type="number"].sm { width: 50px !important; }
|
|
.l-numeric input[type="text"],
|
|
input[type="text"].numeric { text-align: right; }
|
|
|
|
.l-textarea-sm textarea,
|
|
textarea.sm { position: relative; height: 50px; }
|
|
.l-textarea-med textarea,
|
|
textarea.med { position: relative; height: 150px; }
|
|
.l-textarea-lg textarea,
|
|
textarea.lg { position: relative; height: 300px; }
|
|
|
|
.input-labeled {
|
|
// Used in toolbar
|
|
margin-left: $interiorMargin;
|
|
label {
|
|
display: inline-block;
|
|
margin-right: $interiorMarginSm;
|
|
}
|
|
&.inline {
|
|
display: inline-block;
|
|
}
|
|
&:first-child {
|
|
margin-left: 0;
|
|
}
|
|
}
|
|
|
|
*[contenteditable].s-input-inline,
|
|
input[type="text"].s-input-inline,
|
|
.s-input-inline input[type="text"] {
|
|
// A text input or contenteditable element that indicates edit affordance on hover and looks like an input on focus
|
|
@extend %input-base;
|
|
@include trans-prop-nice((padding, box-shadow), 250ms);
|
|
background: none;
|
|
box-shadow: none;
|
|
border: 1px solid transparent;
|
|
min-width: 20px;
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
&:hover,
|
|
&:focus {
|
|
padding-left: $inputTextPLeftRight;
|
|
padding-right: $inputTextPLeftRight;
|
|
}
|
|
&:hover {
|
|
border-color: rgba($colorBodyFg, 0.2);
|
|
}
|
|
&:focus {
|
|
@include s-input();
|
|
border-color: transparent;
|
|
}
|
|
}
|
|
|
|
/******************************************************** SELECTS */
|
|
.select {
|
|
@include btnSubtle($bg: $colorSelectBg);
|
|
@extend .icon-arrow-down; // Context arrow
|
|
display: inline-block;
|
|
flex: 0 0 auto; // When used in a flex context, controls need to hold their width
|
|
padding: 0 $interiorMargin;
|
|
overflow: hidden;
|
|
position: relative;
|
|
select {
|
|
@include appearance(none);
|
|
box-sizing: border-box;
|
|
&:focus { outline: 0; }
|
|
background: none;
|
|
color: $colorSelectFg;
|
|
cursor: pointer;
|
|
border: none !important;
|
|
padding: 4px 25px 2px 0px;
|
|
width: 130%;
|
|
option {
|
|
margin: $interiorMargin 0; // Firefox
|
|
}
|
|
}
|
|
&:before {
|
|
transform: translateY(-50%);
|
|
color: rgba($colorInvokeMenu, percentToDecimal($contrastInvokeMenuPercent));
|
|
display: block;
|
|
pointer-events: none;
|
|
position: absolute;
|
|
right: $interiorMargin;
|
|
top: 50%;
|
|
}
|
|
}
|
|
|
|
/******************************************************** AUTOCOMPLETE */
|
|
.autocomplete {
|
|
input {
|
|
width: 226px;
|
|
padding: 5px 0px 5px 7px;
|
|
}
|
|
.icon-arrow-down {
|
|
position: absolute;
|
|
top: 8px;
|
|
left: 210px;
|
|
font-size: 10px;
|
|
cursor: pointer;
|
|
}
|
|
.autocompleteOptions {
|
|
border: 1px solid $colorFormLines;
|
|
border-radius: 5px;
|
|
width: 224px;
|
|
max-height: 170px;
|
|
overflow-y: auto;
|
|
overflow-x: hidden;
|
|
li {
|
|
border: 1px solid $colorFormLines;
|
|
padding: 8px 0px 8px 5px;
|
|
.optionText {
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
.optionPreSelected {
|
|
background-color: $colorInspectorSectionHeaderBg;
|
|
color: $colorInspectorSectionHeaderFg;
|
|
}
|
|
}
|
|
}
|
|
|
|
/******************************************************** OBJECT-HEADER */
|
|
.object-header {
|
|
font-size: 1em;
|
|
|
|
> .type-icon {
|
|
color: $colorObjHdrIc;
|
|
font-size: 120%;
|
|
float: left;
|
|
margin-right: $interiorMargin;
|
|
}
|
|
|
|
.l-elem-wrapper {
|
|
mct-representation {
|
|
// Holds the context-available item
|
|
// Must have min-width to make flex work properly in Safari
|
|
min-width: 0.7em;
|
|
}
|
|
}
|
|
|
|
.action {
|
|
margin-right: $interiorMargin;
|
|
}
|
|
|
|
.title-label {
|
|
color: $colorObjHdrTxt;
|
|
@include ellipsize();
|
|
}
|
|
|
|
.context-available-w {
|
|
z-index: 5;
|
|
}
|
|
|
|
.context-available {
|
|
font-size: 0.7em;
|
|
flex: 0 0 1;
|
|
}
|
|
|
|
.t-object-alert {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
/******************************************************** PROGRESS BAR */
|
|
@include keyframes(progress) {
|
|
100% { background-position: $progressBarStripeW center; }
|
|
}
|
|
|
|
@mixin bgProgressAnim($c: yellow, $a: 0.1, $d: 20px) {
|
|
@include background-image(linear-gradient(-90deg,
|
|
rgba($c, $a) 0%, transparent 50%,
|
|
transparent 50%, rgba($c, $a) 100%
|
|
));
|
|
background-position: 0 center;
|
|
background-repeat: repeat-x;
|
|
background-size: $d 40%;
|
|
}
|
|
|
|
.l-progress-bar {
|
|
// Assume will be determinate by default
|
|
display: inline-block;
|
|
overflow: hidden;
|
|
position: relative;
|
|
|
|
.progress-amt-holder {
|
|
@include absPosDefault(1px);
|
|
}
|
|
.progress-amt,
|
|
.progress-amt:before,
|
|
.progress-amt:after {
|
|
@include absPosDefault();
|
|
display: block;
|
|
content: '';
|
|
}
|
|
|
|
.progress-amt {
|
|
right: auto; // Allow inline width to control }
|
|
}
|
|
|
|
&.indeterminate {
|
|
.progress-amt {
|
|
width: 100% !important;
|
|
}
|
|
}
|
|
}
|
|
|
|
.s-progress-bar {
|
|
border-radius: $basicCr;
|
|
@include boxIncised(0.3, 4px);
|
|
background: $colorProgressBarOuter;
|
|
.progress-amt {
|
|
border-radius: $basicCr;
|
|
@include boxShdw();
|
|
border-radius: $basicCr - 1;
|
|
@include trans-prop-nice(width);
|
|
&:before {
|
|
background-color: $colorProgressBarAmt;
|
|
}
|
|
&:after {
|
|
// Sheen
|
|
@include background-image(linear-gradient(
|
|
transparent 5%, rgba(#fff,0.25) 30%, transparent 100%
|
|
));
|
|
}
|
|
}
|
|
|
|
&:not(.indeterminate) {
|
|
.progress-amt:before {
|
|
// More subtle anim for determinate progress
|
|
@include animation(progress .4s linear infinite);
|
|
@include bgProgressAnim(#fff, 0.1, $progressBarStripeW);
|
|
}
|
|
}
|
|
|
|
&.indeterminate .progress-amt {
|
|
&:before {
|
|
// More visible std diag stripe anim for indeterminate progress
|
|
@include animation(progress .6s linear infinite);
|
|
@include bgDiagonalStripes(#fff, 0.2, $progressBarStripeW);
|
|
}
|
|
&:after { display: none; }
|
|
}
|
|
}
|
|
|
|
/******************************************************** SLIDERS */
|
|
.slider {
|
|
$knobH: 100%;
|
|
.slot {
|
|
width: auto;
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
}
|
|
.knob {
|
|
@include trans-prop-nice-fade(.25s);
|
|
background-color: $sliderColorKnob;
|
|
&:hover {
|
|
background-color: $sliderColorKnobHov;
|
|
}
|
|
position: absolute;
|
|
height: $knobH;
|
|
width: $sliderKnobW;
|
|
top: 0;
|
|
auto: 0;
|
|
bottom: auto;
|
|
left: auto;
|
|
}
|
|
.knob-l {
|
|
@include border-left-radius($sliderKnobR);
|
|
cursor: w-resize;
|
|
}
|
|
.knob-r {
|
|
@include border-right-radius($sliderKnobR);
|
|
cursor: e-resize;
|
|
}
|
|
.range {
|
|
@include trans-prop-nice-fade(.25s);
|
|
background-color: $sliderColorRange;
|
|
cursor: ew-resize;
|
|
position: absolute;
|
|
top: 0;
|
|
right: auto;
|
|
bottom: 0;
|
|
left: auto;
|
|
height: auto;
|
|
width: auto;
|
|
&:hover {
|
|
background-color: $sliderColorRangeHov;
|
|
}
|
|
}
|
|
}
|
|
|
|
@mixin sliderKnob() {
|
|
$h: 16px;
|
|
cursor: pointer;
|
|
width: floor($h/1.75);
|
|
height: $h;
|
|
margin-top: 1 + floor($h/2) * -1;
|
|
@include btnSubtle(pullForward($colorBtnBg, 10%));
|
|
}
|
|
|
|
@mixin sliderKnobRound() {
|
|
$h: 12px;
|
|
cursor: pointer;
|
|
width: $h;
|
|
height: $h;
|
|
margin-top: 1 + floor($h/2) * -1;
|
|
@include btnSubtle(pullForward($colorBtnBg, 20%));
|
|
border-radius: 50% !important;
|
|
}
|
|
|
|
input[type="range"] {
|
|
// HTML5 range inputs
|
|
-webkit-appearance: none; /* Hides the slider so that custom slider can be made */
|
|
background: transparent; /* Otherwise white in Chrome */
|
|
&:focus {
|
|
outline: none; /* Removes the blue border. */
|
|
}
|
|
|
|
// Thumb
|
|
&::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
@include sliderKnobRound();
|
|
}
|
|
&::-moz-range-thumb {
|
|
border: none;
|
|
@include sliderKnobRound();
|
|
}
|
|
&::-ms-thumb {
|
|
border: none;
|
|
@include sliderKnobRound();
|
|
}
|
|
|
|
// Track
|
|
&::-webkit-slider-runnable-track {
|
|
width: 100%;
|
|
height: 3px;
|
|
@include sliderTrack();
|
|
}
|
|
|
|
&::-moz-range-track {
|
|
width: 100%;
|
|
height: 3px;
|
|
@include sliderTrack();
|
|
}
|
|
}
|
|
|
|
/******************************************************** DATETIME PICKER */
|
|
.l-datetime-picker {
|
|
$r1H: 15px;
|
|
@include user-select(none);
|
|
font-size: 0.8rem;
|
|
padding: $interiorMarginLg !important;
|
|
.l-month-year-pager {
|
|
$pagerW: 20px;
|
|
height: $r1H;
|
|
margin-bottom: $interiorMargin;
|
|
position: relative;
|
|
.pager,
|
|
.val {
|
|
@extend .abs;
|
|
}
|
|
.pager {
|
|
width: $pagerW;
|
|
@extend .ui-symbol;
|
|
&.prev {
|
|
@extend .icon-arrow-left;
|
|
right: auto;
|
|
}
|
|
&.next {
|
|
@extend .icon-arrow-right;
|
|
left: auto;
|
|
text-align: right;
|
|
}
|
|
}
|
|
.val {
|
|
text-align: center;
|
|
left: $pagerW + $interiorMargin;
|
|
right: $pagerW + $interiorMargin;
|
|
}
|
|
}
|
|
.l-calendar,
|
|
.l-time-selects {
|
|
border-top: 1px solid $colorInteriorBorder
|
|
}
|
|
.l-time-selects {
|
|
line-height: inherit;
|
|
}
|
|
}
|
|
|
|
/******************************************************** CALENDAR */
|
|
.l-calendar {
|
|
$colorMuted: pushBack($colorMenuFg, 30%);
|
|
ul.l-cal-row {
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
margin-top: 1px;
|
|
&:first-child {
|
|
margin-top: 0;
|
|
}
|
|
li {
|
|
flex: 1 0;
|
|
margin-left: 1px;
|
|
padding: $interiorMargin;
|
|
text-align: center;
|
|
&:first-child {
|
|
margin-left: 0;
|
|
}
|
|
}
|
|
&.l-header li {
|
|
color: $colorMuted;
|
|
}
|
|
&.l-body li {
|
|
@include trans-prop-nice(background-color, .25s);
|
|
cursor: pointer;
|
|
&.in-month {
|
|
background-color: $colorCalCellInMonthBg;
|
|
}
|
|
.sub {
|
|
color: $colorMuted;
|
|
font-size: 0.8em;
|
|
}
|
|
&.selected {
|
|
background: $colorCalCellSelectedBg;
|
|
color: $colorCalCellSelectedFg;
|
|
.sub {
|
|
color: inherit;
|
|
}
|
|
}
|
|
&:hover {
|
|
background-color: $colorCalCellHovBg;
|
|
color: $colorCalCellHovFg;
|
|
.sub {
|
|
color: inherit;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
@include phone {
|
|
.l-datetime-picker {
|
|
padding: $interiorMargin !important;
|
|
}
|
|
.l-calendar {
|
|
ul.l-cal-row {
|
|
li {
|
|
padding: 2px $interiorMargin;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
/******************************************************** TEXTAREA */
|
|
textarea {
|
|
@include nice-textarea($colorInputBg, $colorInputFg);
|
|
position: absolute;
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
|
|
/******************************************************** MISC */
|
|
.context-available {
|
|
@extend .icon-arrow-down;
|
|
color: $colorKey;
|
|
&:hover {
|
|
color: $colorKeyHov;
|
|
}
|
|
}
|
|
|
|
.view-switcher,
|
|
.t-btn-view-large {
|
|
@include trans-prop-nice-fade($controlFadeMs);
|
|
}
|
|
|
|
.view-control {
|
|
@extend .icon-arrow-right;
|
|
cursor: pointer;
|
|
font-size: 0.75em;
|
|
&:before {
|
|
position: absolute;
|
|
@include trans-prop-nice(transform, 100ms);
|
|
transform-origin: center;
|
|
}
|
|
&.expanded:before {
|
|
transform: rotate(90deg);
|
|
}
|
|
}
|
|
|
|
.grippy,
|
|
.grippy-sm,
|
|
.drag-vertical,
|
|
.drag-vertical-sm {
|
|
cursor: move;
|
|
}
|
|
|
|
.drag-vertical {
|
|
@extend .icon-list-view;
|
|
}
|
|
|
|
.drag-vertical-sm {
|
|
@extend .icon-list-view-12px;
|
|
}
|
|
|
|
.grippy {
|
|
// Used in Summary Widgets
|
|
@extend .icon-grippy;
|
|
}
|
|
|
|
.grippy-sm {
|
|
// Used in editor Elements pool
|
|
@extend .icon-grippy-12px;
|
|
}
|
|
|
|
/******************************************************** BROWSER ELEMENTS */
|
|
body.desktop {
|
|
::-webkit-scrollbar {
|
|
box-sizing: border-box;
|
|
box-shadow: inset $scrollbarTrackShdw;
|
|
background-color: $scrollbarTrackColorBg;
|
|
height: $scrollbarTrackSize;
|
|
width: $scrollbarTrackSize;
|
|
}
|
|
|
|
::-webkit-scrollbar-thumb {
|
|
box-sizing: border-box;
|
|
background: $scrollbarThumbColor;
|
|
&:hover { background: $scrollbarThumbColorHov; }
|
|
}
|
|
|
|
.overlay ::-webkit-scrollbar-thumb {
|
|
background: $scrollbarThumbColorOverlay;
|
|
&:hover { background: $scrollbarThumbColorOverlayHov; }
|
|
}
|
|
|
|
.menu ::-webkit-scrollbar-thumb {
|
|
background: $scrollbarThumbColorMenu;
|
|
&:hover { background: $scrollbarThumbColorMenuHov; }
|
|
}
|
|
|
|
::-webkit-scrollbar-corner {
|
|
background: $scrollbarTrackColorBg;
|
|
}
|
|
}
|
|
|