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

static.dynamia-tools.css.zk-viewers.css Maven / Gradle / Ivy

The newest version!
/*
 * Copyright (C) 2009 - 2019 Dynamia Soluciones IT S.A.S - NIT 900302344-1
 * Colombia - South America
 * All Rights Reserved.
 *
 * DynamiaTools is free software: you can redistribute it and/or modify it
 * under the terms of the GNU Lesser General Public License (LGPL v3) as
 * published by the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * DynamiaTools 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 DynamiaTools.  If not, see .
 */

.separator {
    padding: 5px;
    margin-bottom: 10px;
    text-align: left;
    background: #006699;
}

.separator * {
    color: white;
    font-family: Verdana;
    font-weight: bold;
    font-size: 10pt;
}


.crud-toolbar td.z-hbox-sep {
    width: 0;
    padding: 0;
}

.z-toolbar {
    border: 0;
}


.entitypicker .z-bandbox-inp {
    font-style: italic;
    color: silver;
}

.entitypicker-changing .z-bandbox-inp {
    color: black;
    font-style: normal;
}

.entitypicker-selected .z-bandbox-inp {
    color: black;
    font-style: normal;
    font-weight: bold;
}

.tableDefaultItem {
    color: #296900;
    background-color: #D0FFD0
}


.table-view .z-listitem .z-listcell {

}

.nullvalue {
    font-style: italic;
    color: silver;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy