mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 10:37:39 -07:00
lowercase on sort_by text
This commit is contained in:
parent
5b06701fdc
commit
29f5cc6aca
1 changed files with 1 additions and 1 deletions
2
web/css/styles.min.css
vendored
2
web/css/styles.min.css
vendored
|
@ -989,7 +989,7 @@ div.l-content > div.l-separator:nth-of-type(4) {
|
|||
}
|
||||
|
||||
.l-sort-toolbar .sort-by b {
|
||||
text-transform: uppercase;
|
||||
text-transform: lowercase;
|
||||
padding-left: 3px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue