357 lines
12 KiB
Plaintext
357 lines
12 KiB
Plaintext
@import url('../../../../../vendor/framework7/src/less/ios/_mixins.less');
|
|
@import url('../../../../../vendor/framework7/src/less/ios/_colors-vars.less');
|
|
|
|
// Colors
|
|
@themeColor: #40865c; // (79,158,79)
|
|
|
|
@appToolbarHeight: @toolbarSize;
|
|
|
|
@import url('../../../../../vendor/framework7/src/less/ios/intro.less');
|
|
@import url('../../../../../vendor/framework7/src/less/ios/grid.less');
|
|
@import url('../../../../../vendor/framework7/src/less/ios/views.less');
|
|
@import url('../../../../../vendor/framework7/src/less/ios/pages.less');
|
|
@import url('../../../../../vendor/framework7/src/less/ios/toolbars.less');
|
|
@import url('../../../../../vendor/framework7/src/less/ios/toolbars-pages.less');
|
|
@import url('../../../../../vendor/framework7/src/less/ios/searchbar.less');
|
|
@import url('../../../../../vendor/framework7/src/less/ios/messagebar.less');
|
|
@import url('../../../../../vendor/framework7/src/less/ios/icons.less');
|
|
//@import url('../../../../../vendor/framework7/src/less/ios/badges.less');
|
|
//@import url('../../../../../vendor/framework7/src/less/ios/chips.less');
|
|
@import url('../../../../../vendor/framework7/src/less/ios/content-block.less');
|
|
@import url('../../../../../vendor/framework7/src/less/ios/lists.less');
|
|
//@import url('../../../../../vendor/framework7/src/less/ios/contacts.less');
|
|
@import url('../../../../../vendor/framework7/src/less/ios/forms.less');
|
|
//@import url('../../../../../vendor/framework7/src/less/ios/floating-button.less');
|
|
//@import url('../../../../../vendor/framework7/src/less/ios/accordion.less');
|
|
@import url('../../../../../vendor/framework7/src/less/ios/cards.less');
|
|
@import url('../../../../../vendor/framework7/src/less/ios/modals.less');
|
|
@import url('../../../../../vendor/framework7/src/less/ios/panels.less');
|
|
//@import url('../../../../../vendor/framework7/src/less/ios/lazy-load.less');
|
|
@import url('../../../../../vendor/framework7/src/less/ios/tabs.less');
|
|
@import url('../../../../../vendor/framework7/src/less/ios/messages.less');
|
|
@import url('../../../../../vendor/framework7/src/less/ios/statusbar.less');
|
|
@import url('../../../../../vendor/framework7/src/less/ios/preloader.less');
|
|
@import url('../../../../../vendor/framework7/src/less/ios/progressbar.less');
|
|
//@import url('../../../../../vendor/framework7/src/less/ios/pull-to-refresh.less');
|
|
//@import url('../../../../../vendor/framework7/src/less/ios/infinite-scroll.less');
|
|
//@import url('../../../../../vendor/framework7/src/less/ios/autocomplete.less');
|
|
@import url('../../../../../vendor/framework7/src/less/ios/swiper.less');
|
|
//@import url('../../../../../vendor/framework7/src/less/ios/photo-browser.less');
|
|
@import url('../../../../../vendor/framework7/src/less/ios/picker.less');
|
|
//@import url('../../../../../vendor/framework7/src/less/ios/calendar.less');
|
|
@import url('../../../../../vendor/framework7/src/less/ios/notifications.less');
|
|
//@import url('../../../../../vendor/framework7/src/less/ios/login-screen.less');
|
|
@import url('../../../../../vendor/framework7/src/less/ios/disabled.less');
|
|
|
|
// Disable text select
|
|
* {
|
|
-webkit-user-select: none;
|
|
user-select: none;
|
|
}
|
|
|
|
input, textarea {
|
|
-webkit-touch-callout:default;
|
|
-webkit-user-select:text;
|
|
user-select:text;
|
|
}
|
|
|
|
// Main Toolbar
|
|
#editor-navbar.navbar .right a + a,
|
|
#editor-navbar.navbar .left a + a {
|
|
margin-left: 0;
|
|
|
|
html:not(.phone) & {
|
|
margin-left: 10px;
|
|
}
|
|
}
|
|
|
|
@import url('../../../../common/mobile/resources/less/_mixins.less');
|
|
@import url('../../../../common/mobile/resources/less/ios/_container.less');
|
|
@import url('../../../../common/mobile/resources/less/ios/_dataview.less');
|
|
@import url('../../../../common/mobile/resources/less/ios/_listview.less');
|
|
@import url('../../../../common/mobile/resources/less/ios/_button.less');
|
|
@import url('../../../../common/mobile/resources/less/ios/_contextmenu.less');
|
|
@import url('../../../../common/mobile/resources/less/ios/_color-palette.less');
|
|
@import url('../../../../common/mobile/resources/less/ios/_about.less');
|
|
@import url('../../../../common/mobile/resources/less/ios/_color-schema.less');
|
|
@import url('../../../../common/mobile/resources/less/ios/_collaboration.less');
|
|
|
|
|
|
@import url('ios/_icons.less');
|
|
@import url('app-common');
|
|
@import url('celleditor');
|
|
@import url('statusbar');
|
|
@import url('ios/_search.less');
|
|
|
|
.logo-navbar {
|
|
height: 68px;
|
|
.navbar-inner {
|
|
top: 24px;
|
|
height: 44px;
|
|
}
|
|
}
|
|
.navbar-through > .page.editor.with-logo {
|
|
padding-top: 68px;
|
|
}
|
|
.navbar-hidden + .navbar-through > .page.editor.with-logo {
|
|
padding-top: 0;
|
|
}
|
|
|
|
.label-switch input[type="checkbox"]:checked + .checkbox {
|
|
background: @themeColor;
|
|
}
|
|
|
|
// Add Container
|
|
|
|
#add-table,
|
|
#add-shape {
|
|
.page {
|
|
background-color: #fff;
|
|
}
|
|
}
|
|
|
|
// Table styles
|
|
|
|
.table-styles {
|
|
.row {
|
|
&, li {
|
|
margin-bottom: 12px;
|
|
}
|
|
}
|
|
|
|
li {
|
|
margin: 0;
|
|
padding: 1px;
|
|
|
|
img {
|
|
width: 70px;
|
|
height: 50px;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Shapes
|
|
|
|
.shapes {
|
|
li {
|
|
width: 70px;
|
|
height: 70px;
|
|
margin: 0 1px;
|
|
|
|
.thumb {
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: @themeColor;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Charts
|
|
|
|
.chart-types {
|
|
li {
|
|
width: 60px;
|
|
height: 60px;
|
|
margin: 6px;
|
|
|
|
.thumb {
|
|
width: 100%;
|
|
height: 100%;
|
|
background-size: contain;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Cell style
|
|
.cell-styles.dataview {
|
|
.active:after {
|
|
right: 2px;
|
|
bottom: 2px;
|
|
}
|
|
|
|
.row {
|
|
padding: 5px;
|
|
|
|
li {
|
|
border: 1px solid @listBlockBorderColor;
|
|
html.pixel-ratio-2 & {
|
|
border: 0.5px solid @listBlockBorderColor;
|
|
}
|
|
html.pixel-ratio-3 & {
|
|
border: 0.33px solid @listBlockBorderColor;
|
|
}
|
|
padding: 2px;
|
|
|
|
.thumb {
|
|
width: 112px;
|
|
height: 38px;
|
|
background-size: contain;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
// Workaround ios 10.3
|
|
|
|
.range-slider input[type=range]::-webkit-slider-thumb {
|
|
height: 28px;
|
|
width: 28px;
|
|
border-radius: 28px;
|
|
background: #fff;
|
|
box-shadow: 0 2px 4px rgba(0,0,0,0.4);
|
|
z-index: 10;
|
|
-webkit-appearance: none;
|
|
}
|
|
|
|
.modal.modal-in {
|
|
max-height: 100%;
|
|
overflow: auto;
|
|
}
|
|
|
|
//Filter Options
|
|
.filter-root-view {
|
|
.list-center .item-title {
|
|
text-align: center;
|
|
width: 100%;
|
|
}
|
|
#btn-delete-filter {
|
|
color: @red;
|
|
}
|
|
}
|
|
|
|
|
|
//Regional Settings
|
|
[data-page="regional-settings-view"] {
|
|
.list-block .item-title-row {
|
|
justify-content: start;
|
|
align-items: center;
|
|
display: flex;
|
|
}
|
|
.item-title {
|
|
margin-left: 20px;
|
|
font-weight: 500;
|
|
white-space: normal;
|
|
}
|
|
}
|
|
|
|
@common-image-path: "../../../../common/mobile/resources/img";
|
|
@img-flags-width: 48px;
|
|
.icon.lang-flag {
|
|
width: 16px;
|
|
height: 12px;
|
|
background-image: data-uri(%("%s",'@{common-image-path}/controls/flags.png'));
|
|
background-repeat: no-repeat;
|
|
background-size: auto;
|
|
|
|
@media
|
|
only screen and (-webkit-min-device-pixel-ratio: 2),
|
|
only screen and (min-resolution: 2dppx),
|
|
only screen and (min-resolution: 192dpi) {
|
|
background-image: data-uri(%("%s",'@{common-image-path}/controls/flags@2x.png'));
|
|
background-size: @img-flags-width auto;
|
|
}
|
|
}
|
|
|
|
.lang-flag {
|
|
background-position: -16px -108px;
|
|
|
|
&.ca, &.ca-ES {background-position: 0 0;}
|
|
&.cs, &.cs-CZ {background-position: -16px 0;}
|
|
&.da, &.da-DK {background-position: -32px 0;}
|
|
&.de, &.de-DE {background-position: 0 -12px;}
|
|
&.el, &.el-GR {background-position: -16px -12px;}
|
|
&.en, &.en-US {background-position: -32px -12px;}
|
|
&.fr, &.fr-FR {background-position: 0 -24px;}
|
|
&.hu, &.hu-HU {background-position: -16px -24px;}
|
|
&.it, &.it-IT {background-position: -32px -24px;}
|
|
&.ko, &.ko-KR {background-position: 0 -36px;}
|
|
&.nl, &.nl-NL {background-position: -16px -36px;}
|
|
&.nb, &.nb-NO, &.nn, &.nn-NO {background-position: -32px -36px;}
|
|
&.pl, &.pl-PL {background-position: 0 -48px;}
|
|
&.pt, &.pt-BR {background-position: -16px -48px;}
|
|
&.ro, &.ro-RO {background-position: -32px -48px;}
|
|
&.ru, &.ru-RU {background-position: 0 -60px;}
|
|
&.sv, &.sv-SE {background-position: -32px -60px;}
|
|
&.tr, &.tr-TR {background-position: 0 -72px;}
|
|
&.uk, &.uk-UA {background-position: -16px -72px;}
|
|
&.lv, &.lv-LV {background-position: -32px -72px;}
|
|
&.lt, &.lt-LT {background-position: 0 -84px;}
|
|
&.vi, &.vi-VN {background-position: -16px -84px;}
|
|
&.de-CH {background-position: -32px -84px;}
|
|
&.pt-PT {background-position: -16px -96px;}
|
|
&.de-AT {background-position: -32px -96px;}
|
|
&.es, &.es-ES {background-position: 0 -108px;}
|
|
&.en-GB {background-position: -32px -108px;}
|
|
&.en-AU {background-position: 0 -120px;}
|
|
&.az-Latn-AZ {background-position: -16px -120px;}
|
|
&.id, &.id-ID {background-position: -32px -120px;}
|
|
|
|
&.bg, &.bg-BG {background-position: 0 -132px;}
|
|
&.ca-ES-valencia {background-position: -16px -132px;}
|
|
&.en-CA {background-position: -32px -132px;}
|
|
&.en-ZA {background-position: 0 -144px;}
|
|
&.eu, &.eu-ES {background-position: -16px -144px;}
|
|
&.gl, &.gl-ES {background-position: -32px -144px;}
|
|
&.hr, &.hr-HR {background-position: 0 -156px;}
|
|
&.lb, &.lb-LU {background-position: -16px -156px;}
|
|
&.mn, &.mn-MN {background-position: -32px -156px;}
|
|
&.sl, &.sl-SI {background-position: 0 -168px;}
|
|
&.sr, &.sr-Cyrl-RS, &.sr-Latn-RS {background-position: -16px -168px;}
|
|
&.sk, &.sk-SK {background-position: -32px -168px;}
|
|
&.kk, &.kk-KZ {background-position: 0 -180px;}
|
|
&.fi, &.fi-FI, &.sv-FI {background-position: -16px -180px;}
|
|
&.zh, &.zh-CN {background-position: -32px -180px;}
|
|
&.ja, &.ja-JP {background-position: 0 -192px;}
|
|
&.es-MX {background-position: -16px -192px;}
|
|
}
|
|
|
|
// Skeleton of workbook
|
|
|
|
.doc-placeholder {
|
|
background: #fbfbfb;
|
|
width: 100%;
|
|
height: 100%;
|
|
border: 1px solid #dfdfdf;
|
|
white-space: nowrap;
|
|
padding-top: 0;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
font-size: 0;
|
|
|
|
> .columns {
|
|
width: 100%;
|
|
height: 100%;
|
|
display: inline-block;
|
|
background: linear-gradient(90deg, #d5d5d5 0px, rgba(0,0,0,0) 1px) 0 0,
|
|
linear-gradient(rgba(0,0,0,0) 19px, #d5d5d5 20px) 0 0,
|
|
linear-gradient( #f1f1f1 0px, #f1f1f1 20px) 0 0 repeat-x;
|
|
background-size: 80px 20px;
|
|
|
|
-webkit-animation: flickerAnimation 2s infinite ease-in-out;
|
|
-moz-animation: flickerAnimation 2s infinite ease-in-out;
|
|
-o-animation: flickerAnimation 2s infinite ease-in-out;
|
|
animation: flickerAnimation 2s infinite ease-in-out;
|
|
|
|
&:first-child {
|
|
background: linear-gradient(#f1f1f1 19px, #d5d5d5 20px) 0 0;
|
|
background-size: 20px 20px;
|
|
width: 25px;
|
|
}
|
|
}
|
|
}
|
|
|
|
//Comments
|
|
.picker-modal.container-view-comment {
|
|
&.onHide {
|
|
.swipe-container, .toolbar-inner, .pages {
|
|
opacity: 0.6;
|
|
}
|
|
}
|
|
background-color: #efeff4;
|
|
.swipe-container, .toolbar, .pages {
|
|
background-color: #FFFFFF;
|
|
}
|
|
} |