Skip to content

Instantly share code, notes, and snippets.

@jsulak
jsulak / jquery-mobile-red-striped-buttons.css
Created June 28, 2012 19:34 — forked from justjohn/jquery-mobile-red-buttons.css
Red striped button CSS for JQuery Mobile
/* Red striped button theme for JQuery Mobile
* - Use data-theme="r" for red striped versions of the default JQuery Mobile Buttons.
******************************************************************************************/
.ui-btn-up-r {
border: 1px solid #721414;
background: #AB2525;
font-weight: bold;
color: #fff;
text-shadow: 0 -1px 1px #000;
}