mirror of https://github.com/Sonarr/Sonarr
Transform buttons to title case
This commit is contained in:
parent
b73413f189
commit
95bd82778f
|
@ -72,3 +72,7 @@
|
|||
border-radius:6px 0 6px 6px;
|
||||
}
|
||||
}
|
||||
|
||||
.btn {
|
||||
text-transform: capitalize;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue