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

view.reporting.ReportingDialog.css Maven / Gradle / Ivy

There is a newer version: 0.1.5
Show newest version
/*-
 * #%L
 * FOKProjects Common
 * %%
 * Copyright (C) 2016 - 2017 Frederik Kammel
 * %%
 * 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.
 * #L%
 */


#rich-blue {
    -fx-background-color:
        #000000,
        linear-gradient(#7ebcea, #2f4b8f),
        linear-gradient(#426ab7, #263e75),
        linear-gradient(#395cab, #223768);

    -fx-text-fill: white;
}

.error {
  -fx-background-color: -text-area-background;
}

.text-area .content {
    -fx-background-color: -text-area-background;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy