修复部分控件 Tooltip 文字颜色异常的问题 (#4947)
This commit is contained in:
@@ -429,17 +429,6 @@
|
|||||||
-fx-fill: -monet-primary-container;
|
-fx-fill: -monet-primary-container;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*******************************************************************************
|
|
||||||
* *
|
|
||||||
* Tooltip *
|
|
||||||
* *
|
|
||||||
******************************************************************************/
|
|
||||||
|
|
||||||
.tooltip {
|
|
||||||
-fx-text-fill: -monet-inverse-on-surface;
|
|
||||||
-fx-background-color: -monet-inverse-surface;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* *
|
* *
|
||||||
* JFX Tab Pane *
|
* JFX Tab Pane *
|
||||||
@@ -1683,3 +1672,18 @@
|
|||||||
.html-italic {
|
.html-italic {
|
||||||
-fx-font-style: italic;
|
-fx-font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*******************************************************************************
|
||||||
|
* *
|
||||||
|
* Tooltip *
|
||||||
|
* *
|
||||||
|
******************************************************************************/
|
||||||
|
|
||||||
|
.tooltip {
|
||||||
|
-fx-text-fill: -monet-inverse-on-surface;
|
||||||
|
-fx-background-color: -monet-inverse-surface;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tooltip .text {
|
||||||
|
-fx-fill: -monet-inverse-on-surface;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user