mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07:00
Transform buttons to title case
This commit is contained in:
parent
b73413f189
commit
95bd82778f
1 changed files with 4 additions and 0 deletions
4
src/UI/Content/Overrides/bootstrap.less
vendored
4
src/UI/Content/Overrides/bootstrap.less
vendored
|
@ -72,3 +72,7 @@
|
||||||
border-radius:6px 0 6px 6px;
|
border-radius:6px 0 6px 6px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.btn {
|
||||||
|
text-transform: capitalize;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue