refine UI:

* align locate/decrypt buttons horizontally
* change to text icons
* dedup code
This commit is contained in:
Armin Schrenk
2025-03-17 12:02:03 +01:00
parent eaa6b31de8
commit 24e31553fd
6 changed files with 120 additions and 93 deletions
Binary file not shown.
Binary file not shown.
+9 -8
View File
@@ -17,7 +17,8 @@
}
@font-face {
src: url('courierprime_regular.ttf');
src: url('firacode_regular.ttf');
}
}
/*******************************************************************************
@@ -128,6 +129,13 @@
-fx-fill: TEXT_FILL;
}
.cryptic-text {
-fx-background-color: MAIN_BG;
-fx-text-fill: TEXT_FILL;
-fx-font-family: 'Fira Code';
-fx-font-size: 1.1em;
}
/*******************************************************************************
* *
* Glyph Icons *
@@ -929,13 +937,6 @@
-fx-border-width: 1px;
}
.cryptic-text {
-fx-background-color: MAIN_BG;
-fx-text-fill: TEXT_FILL;
-fx-font-family: 'Courier Prime';
-fx-font-size: 1.1em;
}
.button.drag-n-drop:focused {
-fx-border-color: CONTROL_BORDER_FOCUSED;
}