mirror of
https://gitee.com/jmix/cuba.git
synced 2024-12-02 11:17:40 +08:00
FTS css styles for search window #1143
This commit is contained in:
parent
f8ec2b8787
commit
0cffc96dbf
27
modules/web/themes/halo/app/fts-search-window.scss
Normal file
27
modules/web/themes/halo/app/fts-search-window.scss
Normal 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();
|
||||
}
|
||||
}
|
@ -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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user