css.controls.jfx-tab-pane.css Maven / Gradle / Ivy
/**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you 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.
*/
.jfx-tab-pane .tab-header-background {
-fx-background-color: #00BCD4;
}
.jfx-tab-pane .tab-header-area .tab-down-button {
-fx-background-color: WHITE;
-fx-min-width: 0.8em;
-fx-max-width: 0.8em;
-fx-min-height: 1.3em;
-fx-max-height: 1.3em;
}
.jfx-tab-pane .tab-header-area .control-buttons-tab .jfx-rippler {
-jfx-rippler-fill: WHITE;
}
.jfx-tab-pane .tab-header-area .tab-down-button:left {
-fx-shape: "M 742,-37 90,614 Q 53,651 53,704.5 53,758 90,795 l 652,651 q 37,37 90.5,37 53.5,0 90.5,-37 l 75,-75 q 37,-37 37,-90.5 0,-53.5 -37,-90.5 L 512,704 998,219 q 37,-38 37,-91 0,-53 -37,-90 L 923,-37 Q 886,-74 832.5,-74 779,-74 742,-37 z";
}
.jfx-tab-pane .tab-header-area .tab-down-button:right {
-fx-shape: "m 1099,704 q 0,-52 -37,-91 L 410,-38 q -37,-37 -90,-37 -53,0 -90,37 l -76,75 q -37,39 -37,91 0,53 37,90 l 486,486 -486,485 q -37,39 -37,91 0,53 37,90 l 76,75 q 36,38 90,38 54,0 90,-38 l 652,-651 q 37,-37 37,-90 z"
}
.jfx-tab-pane .headers-region > .tab-selected-line{
-fx-pref-width: 1px !important;
-fx-pref-height: 2px;
}
.jfx-tab-pane .headers-region > .tab > .jfx-rippler {
-jfx-rippler-fill: #FFFF8D;
}
.jfx-tab-pane .headers-region .tab-selected-line {
-fx-background-color: #FFFF8D;;
}
.jfx-tab-pane .headers-region .tab:closable {
-fx-border-color: rgba(255,255,255, .87);
-fx-border-width: 0 2 0 0;
-fx-border-style: dotted;
-fx-border-insets: 8 0 8 0;
-fx-padding: 0 8 0 8;
}
.jfx-tab-pane .headers-region .tab .tab-container .tab-label {
-fx-text-fill: rgba(255,255,255, .87);
-fx-font-weight: BOLD;
-fx-padding: 6 10 6 10;
-fx-font-size: 16;
}
.jfx-tab-pane .headers-region .tab:closable .tab-container .tab-label{
-fx-padding: 0 8 0 6;
}
.jfx-tab-pane .headers-region .tab:selected .tab-container .tab-label {
-fx-text-fill: WHITE;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy