mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-04 13:26:44 +00:00
fix wallet loading failure icon color in tab label when using dark theme
This commit is contained in:
parent
cd4edab4ae
commit
1187925543
1 changed files with 2 additions and 2 deletions
|
@ -122,8 +122,8 @@ HorizontalHeaderColumn > TableColumnHeader.column-header.table-column{
|
||||||
-fx-bar-fill: rgba(135, 138, 149, 0.5);
|
-fx-bar-fill: rgba(135, 138, 149, 0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
.tab-label .failure {
|
.root .tab-pane > .tab-header-area > .headers-region > .tab .tab-label .glyph-font.failure {
|
||||||
-fx-fill: #e06c75;
|
-fx-text-fill: #e06c75;
|
||||||
}
|
}
|
||||||
|
|
||||||
.status-bar .tor-status.failure .glyph-font {
|
.status-bar .tor-status.failure .glyph-font {
|
||||||
|
|
Loading…
Reference in a new issue