From ac46e9a4929f77e7837a0ef2ceab83f06474116d Mon Sep 17 00:00:00 2001 From: Alezia Kurdis <60075796+AleziaKurdis@users.noreply.github.com> Date: Mon, 9 Nov 2020 00:28:54 -0500 Subject: [PATCH] Remove uppercase from Create App List header Remove uppercase from Create App List header The columns headers were forced to be displayed in uppercase This was causing the wrong icon to be displayed for some columns like "script". Uppercase wasn't necessary, the header was looking overloaded when many columns are displayed. --- scripts/system/html/css/edit-style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/system/html/css/edit-style.css b/scripts/system/html/css/edit-style.css index 1f1fb9c86a..14cfe5e431 100644 --- a/scripts/system/html/css/edit-style.css +++ b/scripts/system/html/css/edit-style.css @@ -109,7 +109,6 @@ table { thead { font-family: Raleway-Regular; font-size: 12px; - text-transform: uppercase; background-color: #1c1c1c; padding: 1px 0; border-bottom: 1px solid #575757;