-
-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow customization of button text in icon #182
Comments
hah! how come nobody ever noticed that! |
...but isn't that like never visible? |
so you don't want the icon, but only text? |
are you sure you are including the CSS correctly? you should always see the icon and never the text. or, you could use something like |
but why aren't you using the library's CSS because it already has background: url('icons.png') no-repeat center top;
border: none;
cursor: pointer;
display: block;
height: 16px;
line-height: 0;
padding: 0;
position: absolute;
text-indent: -9000px;
width: 16px; changing just background: url('icons.png') no-repeat center top; to point to your pen icon would fix things |
I'm not using |
no, it's cool, i will add that option |
I pushed a fix. Look in the docs for the |
For localization purposes I need to be able to customize the text of the button in the Zebra_DatePicker_Icon.
https://github.com/stefangabos/Zebra_Datepicker/blame/72ac8a09105909deed9d68dda9d6172eedbeb6e0/src/zebra_datepicker.src.js#L1220
The names of the days and months can already be overwritten.
The text was updated successfully, but these errors were encountered: