aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2025-11-04 22:17:21 -0800
committerchrislu <chris.lu@gmail.com>2025-11-04 22:17:21 -0800
commitcc444b186849cc4e476d539dd2643058a8160534 (patch)
treec4d53e33f1f65b626fe5931143d7f495aef07de2
parentca8cd631ff5b833feef665b610a24154b9156935 (diff)
downloadseaweedfs-cc444b186849cc4e476d539dd2643058a8160534.tar.xz
seaweedfs-cc444b186849cc4e476d539dd2643058a8160534.zip
muted texts
-rw-r--r--weed/admin/static/css/admin.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/weed/admin/static/css/admin.css b/weed/admin/static/css/admin.css
index 7b5c2eea2..8f387b1df 100644
--- a/weed/admin/static/css/admin.css
+++ b/weed/admin/static/css/admin.css
@@ -146,6 +146,27 @@ main {
color: #fff !important;
}
+/* Muted text color utilities */
+.text-primary {
+ color: #6b8caf !important;
+}
+
+.text-success {
+ color: #5a8a72 !important;
+}
+
+.text-info {
+ color: #6a9aaa !important;
+}
+
+.text-warning {
+ color: #b8995e !important;
+}
+
+.text-danger {
+ color: #a5615c !important;
+}
+
/* Progress bars */
.progress {
background-color: #f8f9fc;