Lowercase menubar titles.
This commit is contained in:
parent
d0809510c4
commit
1789d0ce21
@ -76,6 +76,12 @@
|
|||||||
color:white !important;
|
color:white !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* lowercase menu items */
|
||||||
|
.menubar .ui.menu.fixed > .left.menu > .ui.item > .ui.text,
|
||||||
|
.menubar .ui.menu.fixed > .ui.item > span {
|
||||||
|
text-transform: lowercase;
|
||||||
|
}
|
||||||
|
|
||||||
/* Mobile */
|
/* Mobile */
|
||||||
@media only screen and (max-width: @largestMobileScreen) {
|
@media only screen and (max-width: @largestMobileScreen) {
|
||||||
#filelist {
|
#filelist {
|
||||||
|
Loading…
Reference in New Issue
Block a user