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

editor-web.explorer.css.notification-bar.css Maven / Gradle / Ivy

There is a newer version: 4.1.2-RC13
Show newest version
/*
 * Copyright 2018 Royal Bank of Scotland
 *
 * 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.
 */

.notification-bar {
    -fx-background-color: linear-gradient(to bottom, black, darkslategray);
}

.notification-bar > .notification-bar-item {
    -fx-padding: 10;
}

.notification-bar > .notification-bar-item > Label {
    -fx-text-fill: white;
    -fx-font-weight: bold;
    -fx-font-size: 13;
}

.notification-bar > .notification-bar-item > .progress-bar > .bar {
    -fx-padding: 8;
}

.notification-bar > .notification-bar-item > .progress-bar > .track {
    -fx-opacity: 0.0;
}

.notification-bar > .notification-bar-item > .button {
    -fx-base: orange;
    -fx-font-weight: bold;
    -fx-font-size: 12;
    -fx-text-fill: white;
    -fx-background-insets: 1;
    -fx-background-radius: 5;
}

.thin-progress-bar > .bar {
    -fx-padding: 8;
}

.thin-progress-bar > .track {
    -fx-background-color: #bce7f5;
    -fx-background-insets: 3 3 4 3;
    /*-fx-background-radius: 0.583em; *//* 7 */
    -fx-background-radius: 2;
    -fx-padding: 8;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy