mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 19:14:59 +02:00
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.
This commit is contained in:
parent
dcb1493eaf
commit
ac46e9a492
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue