diff --git a/main/ui/src/main/resources/css/dark_theme.css b/main/ui/src/main/resources/css/dark_theme.css
index 3c309a9da..3a586b148 100644
--- a/main/ui/src/main/resources/css/dark_theme.css
+++ b/main/ui/src/main/resources/css/dark_theme.css
@@ -51,6 +51,7 @@
YELLOW_5: #F1C40F;
MAIN_BG: GRAY_1;
+ MUTED_BG: GRAY_3;
TEXT_FILL: GRAY_9;
TEXT_FILL_HIGHLIGHTED: PRIMARY;
TEXT_FILL_MUTED: GRAY_5;
@@ -95,7 +96,7 @@
-fx-text-fill: TEXT_FILL;
}
-.label-secondary {
+.label-muted {
-fx-text-fill: TEXT_FILL_MUTED;
}
@@ -374,9 +375,9 @@
-fx-background-color: PRIMARY;
}
-.badge-secondary {
+.badge-muted {
-fx-text-fill: white;
- -fx-background-color: SECONDARY;
+ -fx-background-color: MUTED_BG;
}
/*******************************************************************************
@@ -571,7 +572,7 @@
-fx-underline: true;
}
-.hyperlink.hyperlink-secondary {
+.hyperlink.hyperlink-muted {
-fx-text-fill: TEXT_FILL_MUTED;
}
diff --git a/main/ui/src/main/resources/css/light_theme.css b/main/ui/src/main/resources/css/light_theme.css
index 3b3594ffd..cb644d901 100644
--- a/main/ui/src/main/resources/css/light_theme.css
+++ b/main/ui/src/main/resources/css/light_theme.css
@@ -51,6 +51,7 @@
YELLOW_5: #F1C40F;
MAIN_BG: GRAY_9;
+ MUTED_BG: GRAY_5;
TEXT_FILL: GRAY_0;
TEXT_FILL_HIGHLIGHTED: PRIMARY;
TEXT_FILL_MUTED: GRAY_5;
@@ -95,7 +96,7 @@
-fx-text-fill: TEXT_FILL;
}
-.label-secondary {
+.label-muted {
-fx-text-fill: TEXT_FILL_MUTED;
}
@@ -373,9 +374,9 @@
-fx-background-color: PRIMARY;
}
-.badge-secondary {
+.badge-muted {
-fx-text-fill: white;
- -fx-background-color: SECONDARY;
+ -fx-background-color: MUTED_BG;
}
/*******************************************************************************
@@ -570,7 +571,7 @@
-fx-underline: true;
}
-.hyperlink.hyperlink-secondary {
+.hyperlink.hyperlink-muted {
-fx-text-fill: TEXT_FILL_MUTED;
}
diff --git a/main/ui/src/main/resources/fxml/new_password.fxml b/main/ui/src/main/resources/fxml/new_password.fxml
index 358f027e5..b13da1245 100644
--- a/main/ui/src/main/resources/fxml/new_password.fxml
+++ b/main/ui/src/main/resources/fxml/new_password.fxml
@@ -19,12 +19,12 @@
-
+
-
+
diff --git a/main/ui/src/main/resources/fxml/preferences_general.fxml b/main/ui/src/main/resources/fxml/preferences_general.fxml
index 555264bfe..04b8ce9b0 100644
--- a/main/ui/src/main/resources/fxml/preferences_general.fxml
+++ b/main/ui/src/main/resources/fxml/preferences_general.fxml
@@ -23,7 +23,7 @@
-
+
diff --git a/main/ui/src/main/resources/fxml/vault_detail.fxml b/main/ui/src/main/resources/fxml/vault_detail.fxml
index 3c97edb9d..349db1f4c 100644
--- a/main/ui/src/main/resources/fxml/vault_detail.fxml
+++ b/main/ui/src/main/resources/fxml/vault_detail.fxml
@@ -32,11 +32,11 @@
-
-
+
+
-
+