mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-22 13:06:34 +00:00
Turn off the text-transform with a class
This commit is contained in:
parent
9c36b38ee3
commit
3b001d1837
@ -46,3 +46,7 @@ select {
|
||||
background-color: $main-button-background-hover-colour !important;
|
||||
}
|
||||
}
|
||||
|
||||
.no-text-transform {
|
||||
text-transform: none;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user