Lines Matching refs:button
91 button, input, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 2 */ margin: 0;… selector
94 button, input { line-height: normal; } selector
96 …orm` inheritance for `button` and `select`. All other form control elements do not inherit `text-t…
97 button, select { text-transform: none; } selector
100 button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: … selector
103 button[disabled], html input[disabled] { cursor: default; }
111 /** Remove inner padding and search cancel button in Safari 5 and Chrome on OS X. */
112 input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration…
115 button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
307 b.button:before, b.button:after { position: relative; top: -1px; font-weight: normal; }
309 b.button:before { content: "["; padding: 0 3px 0 2px; }
311 b.button:after { content: "]"; padding: 0 2px 0 3px; }