diff options
| author | Frederick Muriuki Muriithi | 2025-12-18 10:54:27 -0600 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2025-12-18 10:56:53 -0600 |
| commit | d04b7cb89b3fbaa1689f8f6525a2740eda7c3be3 (patch) | |
| tree | d5f9b04f81170b100e6cae66f7165cf549d0c5e6 /uploader/static | |
| parent | 01ffc39815b2f15c8e3a6523799764372b12122a (diff) | |
| download | gn-uploader-d04b7cb89b3fbaa1689f8f6525a2740eda7c3be3.tar.gz | |
Diffstat (limited to 'uploader/static')
| -rw-r--r-- | uploader/static/css/theme.css | 5 |
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; +} |
