mirror of
https://github.com/praktimarc/kst4contest.git
synced 2026-08-24 11:06:59 +02:00
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;
|
||||
}
|
||||
Reference in New Issue
Block a user