about summary refs log tree commit diff
path: root/uploader/static
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2025-12-18 10:54:27 -0600
committerFrederick Muriuki Muriithi2025-12-18 10:56:53 -0600
commitd04b7cb89b3fbaa1689f8f6525a2740eda7c3be3 (patch)
treed5f9b04f81170b100e6cae66f7165cf549d0c5e6 /uploader/static
parent01ffc39815b2f15c8e3a6523799764372b12122a (diff)
downloadgn-uploader-d04b7cb89b3fbaa1689f8f6525a2740eda7c3be3.tar.gz
Provide new streamlined UI for publications. HEAD main
Diffstat (limited to 'uploader/static')
-rw-r--r--uploader/static/css/theme.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/uploader/static/css/theme.css b/uploader/static/css/theme.css
index 99b7af3..bdac745 100644
--- a/uploader/static/css/theme.css
+++ b/uploader/static/css/theme.css
@@ -83,3 +83,8 @@ table.dataTable tbody tr.selected td {
     padding-bottom: 0.2em;
     border-bottom: solid gray 1px;
 }
+
+
+.breadcrumb-item {
+    text-transform: Capitalize;
+}