Skip to content

Commit 7cfb576

Browse files
committed
updated richtextfx library, updated styles of editors with highlighting, updated style of some dialogs.
1 parent 650a57b commit 7cfb576

19 files changed

Lines changed: 74 additions & 49 deletions

libs/richtextfx-0.7-M5-sources.jar

75.9 KB
Binary file not shown.

libs/richtextfx-fat-0.6.10.jar

-660 KB
Binary file not shown.

libs/richtextfx-fat-0.7-M5.jar

749 KB
Binary file not shown.

resources/ui/css/base.bss

124 Bytes
Binary file not shown.

resources/ui/css/base.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -832,6 +832,9 @@
832832
******************************************************************************/
833833

834834
.text-area {
835+
-fx-font-family: "Ubuntu Mono";
836+
-fx-font-size: 14;
837+
-fx-font-weight: normal;
835838
-fx-background-color: transparent;
836839
-fx-background-insets: 0;
837840
-fx-background-radius: 0;
@@ -860,7 +863,7 @@
860863
}
861864

862865
.text-area:disabled {
863-
-fx-opacity: -fx-disabled-opacity;
866+
-fx-opacity: -var-disabled-opacity;
864867
}
865868

866869
/*******************************************************************************
-46 Bytes
Binary file not shown.

resources/ui/css/custom_classes.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -646,8 +646,6 @@
646646
******************************************************************************/
647647

648648
.text-editor-text-area {
649-
-fx-font-family: "Ubuntu Mono";
650-
-fx-font-size: 13px;
651649
}
652650

653651
/*******************************************************************************

resources/ui/css/custom_ids.bss

-204 Bytes
Binary file not shown.

resources/ui/css/custom_ids.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@
7070
-fx-background-color: -var-background-color;
7171
-fx-fill: -var-font-color;
7272
-fx-text-fill: -var-font-color;
73-
-fx-font-family: "Ubuntu Mono";
74-
-fx-font-size: 13px;
7573
}
7674

7775
#LogView .caret {
@@ -80,8 +78,6 @@
8078

8179
#LogView .content {
8280
-fx-background-color: -var-background-color;
83-
-fx-fill: -var-font-color;
84-
-fx-text-fill: -var-font-color;
8581
}
8682

8783
/*******************************************************************************

resources/ui/css/external.bss

498 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)