about summary refs log tree commit diff
path: root/uploader/static/css
diff options
context:
space:
mode:
Diffstat (limited to 'uploader/static/css')
-rw-r--r--uploader/static/css/theme.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/uploader/static/css/theme.css b/uploader/static/css/theme.css
index 2acce5f..bdac745 100644
--- a/uploader/static/css/theme.css
+++ b/uploader/static/css/theme.css
@@ -56,6 +56,10 @@ body {
     text-transform: capitalize;
 }
 
+label {
+    text-transform: Capitalize;
+}
+
 input[type="search"] {
     border-radius: 5px;
 }
@@ -79,3 +83,8 @@ table.dataTable tbody tr.selected td {
     padding-bottom: 0.2em;
     border-bottom: solid gray 1px;
 }
+
+
+.breadcrumb-item {
+    text-transform: Capitalize;
+}