FTS css styles for search window #1143

This commit is contained in:
Andrey Subbotin 2018-08-14 10:42:44 +04:00
parent f8ec2b8787
commit 0cffc96dbf
2 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,27 @@
/*!
* Copyright (c) 2008-2016 Haulmont.
*
* 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.
*/
@mixin fts-search-window {
.c-fts-current-page {
.v-button-caption {
font-weight:bold !important;
}
}
.c-fts-navigation-box {
background-color: $v-background-color;
border: valo-border();
}
}

View File

@ -104,6 +104,7 @@
@import "app/report-templates";
@import "app/localized-frame";
@import "app/entity-inspector-browse";
@import "app/fts-search-window";
// Add-ons
@import "addons/aceeditor/ace-gwt";
@ -209,4 +210,5 @@
@include cuba-report-templates;
@include cuba-localized-frame;
@include cuba-entity-inspector-browse;
@include fts-search-window;
}