The btn-default class is added by web2py-bootstrap3.js via
$('button', target).addClass('btn btn-default');

The "horrible" part comes from this bit in bootstrap-theme.min.css
text-shadow: 0px 1px 0px white;

Denes

On Sunday, October 11, 2015 at 4:58:01 AM UTC-4, Edward Shave wrote:
>
> Nope, that's the whole thing running in a new simple application.
> I did this so as to eliminate anything else in my code.
>
> The controller is simply...
>
> def index():
>     return dict()
>
>
> On Sunday, October 11, 2015 at 9:51:16 AM UTC+1, Leonel Câmara wrote:
>>
>> Are you getting this result via ajax?
>>
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to