Use lowercase in script names and search text
Remove uppercase text transformation from node titles (script and categories) and "no results found" text when searching. It increases the readability giving it a clean look.
This commit is contained in:
@@ -136,9 +136,10 @@ $size-height : 30px;
|
||||
}
|
||||
|
||||
.checkbox-off, .checkbox-on {
|
||||
text-transform: uppercase;
|
||||
float: left;
|
||||
font-weight: 700;
|
||||
-webkit-transition: all 0.3s ease-out 0s;
|
||||
-webkit-transition: all 0.3s ease-out 0s;
|
||||
transition: all 0.3s ease-out 0s;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user