1
0
mirror of https://github.com/ACINQ/eclair.git synced 2024-11-20 10:39:19 +01:00

Increased font size of error/description messages

This commit is contained in:
dpad85 2017-02-02 16:09:49 +01:00
parent 9955f7cdbc
commit 2d7d9a7528

View File

@ -6,7 +6,7 @@
.text-error {
-fx-text-fill: rgb(216,31,74);
-fx-font-size: 10px;
-fx-font-size: 11px;
-fx-translate-y: 6px;
}
@ -15,8 +15,8 @@
}
.label-description {
-fx-text-fill: rgb(156,159,161);
-fx-font-size: 10px;
-fx-text-fill: rgb(146,149,151);
-fx-font-size: 11px;
}
.link {