Last active
March 6, 2018 17:22
-
-
Save KaineLabs/3822a3401d7132d6036ece82fca48687 to your computer and use it in GitHub Desktop.
Disable Account Capitalized
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .youzer .bp-uploader-progress div.error, | |
| .youzer div.bp-avatar-status p, | |
| .youzer div.bp-cover-image-status p, | |
| .youzer .drag-drop-inside p.drag-drop-info, | |
| .youzer .yz-uploader-change-item h2, | |
| .youzer .uk-option-item .option-infos label, | |
| .youzer .editfield fieldset legend, | |
| .youzer .yz-reset-options, | |
| .youzer .yza-item-button, | |
| .youzer .yz-save-options, | |
| .youzer .settings-inner-content .options-section-title h2, | |
| .youzer .settings-sidebar .account-menus ul li a { | |
| text-transform: none !important; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment