removed the error list and added a clickable sidaebar wih error markers to have more editing space

This commit is contained in:
Andreas Billmann
2016-01-27 04:39:53 +01:00
parent b4cc3f9922
commit 26c06a0908
6 changed files with 255 additions and 123 deletions

View File

@@ -146,3 +146,10 @@
-fx-padding: 0 5.417em 0 0;
}
.tooltip {
-fx-background-radius: 2 2 2 2;
-fx-background-color: linear-gradient(#eeeeee, #aaaaaa);
-fx-text-fill: black;
-fx-font-size: 12px;
-fx-padding: 10 10 10 10;
}