@progress/kendo-ui
Version:
This package is part of the [Kendo UI for jQuery](http://www.telerik.com/kendo-ui) suite.
2,088 lines (1,801 loc) • 105 kB
text/less
/*!
* Copyright 2018 Telerik EAD
*
* 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.
*/
// Widget
@widget-background-color: @background;
@widget-text-color: @normal-text-color;
@widget-border-color: contrast(@background, lighten(@background, 9%), darken(@background, 10%), 0.5);
@widget-gradient: false;
@widget-shadow: false;
// Button
@button-text-color: @normal-text-color;
@button-background-color: contrast(@background, lighten(@background, 17%), darken(@background, 2%), 0.5);
@button-border-color: contrast(@background, lighten(@background, 17%), darken(@background, 2%), 0.5);
@button-gradient: false;
@button-shadow: 0 2px 6px rgba(0,0,0,.2), 0 2px 3px rgba(0,0,0,.05);
@button-hover-text-color: @normal-text-color;
@button-hover-background-color: contrast(@background, lighten(@background, 23%), darken(@background, 8%), 0.5);
@button-hover-border-color: contrast(@background, lighten(@background, 23%), darken(@background, 8%), 0.5);
@button-hover-gradient: false;
@button-hover-shadow: @button-shadow;
@button-active-text-color: contrast(@button-active-background);
@button-active-background: contrast(@background, lighten(@background, 23%), darken(@background, 14%), 0.5);
@button-active-border-color: contrast(@background, lighten(@background, 23%), darken(@background, 14%), 0.5);
@button-active-gradient: false;
@button-active-shadow: 0 6px 17px 0 rgba(0, 0, 0, 0.3);
@button-focused-border-color: @button-hover-border-color;
@button-focused-shadow: @button-shadow;
@button-focused-active-color: @button-active-text-color;
@button-focused-active-background: contrast(@background, lighten(@background, 20%), darken(@background, 18%), 0.5);
@button-focused-active-shadow: @button-active-shadow;
// Primary button
@primary-text-color: contrast(@primary-background-color);
@primary-background-color: @accent;
@primary-border-color: @accent;
@primary-gradient: false;
@primary-shadow: false;
@primary-hover-text-color: #ffffff;
@primary-hover-background-color: #5c6bc0;
@primary-hover-border-color: #5c6bc0;
@primary-hover-gradient: false;
@primary-hover-shadow: false;
@primary-active-text-color: #ffffff;
@primary-active-background-color: #283593;
@primary-active-border-color: #283593;
@primary-active-gradient: false;
@primary-active-shadow: false;
@primary-focused-border-color: #eff8ff;
@primary-focused-gradient: false;
@primary-focused-shadow: @button-focused-shadow;
@primary-focused-active-shadow: @button-focused-active-shadow;
@primary-disabled-text-color: @disabled-text-color;
@primary-disabled-background-color: @disabled-background-color;
@primary-disabled-border-color: @disabled-border-color;
@primary-disabled-gradient: false;
// Input
@input-text: @normal-text-color;
@input-bg: @background;
@input-border: @drop-down-border-color;
@input-shadow: false;
@input-hovered-text: @input-text;
@input-hovered-bg: @input-bg;
@input-hovered-border: @drop-down-hover-border-color;
@input-hovered-shadow: false;
@input-focused-text: @input-text;
@input-focused-bg: @input-bg;
@input-focused-border: @drop-down-focused-border-color;
@input-focused-shadow: @focused-shadow;
@sprite-image: url('@{image-folder}/sprite.png');
@tooltip-texture: none;
@inverse-text-color: saturate(@background, 29%);
@link-text-color: #428bca;
@header-text-color: #ffffff;
@header-background-color: @accent;
@group-background-color: @accent;
@group-border-color: rgba(0, 0, 0, 0.2);
@content-background-color: @background;
@hover-background-color: @hover-background;
@hover-border-color: #ebebeb;
@hover-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
@select-background-color: @background;
@select-border-color: @hover-background;
@select-hover-background-color: lighten(@background, 17%);
@select-group-background-color: #ffffff;
@selected-background-color: @background;
@selected-border-color: lighten(@background, 17%);
@selected-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
@focused-border-color: #67afe9;
@focused-shadow: 0 2px 6px rgba(0,0,0,.2), 0 2px 3px rgba(0,0,0,.05);
@focused-item-shadow: inset 0 0 0 1px contrast(@background, darken(@base, 50%), lighten(@base, 30%), 0.5);
@focused-menu-item-shadow: inset 0 0 0 1px contrast(@background, darken(@background, 30%), lighten(@background, 23%), 0.5);
@focused-active-item-shadow: none;
@active-text-color: @normal-text-color;
@active-gradient: none;
@active-background-color: #ffffff;
@active-border-color: #cccccc;
@active-shadow: none;
@error-text-color: #b94a48;
@error-background-color: #f2dede;
@error-border-color: #eed3d7;
@notification-info-background-color: @info;
@notification-info-text-color: contrast(@info, lighten(@info, 70%), darken(@info, 30%), 0.5);
@notification-info-border-color: @info;
@notification-success-background-color: @success;
@notification-success-text-color: contrast(@success, lighten(@success, 70%), darken(@success, 30%), 0.5);
@notification-success-border-color: @success;
@notification-warning-background-color: @warning;
@notification-warning-text-color: contrast(@warning, lighten(@warning, 70%), darken(@warning, 35%), 0.5);
@notification-warning-border-color: @warning;
@notification-error-background-color: @error;
@notification-error-text-color: contrast(@error, lighten(@error, 70%), darken(@error, 30%), 0.5);
@notification-error-border-color: @error;
@notification-gradient: false;
@tooltip-text-color: #ffffff;
@tooltip-background-color: rgba(100,100,100,.9);
@tooltip-border-color: rgba(100,100,100,.9);
@validation-text-color: contrast(@validation-background-color, lighten(@warning, 80%), darken(@warning, 60%), 0.5);
@validation-background-color: @warning;
@validation-border-color: @warning;
@splitbar-background-color: contrast(@background, lighten(@background, 17%), darken(@background, 2%), 0.5);
@draghandle-border-radius: 13px;
@draghandle-border-color: @accent;
@draghandle-background-color: @accent;
@draghandle-shadow: none;
@draghandle-hover-border-color: @accent;
@draghandle-hover-background-color: @accent;
@draghandle-hover-shadow: 0 0 0 8px RGBA(63, 81, 181, 0.3);
@alt-background-color: contrast(@background, lighten(@background, 14%), darken(@background, 5%), 0.5);
@nested-alt-background-color: darken(@alt-background-color, 8%);
@cell-border-color: #e7e7e7;
@column-highlight-background-color: contrast(@background, darken(@background, 4%), lighten(@background, 4%), 0.5);;
@active-filter-background-color: lighten(@background, 20%);
@scheduler-background-color: @background;
@current-time-color: #eed3d7;
@event-background-color: lighten(@accent, 10%);
@event-text-color: #ffffff;
@event-inverse-text-color: @normal-text-color;
@scheduler-nonwork-background-color: contrast(@background, lighten(@background, 14%), darken(@background, 2%), 0.5);
@resize-background-color: #ffffff;
@upload-progress-background-color: @info;
@upload-progress-text-color: contrast(@info, @info, darken(@info, 30%), 0.5);
@upload-success-background-color: @success;
@upload-success-text-color: contrast(@success, @success, darken(@success, 30%), 0.5);
@upload-error-background-color: @error;
@upload-error-text-color: contrast(@error, @error, darken(@error, 30%), 0.5);
@task-summary-color: lighten(@header-background-color, 25%);
@task-summary-selected-color: lighten(@header-background-color, 25%);
@loading-panel-color: @hover-background;
@shadow-color: rgba(0, 0, 0, .2);
@shadow-inset-color: #cccccc;
@list-border-radius: (@border-radius - 1);
@inner-border-radius: (@border-radius - 1);
@slider-border-radius: 13px;
@default-icon-opacity: .7;
@calendar-border-radius: 50%;
@calendar-content-text-color: @normal-text-color;
@calendar-footer-background: @background;
@calendar-footer-text-decoration: none;
@calendar-footer-hover-text-decoration: underline;
@calendar-footer-hover-background: @background;
@calendar-header-hover-text-decoration: none;
@calendar-header-hover-background: @hover-background;
@calendar-footer-active-background: @background;
@calendar-group-background-color: @accent;
@menu-border-color: contrast(@background, lighten(@background, 9%), darken(@background, 10%), 0.5);
@tabstrip-items-border: transparent;
@tabstrip-active-background: @background;
@tabstrip-tabs-color: #ffffff;
@form-widget-color: @normal-text-color;
@drop-down-border-color: contrast(@background, lighten(@background, 17%), darken(@background, 6%), 0.5);
@drop-down-hover-border-color: contrast(@background, lighten(@background, 1%), darken(@background, 4%), 0.5);
@drop-down-focused-border-color: contrast(@background, lighten(@background, 17%), darken(@background, 4%), 0.5);
@drop-down-background: contrast(@background, lighten(@background, 17%), darken(@background, 2%), 0.5);
@drop-down-text-color: @normal-text-color;
@secondary-border-color: contrast(@background, lighten(@background, 10%), darken(@background, 10%), 0.5);;
@secondary-text-color: #ffffff;
@numeric-selected-background: #ebebeb;
@panelbar-items-border: contrast(@background, lighten(@background, 9%), darken(@background, 10%), 0.5);
@panelbar-content-background: @background;
@panelbar-content-color: @normal-text-color;
@window-shadow-style: 1px 1px 7px 1px;
@filter-menu-content-background: @background;
@icon-background-color: transparent;
@disabled-text-color: #999999;
@disabled-background-color: contrast(@background, lighten(@background, 17%), darken(@background, 2%), 0.5);
@disabled-border-color: contrast(@background, lighten(@background, 17%), darken(@background, 2%), 0.5);
@disabled-gradient: none;
@treeview-text-color: #428bca;
@treeview-hover-text-color: #428bca;
@tabstrip-tabs-hover-color: #428bca;
@pager-hover-color: #428bca;
@slider-selection-background-color: @accent;
@form-widgets-border-color: desaturate(@hover-background, 1%);
@pager-text-color: #a5a5a5;
@draghandle-selected-background: #cccccc;
@upload-status-color: #f0ad4e;
@form-widgets-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
@menu-active-background: #e7e7e7;
@concave-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
@secondary-background-color: contrast(@background, lighten(@background, 14%), darken(@background, 2%), 0.5);
@secondary-hover-background-color: softlight(@accent, #b9b9b9);
@secondary-header-color: rgba(256, 256, 256, 0.5);
@secondary-header-background-color: darken(@accent, 10%);
@input-validation-error: contrast(@error, @error, darken(@error, 30%), 0.5);
@grid-sort-icon-color: @selected-text-color;
// Shadows
@box-shadow-depth-1: 0 1px 3px rgba( 0, 0, 0, .12 ), 0 1px 2px rgba( 0, 0, 0, .20 );
@box-shadow-depth-2: 0 3px 6px rgba( 0, 0, 0, .14 ), 0 3px 6px rgba( 0, 0, 0, .20 );
@box-shadow-depth-3: 0 10px 20px rgba( 0, 0, 0, .16 ), 0 6px 6px rgba( 0, 0, 0, .20 );
@box-shadow-depth-4: 0 14px 28px rgba( 0, 0, 0, .18 ), 0 10px 10px rgba( 0, 0, 0, .20 );
@box-shadow-depth-5: 0 19px 38px rgba( 0, 0, 0, .20 ), 0 15px 12px rgba( 0, 0, 0, .20 );
// component
@component-bg: @widget-background-color;
@component-text: @widget-text-color;
@component-border: @widget-border-color;
// Toolbar
@toolbar-bg: @button-background-color;
@toolbar-text: @button-text-color;
@toolbar-border: @widget-border-color;
@toolbar-gradient: false;
@card-bg: @component-bg;
@card-text: @component-text;
@card-border: @component-border;
@card-header-bg: @header-background-color;
@card-header-text: @header-text-color;
@card-header-border: @card-border;
@chat-bg: @component-bg;
@chat-text: @component-text;
@chat-border: @component-border;
@chat-bubble-bg: @button-background-color;
@chat-bubble-text: @button-text-color;
@chat-bubble-border: @chat-bubble-bg;
@chat-alt-bubble-bg: @accent;
@chat-alt-bubble-text: contrast(@accent);
@chat-alt-bubble-border: @chat-alt-bubble-bg;
@chat-quick-reply-color: @accent;
// Grid
@grid-bg: @component-bg;
@grid-text: @component-text;
@grid-border: @component-border;
@grid-header-bg: @secondary-background-color;
@grid-header-text: @primary-disabled-text-color;
@grid-header-border: @grid-border;
@grid-header-gradient: false;
@grid-alt-bg: @alt-background-color;
@grid-alt-text: @grid-text;
@grid-alt-border: @grid-border;
@grid-hover-bg: @hover-background-color;
@grid-hover-text: @grid-text;
@grid-hover-border: @grid-border;
@grid-hover-gradient: false;
@grid-selected-bg: @selected-background;
@grid-selected-text: @base;
@grid-selected-border: @grid-border;
@grid-selected-gradient: false;
// Kendo skin
@theme-name: ~"material";
@import "common/mixins.less";
@import "mixins/gradients.less";
@import "mixins/border-radius.less";
@import "themes/type.less";
@import "themes/button.less";
@import "Default/card/theme.less";
@import "Default/chat/theme.less";
.k-in,
.k-item,
.k-window-action
{
border-color: transparent;
}
// main colors
.k-header .k-window-actions .k-link {
color: inherit;
}
a.k-icon {
color: @normal-text-color;
&:hover {
color: @normal-text-color;
}
}
.k-button-icon {
.k-icon {
opacity: .8;
}
&:hover .k-icon {
opacity: 1;
}
}
.k-state-disabled .k-button-icon .k-icon,
.k-state-disabled.k-button-icon .k-icon {
opacity: .8;
}
.k-splitbar .k-resize-handle {
background-color: @normal-text-color;
}
.k-block,
.k-widget
{
background-color: @widget-background-color;
}
.k-block,
.k-widget,
.k-input,
.k-textbox,
.k-group,
.k-content,
.k-header,
.k-filter-row > th,
.k-editable-area,
.k-separator,
.k-textbox > input,
.k-autocomplete,
.k-dropdown-wrap,
.k-group-footer td,
.k-grid-footer,
.k-footer-template td,
.k-state-default,
.k-state-default .k-select,
.k-state-disabled,
.k-grid-header,
.k-grid-header-wrap,
.k-grid-header-locked,
.k-grid-footer-locked,
.k-grid-content-locked,
.k-grid td,
.k-grid td.k-state-selected,
.k-grid-footer-wrap,
.k-pager-wrap,
.k-pager-wrap .k-link,
.k-pager-refresh,
.k-grouping-header,
.k-grouping-header .k-group-indicator,
.k-panelbar > .k-item > .k-link,
.k-panel > .k-item > .k-link,
.k-panelbar .k-panel,
.k-panelbar .k-content,
.k-treemap-tile,
.k-calendar th,
.k-slider-track,
.k-splitbar,
.k-dropzone-active,
.k-tiles,
.k-tooltip,
.k-upload-files,
.k-popup.k-align .k-list .k-item:last-child {
border-color: @widget-border-color;
}
.k-group,
.k-grouping-header,
.k-pager-wrap,
.k-group-footer td,
.k-grid-footer,
.k-footer-template td,
.k-widget .k-status,
.k-calendar th,
.k-dropzone-hovered,
.k-popup {
background-color: @group-background-color;
}
.k-grouping-row td,
td.k-group-cell,
.k-resize-handle-inner
{
background-color: @header-background-color;
}
.k-list-container
{
border-color: @group-border-color;
background-color: @select-group-background-color;
}
.k-content,
.k-panelbar > li.k-item,
.k-panel > li.k-item,
.k-tiles
{
background-color: @content-background-color;
}
.k-alt,
.k-separator,
.k-resource.k-alt,
.k-pivot-layout > tbody > tr:first-child > td:first-child
{
background-color: @alt-background-color;
}
.k-pivot-rowheaders .k-alt .k-alt,
.k-header.k-alt
{
background-color: @nested-alt-background-color;
}
.k-textbox,
.k-autocomplete.k-header,
.k-dropdown-wrap.k-state-active,
.k-picker-wrap.k-state-active,
.k-numeric-wrap.k-state-active
{
border-color: @widget-border-color;
background-color: @select-background-color;
}
.k-textbox > input,
.k-autocomplete .k-input,
.k-dropdown-wrap .k-input,
.k-autocomplete.k-state-focused .k-input,
.k-dropdown-wrap.k-state-focused .k-input,
.k-picker-wrap.k-state-focused .k-input,
.k-numeric-wrap.k-state-focused .k-input
{
border-color: @widget-border-color;
}
input.k-textbox,
textarea.k-textbox,
input.k-textbox:hover,
textarea.k-textbox:hover,
.k-textbox > input
{
background: none;
}
.k-input,
input.k-textbox,
textarea.k-textbox,
input.k-textbox:hover,
textarea.k-textbox:hover,
.k-textbox > input,
.k-multiselect-wrap
{
background-color: @input-bg;
color: @input-text;
}
// Bootstrap readonly input styling has more specificity than ours.
.k-input[readonly]
{
background-color: @input-bg;
color: @input-text;
}
.k-block,
.k-widget,
.k-popup,
.k-content,
.k-dropdown .k-input {
color: @widget-text-color;
}
.k-inverse
{
color: @inverse-text-color;
}
.k-block
{
color: @header-text-color;
}
.k-link:link,
.k-link:visited,
.k-nav-current.k-state-hover .k-link
{
color: @link-text-color;
}
.k-tabstrip-items .k-link,
.k-panelbar > li > .k-link
{
color: @widget-text-color;
}
.k-header,
.k-treemap-title,
.k-grid-header .k-header > .k-link
{
color: @header-text-color;
}
.k-header,
.k-grid-header,
.k-dropdown-wrap,
.k-picker-wrap,
.k-numeric-wrap,
.k-grouping-header,
.k-pager-wrap,
.k-textbox,
.k-progressbar,
.k-draghandle,
.k-autocomplete,
.k-state-highlight,
.k-tabstrip-items .k-item,
.k-panelbar .k-tabstrip-items .k-item,
.km-pane-wrapper > .km-pane > .km-view > .km-content {
.composite-background(@widget-gradient);
background-position: 50% 50%;
background-color: @header-background-color;
}
.k-widget.k-tooltip
{
background-image: @tooltip-texture;
}
.k-block,
.k-header,
.k-grid-header,
.k-grouping-header,
.k-pager-wrap,
.k-draghandle,
.k-treemap-tile,
html .km-pane-wrapper .k-header
{
background-color: @header-background-color;
}
.k-hr {
border-color: @widget-border-color;
}
// icons
.k-icon:hover,
.k-state-hover .k-icon,
.k-state-selected .k-icon,
.k-state-focused .k-icon,
.k-column-menu .k-state-hover .k-sprite,
.k-column-menu .k-state-active .k-sprite,
.k-pager-numbers .k-current-page .k-link:hover:after,
.k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view.k-state-hover > .k-link:after
{
opacity:1;
}
.k-state-disabled .k-icon,
.k-column-menu .k-sprite,
.k-pager-numbers .k-current-page .k-link:after,
.k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link:after
{
opacity: @default-icon-opacity;
}
.k-mobile-list .k-check:checked,
.k-mobile-list .k-edit-field [type=checkbox]:checked,
.k-mobile-list .k-edit-field [type=radio]:checked
{
opacity: @default-icon-opacity;
}
// IE will ignore the above selectors if these are added too
.k-mobile-list .k-check:checked,
.k-mobile-list .k-edit-field [type=checkbox]:checked,
.k-mobile-list .k-edit-field [type=radio]:checked
{
background-image: @sprite-image;
border-color: transparent;
}
.k-mobile-list .k-check:checked,
.k-mobile-list .k-edit-field [type=checkbox]:checked {
font-family: 'WebComponentsIcons';
background-image: none;
}
.k-mobile-list .k-check:checked:before,
.k-mobile-list .k-edit-field [type=checkbox]:checked:before {
content: "\e118";
}
.k-i-loading {
background-image: url('@{image-folder}/loading.gif');
}
.k-loading-image { background-image: url('@{image-folder}/loading-image.gif'); }
.k-loading-color { background-color: @loading-panel-color; }
.k-draghandle
{
border-color: @draghandle-border-color;
background-color: @draghandle-background-color;
.box-shadow(@draghandle-shadow);
}
.k-draghandle:hover
{
border-color: @draghandle-hover-border-color;
background-color: @draghandle-hover-background-color;
.box-shadow(@draghandle-hover-shadow);
}
// Badge
.k-badge {
background-color: @accent;
color: contrast(@accent, @normal-background, @normal-text-color, 0.5);
border-radius: @inner-border-radius;
}
// Scheduler
.k-scheduler
{
color: @event-text-color;
background-color: @scheduler-background-color;
}
.k-scheduler-layout
{
color: @widget-text-color;
}
.k-scheduler-datecolumn,
.k-scheduler-groupcolumn
{
background-color: @scheduler-background-color;
color: @widget-text-color;
}
.k-scheduler-times tr,
.k-scheduler-times th,
.k-scheduler-table td,
.k-scheduler-header th,
.k-scheduler-header-wrap,
.k-scheduler-times
{
border-color: @widget-border-color;
}
.k-scheduler-table .k-nonwork-hour,
.k-scheduler-dayview .k-today.k-nonwork-hour,
.k-scheduler-timelineview .k-today.k-nonwork-hour
{
background-color: @scheduler-nonwork-background-color;
}
.k-gantt .k-nonwork-hour
{
background-color: rgba(0,0,0, .02);
}
.k-gantt .k-header.k-nonwork-hour
{
background-color: rgba(0,0,0, .2);
}
.k-scheduler-table .k-today,
.k-today > .k-scheduler-datecolumn,
.k-today > .k-scheduler-groupcolumn
{
background-color: @column-highlight-background-color;
}
.k-scheduler-header .k-today {
background: transparent;
}
table:not(.k-scheduler-dayview) .k-scheduler-header-wrap .k-today {
color: @selected-text-color;
}
.k-scheduler-now-arrow
{
border-left-color: @current-time-color;
}
.k-scheduler-now-line
{
background-color: @current-time-color;
}
.k-event,
.k-task-complete
{
border-color: @event-background-color;
background: @event-background-color 0 -257px @tooltip-texture repeat-x;
color: @event-text-color;
}
.k-event-inverse {
color: @event-inverse-text-color;
}
.k-event.k-state-selected
{
background-position: 0 0;
.box-shadow(0 0 0 2px @normal-text-color);
}
.k-event .k-resize-handle:after,
.k-task-single .k-resize-handle:after
{
background-color: @resize-background-color;
}
.k-scheduler-marquee:before,
.k-scheduler-marquee:after
{
border-color: @selected-background-color;
}
.k-panelbar .k-content,
.k-panelbar .k-panel,
.k-panelbar .k-item
{
background-color: @panelbar-content-background;
color: @panelbar-content-color;
border-color: @secondary-border-color;
}
.k-panelbar > li > .k-link
{
color: @panelbar-content-color;
}
.k-panelbar > .k-item > .k-link
{
border-color: @secondary-border-color;
}
.k-panel > li.k-item
{
background-color: @panelbar-content-background;
}
// states
.k-state-active,
.k-state-active:hover,
.k-active-filter,
.k-tabstrip .k-state-active
{
background-color: @active-background-color;
border-color: @active-border-color;
color: @active-text-color;
}
.k-fieldselector .k-list-container
{
background-color: @active-background-color;
}
.k-menu .k-state-hover>.k-state-active
{
background-color: transparent;
}
.k-state-highlight
{
background: @active-background-color;
color: @active-text-color;
}
.k-state-focused,
.k-grouping-row .k-state-focused
{
border-color: @focused-border-color;
}
.k-button.k-bare {
position: relative;
&:before {
content: "";
background-color: currentcolor;
opacity: 0.12;
border-radius: inherit;
height: 100%;
width: 100%;
position: absolute;
left: 0;
top: 0;
z-index: -1;
display: none;
}
&.k-state-focused,
&:focus {
&:before {
display: block;
}
}
}
.k-mediaplayer-toolbar .k-button.k-bare {
&:active,
&.k-state-active,
&.k-state-active:hover {
color: @accent;
&:before {
opacity: 0.24;
}
}
}
.k-slider.k-mediaplayer-seekbar {
top: -14px;
}
.k-quality-list {
margin-left: -25px !important;
}
.k-calendar {
.k-link {
color: @calendar-content-text-color;
}
.k-footer {
padding: 0;
}
.k-footer .k-nav-today {
color: @form-widget-color;
text-decoration: @calendar-footer-text-decoration;
background-color: @calendar-footer-background;
}
.k-footer .k-nav-today:hover,
.k-footer .k-nav-today.k-state-hover {
background-color: @calendar-footer-hover-background;
text-decoration: @calendar-footer-hover-text-decoration;
}
.k-footer .k-nav-today:active {
background-color: @calendar-footer-active-background;
}
.k-link.k-nav-fast {
color: @form-widget-color;
}
.k-nav-fast.k-state-hover {
text-decoration: @calendar-header-hover-text-decoration;
background-color: @calendar-header-hover-background;
color: @hover-text-color;
}
.k-link.k-state-hover {
border-radius: @calendar-border-radius;
}
.k-footer .k-link {
border-radius: 0;
}
th {
background-color: @calendar-group-background-color;
}
}
.k-window-titlebar .k-link {
border-radius: @calendar-border-radius;
}
.k-calendar-container.k-group {
border-color: @group-border-color;
}
.k-state-selected,
.k-state-selected:link,
.k-state-selected:visited,
.k-list>.k-state-selected,
.k-list>.k-state-highlight,
.k-panel > .k-state-selected,
.k-ghost-splitbar-vertical,
.k-ghost-splitbar-horizontal,
.k-draghandle.k-state-selected:hover,
.k-scheduler .k-scheduler-toolbar .k-state-selected,
.k-scheduler .k-today.k-state-selected,
.k-marquee-color,
.k-drag-clue.k-state-selected
{
color: @selected-text-color;
background-color: @selected-background-color;
border-color: @selected-border-color;
}
.k-virtual-item.k-first,
.k-group-header + .k-list > .k-item.k-first,
.k-static-header + .k-list > .k-item.k-first
{
border-top-color: @hover-border-color;
}
.k-group-header + div > .k-list > .k-item.k-first:before {
border-top-color: @hover-border-color;
}
.k-popup > .k-group-header,
.k-popup > .k-virtual-wrap > .k-group-header
{
background: @hover-border-color;
color: @selected-text-color;
}
.k-popup .k-list .k-item > .k-group
{
background: @hover-border-color;
color: @selected-text-color;
border-bottom-left-radius: @inner-border-radius;
}
.k-marquee-text
{
color: @selected-text-color;
}
.k-state-focused,
.k-list>.k-state-focused,
.k-listview>.k-state-focused,
.k-listview > .k-state-focused.k-state-selected,
td.k-state-focused
{
.box-shadow(@focused-item-shadow);
}
.k-menu .k-item.k-state-default.k-state-focused
{
.box-shadow(@focused-menu-item-shadow);
}
.k-state-focused.k-state-selected,
.k-list>.k-state-focused.k-state-selected,
td.k-state-focused.k-state-selected
{
.box-shadow(@focused-active-item-shadow);
}
.k-list-optionlabel.k-state-selected.k-state-focused
{
.box-shadow(none);
}
.k-state-selected>.k-link,
.k-panelbar > li > .k-state-selected,
.k-panelbar>li.k-state-default>.k-link.k-state-selected
{
color: @selected-text-color;
}
.k-state-hover,
.k-state-hover:hover,
.k-splitbar-horizontal-hover:hover,
.k-splitbar-vertical-hover:hover,
.k-list>.k-state-hover,
.k-scheduler .k-scheduler-toolbar ul li.k-state-hover,
.k-pager-wrap .k-link:hover,
.k-dropdown .k-state-focused,
.k-filebrowser-dropzone,
.k-mobile-list .k-item > .k-link:active,
.k-mobile-list .k-item > .k-label:active,
.k-mobile-list .k-edit-label.k-check:active,
.k-mobile-list .k-recur-view .k-check:active
{
color: @hover-text-color;
background-color: @hover-background-color;
border-color: @hover-border-color;
}
// this selector should be used separately, otherwise old IEs ignore the whole rule
.k-mobile-list .k-scheduler-timezones .k-edit-field:nth-child(2):active
{
color: @hover-text-color;
background-color: @hover-background-color;
border-color: @hover-border-color;
}
.k-state-hover > .k-select,
.k-state-focused > .k-select
{
border-color: @hover-border-color;
}
.k-textbox:hover,
.k-state-hover,
.k-state-hover:hover,
.k-pager-wrap .k-link:hover,
.k-other-month.k-state-hover .k-link,
div.k-filebrowser-dropzone em,
.k-draghandle:hover,
.k-listbox .k-item:hover:not(.k-state-disabled)
{
.composite-background(@hover-gradient);
}
.k-pager-wrap
{
background-color: @header-background-color;
color: @header-text-color;
}
.k-autocomplete.k-state-active,
.k-picker-wrap.k-state-active,
.k-numeric-wrap.k-state-active,
.k-dropdown-wrap.k-state-active,
.k-state-active,
.k-state-active:hover,
.k-state-active>.k-link,
.k-panelbar>.k-item>.k-state-focused
{
.composite-background(@active-gradient);
}
.k-state-selected,
.k-draghandle.k-state-selected:hover
{
.composite-background(@selected-gradient);
}
.k-draghandle.k-state-selected:hover
{
background-position: 50% 50%;
}
.k-state-hover>.k-link,
.k-other-month.k-state-hover .k-link,
div.k-filebrowser-dropzone em
{
color: @hover-text-color;
}
.k-autocomplete.k-state-hover,
.k-autocomplete.k-state-focused,
.k-picker-wrap.k-state-hover,
.k-picker-wrap.k-state-focused,
.k-numeric-wrap.k-state-hover,
.k-numeric-wrap.k-state-focused,
.k-dropdown-wrap.k-state-hover,
.k-dropdown-wrap.k-state-focused
{
background-color: @select-hover-background-color;
.composite-background(@hover-gradient);
background-position: 50% 50%;
border-color: @select-border-color;
}
.km-pane-wrapper .k-mobile-list input:not([type="checkbox"]):not([type="radio"]),
.km-pane-wrapper .km-pane .k-mobile-list select:not([multiple]),
.km-pane-wrapper .k-mobile-list textarea,
.k-dropdown .k-state-focused .k-input
{
color: @widget-text-color;
}
.km-pane-wrapper .km-pane .k-mobile-list.k-filter-menu {
.k-space-right {
background: @background;
border-color: @widget-border-color;
> input {
background-color: @input-bg;
border-color: @drop-down-border-color;
+.k-i-zoom:before {
color: @widget-text-color;
}
}
> input:focus {
.box-shadow(@focused-shadow);
}
}
}
.k-dropdown .k-state-hover .k-input
{
color: @hover-text-color;
}
.k-state-error
{
border-color: @error-border-color;
background-color: @error-background-color;
color: @error-text-color;
}
.k-state-disabled
{
opacity:.7;
}
.k-tile-empty.k-state-selected,
.k-loading-mask.k-state-selected {
border-width: 0;
background-image: none;
background-color: transparent;
}
.k-state-disabled,
.k-state-disabled .k-link,
.k-other-month,
.k-other-month .k-link,
.k-dropzone em,
.k-dropzone .k-upload-status,
.k-tile-empty strong,
.k-slider .k-draghandle
{
color: @disabled-text-color;
}
.k-file .k-upload-status {
color: @normal-text-color;
}
// Progressbar
.k-progressbar-indeterminate
{
background: url('@{image-folder}/indeterminate.gif');
}
.k-progressbar-indeterminate .k-progress-status-wrap,
.k-progressbar-indeterminate .k-state-selected
{
display: none;
}
// Slider
.k-slider-track
{
background-color: @widget-border-color;
}
.k-slider-selection
{
background-color: @selected-background-color;
}
.k-slider-horizontal .k-tick
{
background-image:url('@{image-folder}/slider-h.gif');
}
.k-slider-vertical .k-tick
{
background-image:url('@{image-folder}/slider-v.gif');
}
// Tooltip
.k-widget.k-tooltip,
.k-chart-crosshair-tooltip,
.k-chart-shared-tooltip
{
border-color: @tooltip-border-color;
background-color: @tooltip-background-color;
color: @tooltip-text-color;
}
.k-widget.k-tooltip-validation
{
border-color: @validation-border-color;
background-color: @validation-background-color;
color: @validation-text-color;
}
// Bootstrap theme fix
.input-prepend .k-tooltip-validation,
.input-append .k-tooltip-validation
{
font-size: 12px;
position: relative;
top: 3px;
}
.k-callout-n
{
border-bottom-color: @tooltip-border-color;
}
.k-callout-w
{
border-right-color: @tooltip-border-color;
}
.k-callout-s
{
border-top-color: @tooltip-border-color;
}
.k-callout-e
{
border-left-color: @tooltip-border-color;
}
.k-tooltip-validation .k-callout-n
{
border-bottom-color: @validation-border-color;
}
.k-tooltip-validation .k-callout-w
{
border-right-color: @validation-border-color;
}
.k-tooltip-validation .k-callout-s
{
border-top-color: @validation-border-color;
}
.k-tooltip-validation .k-callout-e
{
border-left-color: @validation-border-color;
}
// Splitter
.k-splitbar
{
background-color: @splitbar-background-color;
}
.k-restricted-size-vertical,
.k-restricted-size-horizontal
{
background-color: @error-text-color;
}
// Upload
.k-file
{
background-color: @background;
border-color: @widget-border-color;
}
.k-file-progress
{
color: @upload-progress-text-color;
}
.k-file-progress .k-progress
{
background-color: @upload-progress-background-color;
}
.k-file-success .k-file-name,
.k-file-success .k-upload-pct
{
color: @upload-success-text-color;
}
.k-file-success .k-progress
{
background-color: @upload-success-background-color;
}
.k-file-error
{
color: @upload-error-text-color;
.k-file-extension-wrapper,
.k-multiple-files-extension-wrapper {
color: @upload-error-text-color;
border-color: @upload-error-text-color;
}
.k-file-extension-wrapper:before,
.k-multiple-files-extension-wrapper:before {
background-color: @widget-background-color;
border-color: transparent transparent @upload-error-text-color @upload-error-text-color;
}
}
.k-file-error .k-progress
{
background-color: @upload-error-background-color;
}
.k-file-extension-wrapper,
.k-multiple-files-extension-wrapper {
color: @disabled-text-color;
border-color: @disabled-text-color;
}
.k-file-invalid .k-file-name-invalid {
color: @upload-error-text-color;
}
.k-file-invalid-extension-wrapper,
.k-multiple-files-invalid-extension-wrapper {
color: @upload-error-text-color;
border-color: @upload-error-text-color;
}
.k-file-extension-wrapper:before,
.k-multiple-files-extension-wrapper:before {
background-color: @widget-background-color;
border-color: transparent transparent @disabled-text-color @disabled-text-color;
}
.k-file-invalid-extension-wrapper:before,
.k-multiple-files-invalid-extension-wrapper:before {
background-color: @widget-background-color;
border-color: transparent transparent @upload-error-text-color @upload-error-text-color;
}
.k-multiple-files-extension-wrapper:after {
border-top-color: @disabled-text-color;
border-left-color: @disabled-text-color;
}
.k-multiple-files-invalid-extension-wrapper:after {
border-top-color: @upload-error-text-color;
border-left-color: @upload-error-text-color;
}
.k-file-size,
.k-file-information,
.k-file-validation-message {
color: @disabled-text-color;
}
.k-upload .k-upload-selected {
color: @selected-text-color;
border-color: @widget-border-color;
&:hover {
color: @base;
background-color: @selected-text-color;
}
}
// ImageBrowser
.k-tile
{
border-color: @content-background-color;
}
.k-textbox:hover,
.k-tiles li.k-state-hover
{
border-color: @hover-border-color;
}
.k-tiles li.k-state-selected
{
border-color: @selected-border-color;
}
// TreeMap
.k-leaf,
.k-leaf.k-state-hover:hover
{
color: #fff;
}
.k-leaf.k-inverse,
.k-leaf.k-inverse.k-state-hover:hover
{
color: #000;
}
// Shadows
.k-widget
{
.box-shadow(@widget-shadow);
}
.k-slider,
.k-treeview,
.k-upload
{
.box-shadow(none);
}
.k-state-hover
{
.box-shadow(@hover-shadow);
}
.k-textbox:focus,
.k-autocomplete.k-state-focused,
.k-dropdown-wrap.k-state-focused,
.k-picker-wrap.k-state-focused,
.k-numeric-wrap.k-state-focused
{
.box-shadow(@focused-shadow);
}
.k-state-selected
{
.box-shadow(@selected-shadow);
}
.k-state-active
{
.box-shadow(@active-shadow);
}
.k-grid td.k-state-selected.k-state-focused
{
background-color: lighten(@selected-background-color, 3%);
}
.k-popup,
.k-menu .k-menu-group,
.k-grid .k-filter-options,
.k-time-popup,
.k-datepicker-calendar,
.k-autocomplete.k-state-border-down,
.k-autocomplete.k-state-border-up,
.k-dropdown-wrap.k-state-active,
.k-picker-wrap.k-state-active,
.k-multiselect-wrap.k-state-focused,
.k-state-focused > .k-multiselect-wrap,
.k-filebrowser .k-image,
.k-tooltip
{
.box-shadow(0 2px 2px 0 @shadow-color);
}
.k-calendar-container.k-popup {
.box-shadow(0 0px 6px 1px @shadow-color);
}
.k-treemap-tile.k-state-hover
{
.box-shadow(inset 0 0 0 3px @widget-border-color);
}
// Window
.k-window
{
.window-shadow(@shadow-color);
background-color: @widget-background-color;
}
.k-window.k-window-maximized,
.k-window-maximized .k-window-titlebar,
.k-window-maximized .k-window-content
{
border-radius: 0;
}
.k-shadow
{
.box-shadow(0 1px 2px 0 @shadow-color);
}
.k-inset
{
.box-shadow(inset 0 1px 1px @shadow-color);
}
// Selection
.k-editor-inline {
.selection(@accent);
}
// Notification
@import "themes/notification.less";
// Gantt
.k-gantt .k-treelist
{
background: @alt-background-color;
}
.k-gantt .k-treelist .k-alt
{
background-color: darken(@alt-background-color, 10%);
}
.k-gantt .k-treelist tr:hover {
background-color: @hover-background;
}
.k-gantt .k-treelist .k-state-selected,
.k-gantt .k-treelist .k-state-selected td,
.k-gantt .k-treelist .k-alt.k-state-selected,
.k-gantt .k-treelist .k-alt.k-state-selected > td
{
background-color: @selected-background-color;
}
.k-gantt .k-treelist .k-alt.k-state-selected:hover,
.k-gantt .k-treelist .k-alt.k-state-selected:hover td
{
background-color: darken(@selected-background, 4%);
}
.k-task-dot:after
{
background-color: @widget-text-color;
border-color: @widget-text-color;
}
.k-task-dot:hover:after
{
background-color: @active-background-color;
}
.k-task-summary
{
border-color: @task-summary-color;
background: @task-summary-color;
}
.k-task-milestone,
.k-task-summary-complete
{
border-color: @widget-text-color;
background: @widget-text-color;
}
.k-state-selected.k-task-summary
{
border-color: @task-summary-selected-color;
background: @task-summary-selected-color;
}
.k-state-selected.k-task-milestone,
.k-state-selected .k-task-summary-complete
{
border-color: @selected-background-color;
background: @selected-background-color;
}
.k-task-single
{
background-color: lighten(@event-background-color, 7%);
border-color: @event-background-color;
color: @event-text-color;
}
.k-state-selected.k-task-single
{
border-color: @selected-border-color;
}
.k-line
{
background-color: @widget-text-color;
color: @widget-text-color;
}
.k-state-selected.k-line
{
background-color: @selected-background-color;
color: @selected-background-color;
}
.k-resource
{
background-color: @widget-background-color;
}
// Border radius
.k-block,
.k-textbox,
.k-drag-clue,
.k-touch-scrollbar,
.k-window,
.k-window-titleless .k-window-content,
.k-window-action,
.k-inline-block,
.k-grid .k-filter-options,
.k-grouping-header .k-group-indicator,
.k-autocomplete,
.k-multiselect,
.k-combobox,
.k-dropdown,
.k-dropdown-wrap,
.k-datepicker,
.k-timepicker,
.k-colorpicker,
.k-datetimepicker,
.k-notification,
.k-numerictextbox,
.k-picker-wrap,
.k-numeric-wrap,
.k-list-container,
.k-calendar-container,
.k-calendar td,
.k-calendar .k-link,
.k-treeview .k-in,
.k-editor-inline,
.k-tooltip,
.k-tile,
.k-slider-track,
.k-slider-selection,
.k-upload
{
border-radius: @border-radius;
}
.k-toolbar .k-split-button .k-button
{
border-radius: @border-radius 0 0 @border-radius;
}
.k-rtl .k-tool.k-group-start,
.k-rtl .k-toolbar .k-split-button .k-button,
.k-rtl .k-toolbar .k-button-group .k-group-start
{
border-radius: 0 @border-radius @border-radius 0;
}
.k-toolbar .k-split-button .k-split-button-arrow
{
border-radius: 0 @border-radius @border-radius 0;
}
.k-rtl .k-tool.k-group-end,
.k-rtl .k-toolbar .k-button-group .k-group-end,
.k-rtl .k-toolbar .k-split-button .k-split-button-arrow
{
border-radius: @border-radius 0 0 @border-radius;
}
.k-calendar-container.k-state-border-up,
.k-list-container.k-state-border-up,
.k-autocomplete.k-state-border-up,
.k-multiselect.k-state-border-up,
.k-dropdown-wrap.k-state-border-up,
.k-picker-wrap.k-state-border-up,
.k-numeric-wrap.k-state-border-up,
.k-window-content,
.k-filter-menu
{
border-radius: 0 0 @border-radius @border-radius;
}
.k-autocomplete.k-state-border-up .k-input,
.k-dropdown-wrap.k-state-border-up .k-input,
.k-picker-wrap.k-state-border-up .k-input,
.k-picker-wrap.k-state-border-up .k-selected-color,
.k-numeric-wrap.k-state-border-up .k-input
{
border-radius: 0 0 0 @border-radius;
}
.k-multiselect.k-state-border-up .k-multiselect-wrap
{
border-radius: 0 0 @border-radius @border-radius;
}
.k-window-titlebar,
.k-block > .k-header,
.k-tabstrip-items .k-item,
.k-panelbar .k-tabstrip-items .k-item,
.k-tabstrip-items .k-link,
.k-calendar-container.k-state-border-down,
.k-list-container.k-state-border-down,
.k-autocomplete.k-state-border-down,
.k-multiselect.k-state-border-down,
.k-dropdown-wrap.k-state-border-down,
.k-picker-wrap.k-state-border-down,
.k-numeric-wrap.k-state-border-down
{
border-radius: @border-radius @border-radius 0 0;
}
.k-split-button.k-state-border-down > .k-button
{
border-radius: @border-radius 0 0 0;
}
.k-split-button.k-state-border-up > .k-button
{
border-radius: 0 0 0 @border-radius;
}
.k-split-button.k-state-border-down > .k-split-button-arrow
{
border-radius: 0 @border-radius 0 0;
}
.k-split-button.k-state-border-up > .k-split-button-arrow
{
border-radius: 0 0 @border-radius 0;
}
.k-dropdown-wrap .k-input,
.k-picker-wrap .k-input,
.k-numeric-wrap .k-input
{
border-radius: @inner-border-radius 0 0 @inner-border-radius;
}
.k-rtl .k-dropdown-wrap .k-input,
.k-rtl .k-picker-wrap .k-input,
.k-rtl .k-numeric-wrap .k-input
{
border-radius: 0 @inner-border-radius @inner-border-radius 0;
}
.k-numeric-wrap .k-link
{
border-radius: 0 @inner-border-radius 0 0;
}
.k-numeric-wrap .k-link + .k-link
{
border-radius: 0 0 @inner-border-radius 0;
}
.k-colorpicker .k-selected-color
{
border-radius: @inner-border-radius 0 0 @inner-border-radius;
}
.k-rtl .k-colorpicker .k-selected-color
{
border-radius: 0 @inner-border-radius @inner-border-radius 0;
}
.k-autocomplete.k-state-border-down .k-input
{
border-radius: @border-radius @border-radius 0 0;
}
.k-dropdown-wrap.k-state-border-down .k-input,
.k-picker-wrap.k-state-border-down .k-input,
.k-picker-wrap.k-state-border-down .k-selected-color,
.k-numeric-wrap.k-state-border-down .k-input
{
border-radius: @border-radius 0 0 0;
}
.k-numeric-wrap .k-link.k-state-selected
{
background-color: @numeric-selected-background;
}
.k-multiselect.k-state-border-down .k-multiselect-wrap
{
border-radius: @inner-border-radius @inner-border-radius 0 0;
}
.k-dropdown-wrap .k-select,
.k-picker-wrap .k-select,
.k-numeric-wrap .k-select,
.k-datetimepicker .k-select+.k-select,
.k-list-container.k-state-border-right
{
border-radius: 0 @border-radius @border-radius 0;
}
.k-rtl .k-dropdown-wrap .k-select,
.k-rtl .k-picker-wrap .k-select,
.k-rtl .k-numeric-wrap .k-select,
.k-rtl .k-datetimepicker .k-select+.k-select,
.k-rtl .k-list-container.k-state-border-right
{
border-radius: @border-radius 0 0 @border-radius;
}
.k-numeric-wrap.k-expand-padding .k-input
{
.guarded-border-radius(@border-radius);
}
.k-textbox > input,
.k-autocomplete .k-input,
.k-multiselect-wrap
{
.guarded-border-radius(@inner-border-radius);
}
.k-list .k-state-hover,
.k-list .k-state-focused,
.k-list .k-state-highlight,
.k-list .k-state-selected,
.k-fieldselector .k-list .k-item,
.k-list-optionlabel,
.k-dropzone,
.k-listbox .k-item
{
.guarded-border-radius(@list-border-radius);
}
.k-slider .k-button,
.k-grid .k-slider .k-button
{
border-radius: @slider-border-radius;
}
.k-draghandle
{
border-radius: @draghandle-border-radius;
}
.k-scheduler-toolbar > ul li:first-child,
.k-scheduler-toolbar > ul li:first-child .k-link,
.k-scheduler-toolbar > ul.k-scheduler-views li:first-child + li,
.k-scheduler-toolbar > ul.k-scheduler-views li:first-child + li .k-link
{
border-radius: @border-radius 0 0 @border-radius;
}
.k-rtl .k-scheduler-toolbar > ul li:first-child,
.k-rtl .k-scheduler-toolbar > ul li:first-child .k-link,
.k-rtl .k-scheduler-toolbar > ul.k-scheduler-views li:first-child + li,
.k-rtl .k-scheduler-toolbar > ul.k-scheduler-views li:first-child + li .k-link,
.km-view.k-popup-edit-form .k-scheduler-toolbar > ul li:last-child,
.km-view.k-popup-edit-form .k-scheduler-toolbar > ul li:last-child .k-link
{
border-radius: 0 @border-radius @border-radius 0;
}
.k-scheduler-phone .k-scheduler-toolbar > ul li.k-nav-today,
.k-scheduler-phone .k-scheduler-toolbar > ul li.k-nav-today .k-link,
.k-edit-field > .k-scheduler-navigation
{
border-radius: @border-radius;
}
.k-scheduler-toolbar .k-nav-next,
.k-scheduler-toolbar ul + ul li:last-child,
.k-scheduler-toolbar .k-nav-next .k-link,
.k-scheduler-toolbar ul + ul li:last-child .k-link
{
border-top-right-radius: @border-radius;
border-bottom-right-radius: @border-radius;
}
.k-rtl .k-scheduler-toolbar .k-nav-next,
.k-rtl .k-scheduler-toolbar ul + ul li:last-child,
.k-rtl .k-scheduler-toolbar .k-nav-next .k-link,
.k-rtl .k-scheduler-toolbar ul + ul li:last-child .k-link
{
border-radius: @border-radius 0 0 @border-radius;
}
.k-scheduler div.k-scheduler-footer ul li,
.k-scheduler div.k-scheduler-footer .k-link
{
border-radius: @border-radius;
}
.k-more-events,
.k-event,
.k-task-single,
.k-task-complete,
.k-event .k-link
{
border-radius: @inner-border-radius;
}
.k-scheduler-mobile .k-event
{
border-radius: (@inner-border-radius - 1);
}
// Adaptive Grid
.k-grid-mobile .k-column-active + th.k-header
{
border-left-color: @widget-text-color;
}
html .km-pane-wrapper .km-widget,
.k-ie .km-pane-wrapper .k-widget,
.k-ie .km-pane-wrapper .k-group,
.k-ie .km-pane-wrapper .k-content,
.k-ie .km-pane-wrapper .k-header,
.k-ie .km-pane-wrapper .k-popup-edit-form .k-edit-field .k-button,
.km-pane-wrapper .k-mobile-list .k-item,
.km-pane-wrapper .k-mobile-list .k-edit-label,
.km-pane-wrapper .k-mobile-list .k-edit-field
{
color: @widget-text-color;
}
@media screen and (-ms-high-contrast: active)
and (-ms-high-contrast: none) {
div.km-pane-wrapper a
{
color: @widget-text-color;
}
}
.km-pane-wrapper .k-mobile-list .k-item,
.km-pane-wrapper .k-mobile-list .k-edit-field,
.km-pane-wrapper .k-mobile-list .k-recur-view > .k-edit-field .k-check
{
background-color: @widget-background-color;
border-top: 1px solid @cell-border-color;
}
.km-pane-wrapper .k-mobile-list .k-edit-field textarea
{
outline-width: 0;
}
.km-pane-wrapper .k-mobile-list .k-item.k-state-selected
{
background-color: @selected-background-color;
border-top-color: @selected-border-color;
}
.km-pane-wrapper .k-mobile-list .k-recur-view > .k-edit-field .k-check:first-child
{
border-top-color: transparent;
}
.km-pane-wrapper .k-mobile-list .k-item:last-child
{
.box-shadow(inset 0 -1px 0 @cell-border-color);
}
.km-pane-wrapper .k-mobile-list > ul > li > .k-link,
.km-pane-wrapper .k-mobile-list .k-recur-view > .k-edit-label:nth-child(3),
.km-pane-wrapper #recurrence .km-scroll-container > .k-edit-label:first-child
{
color: darken(@cell-border-color, 30);
}
.km-pane-wrapper .k-mobile-list > ul > li > .k-link
{
border-bottom: 1px solid @cell-border-color;
}
.km-pane-wrapper .k-mobile-list .k-edit-field
{
.box-shadow(0 1px 1px @cell-border-color);
}
.km-actionsheet .k-grid-delete,
.km-actionsheet .k-scheduler-delete,
.km-pane-wrapper .k-scheduler-delete,
.km-pane-wrapper .k-filter-menu .k-button[type=reset]
{
color: #fff;
border-color: @error-border-color;
background-color: red;
background-image: linear-gradient(to bottom, rgba(255,255,255,.3), rgba(255,255,255,.15));
}
.km-actionsheet .k-grid-delete:active,
.km-actionsheet .k-scheduler-delete:active,
.km-pane-wrapper .k-scheduler-delete:active,
.km-pane-wrapper .k-filter-menu .k-button[type=reset]:active
{
background-color: darken(red, 20);
}
// /Column Menu
.k-autocomplete.k-state-default,
.k-picker-wrap.k-state-default,
.k-numeric-wrap.k-state-default,
.k-dropdown-wrap.k-state-default
{
.composite-background(@widget-gradient);
background-position: 50% 50%;
color: @drop-down-text-color;
background-color: @drop-down-background;
border-color: @drop-down-border-color;
}
.k-autocomplete.k-state-hover,
.k-picker-wrap.k-state-hover,
.k-numeric-wrap.k-state-hover,
.k-dropdown-wrap.k-state-hover
{
background-color: @select-hover-background-color;
.composite-background(@hover-gradient);
background-position: 50% 50%;
border-color: @drop-down-hover-border-color;
}
.k-multiselect-wrap
{
border-color: @drop-down-border-color;
}
.k-multiselect-wrap.k-state-hover,
.k-state-hover > .k-multiselect-wrap,
.k-multiselect-wrap.k-state-hover
{
border-color: @drop-down-hover-border-color;
background-color: @input-bg;
color: @input-text;
}
.k-autocomplete.k-state-focused,
.k-picker-wrap.k-state-focused,
.k-numeric-wrap.k-state-focused,
.k-dropdown-wrap.k-state-focused,
.k-multiselect.k-header.k-state-focused
{
background-color: @select-hover-background-color;
.composite-background(@hover-gradient);
background-position: 50% 50%;
border-color: @drop-down-focused-border-color;
.box-shadow(@focused-shadow);
}
.k-multiselect-wrap.k-state-focused,
.k-state-focused > .k-multiselect-wrap
{
border-color: @drop-down-focused-border-color;
.box-shadow(@focused-shadow);
}
.k-list-container
{
color: @drop-down-text-color;
}
.k-nodata {
color: @disabled-text-color;
}
.k-dropdown .k-input,
.k-dropdown .k-state-focused .k-input,
.k-menu .k-popup
{
color: @drop-down-text-color;
}
.k-state-default > .k-select
{
border-color: @drop-down-border-color;
}
.k-state-focused > .k-select
{
border-color: @drop-down-hover-border-color;
}
.k-state-hover > .k-select
{
border-color: @drop-down-focused-border-color;
}
.k-tabstrip:focus
{
.box-shadow(@focused-shadow);
}
.k-tabstrip-items .k-item .k-link,
.k-panelbar > li.k-state-default > .k-link
{
color: @tabstrip-tabs-color;
}
.k-tabstrip-items .k-state-hover .k-link,
.k-panelbar > li.k-state-hover > .k-link,
.k-panelbar>li.k-state-default>.k-link.k-state-hover
{
color: @hover-tex