Changed ui, used flowpanes to make center slider compatible to smaller screens. URLs are now clickable. Tooltips are shown in case of too small table drawings. Added documentation in the gethub manual.
This commit is contained in:
@@ -198,4 +198,20 @@
|
||||
.table-cell-50PercentAP {
|
||||
-fx-text-fill: #fa9f66;
|
||||
-fx-font-weight: bold;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Clickable web links inside message-table cells.
|
||||
* Text fragments keep the current table-cell color; links remain visible.
|
||||
*/
|
||||
.message-table-link {
|
||||
-fx-padding: 0;
|
||||
-fx-border-color: transparent;
|
||||
-fx-underline: true;
|
||||
-fx-text-fill: #005eb8;
|
||||
}
|
||||
|
||||
.message-table-link:visited {
|
||||
-fx-text-fill: #6b3fa0;
|
||||
}
|
||||
@@ -240,4 +240,19 @@
|
||||
.table-cell-50PercentAP {
|
||||
-fx-text-fill: #fa9f66;
|
||||
-fx-font-weight: bold;
|
||||
}
|
||||
|
||||
/*
|
||||
* Clickable web links inside message-table cells.
|
||||
* Brighter colors preserve contrast on the dark table background.
|
||||
*/
|
||||
.message-table-link {
|
||||
-fx-padding: 0;
|
||||
-fx-border-color: transparent;
|
||||
-fx-underline: true;
|
||||
-fx-text-fill: #73b7ff;
|
||||
}
|
||||
|
||||
.message-table-link:visited {
|
||||
-fx-text-fill: #c59cff;
|
||||
}
|
||||
Reference in New Issue
Block a user