All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.sf.jasperreports.components.sort.resources.jive.sort.vm.css Maven / Gradle / Ivy

There is a newer version: 6.21.2
Show newest version
/*
 * JasperReports - Free Java Reporting Library.
 * Copyright (C) 2001 - 2022 TIBCO Software Inc. All rights reserved.
 * http://www.jaspersoft.com
 *
 * Unless you have purchased a commercial license agreement from Jaspersoft,
 * the following license terms apply:
 *
 * This program is part of JasperReports.
 *
 * JasperReports is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * JasperReports is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 * GNU Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public License
 * along with JasperReports. If not, see .
 */

.filterdiv {
    text-align: center;
    background-color: #FFFFFF;
    /*-moz-box-shadow: 0 0 5px 5px #888;
    -webkit-box-shadow: 0 0 5px 5px#888;
    box-shadow: 0 0 5px 5px #888;
    -moz-border-radius: 5px;
    border-radius: 5px;*/
    border: 1px solid black;
    text-align: left;
}

.hidefilter {
    background-image: url('${path}net/sf/jasperreports/components/headertoolbar/resources/images/delete_edit.gif');
    border: 0;
    cursor: pointer;
    height: 16px;
    margin: 0;
    position: absolute;
    padding: 0;
    right: 2px;
    top: 2px;
    vertical-align: top;
    width: 16px;
}

.filterOperatorTypeValueSelector {
    display: inline;
    width: 140px;
}

.filterDivForm {
    padding: 16px;
    /*width: 300px;*/
}

.sortAscBtnDefault {
    background-image: url('${path}net/sf/jasperreports/components/headertoolbar/resources/images/sort_asc.png');
}

.sortAscBtnDefault:hover {
    background-image: url('${path}net/sf/jasperreports/components/headertoolbar/resources/images/sort_asc_over.png');
}

.sortAscBtnDefaultHover, .sortAscBtnEnabled, .sortAscBtnEnabledHover{
    background-image: url('${path}net/sf/jasperreports/components/headertoolbar/resources/images/sort_asc_over.png');
}

.sortDescBtnDefault {
    background-image: url('${path}net/sf/jasperreports/components/headertoolbar/resources/images/sort_desc.png');
}

.sortDescBtnDefault:hover {
    background-image: url('${path}net/sf/jasperreports/components/headertoolbar/resources/images/sort_desc_over.png');
}

.sortDescBtnDefaultHover, .sortDescBtnEnabled, .sortDescBtnEnabledHover{
    background-image: url('${path}net/sf/jasperreports/components/headertoolbar/resources/images/sort_desc_over.png');
}

.filterBtnDisabled, .filterBtnDefault {
    background-image: url('${path}net/sf/jasperreports/components/headertoolbar/resources/images/filter.png');
}

.filterBtnDefaultHover, .filterBtnEnabled, .filterBtnEnabledHover {
    background-image: url('${path}net/sf/jasperreports/components/headertoolbar/resources/images/filter_over.png');
}

.filterBtnWrong, .filterBtnWrongHover {
    background-image: url('${path}net/sf/jasperreports/components/headertoolbar/resources/images/filter_wrong.png');
}

.filterValue {
    width: 80px;
}

.sortlink {
    background-image: url('${path}net/sf/jasperreports/engine/images/pixel.GIF');
}

.filterSymbol_Inactive {
    display: none;
}

.sortSymbolImage, .filterSymbolImage {
    border: 0px;
    height: 14px;
    margin: 0px 1px;
    padding: 0px;
    width: 15px;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy