Changes between Version 9 and Version 10 of Styling Form Controls
- Timestamp:
- Mar 30, 2011, 6:42:49 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Styling Form Controls
v9 v10 103 103 === WebKit r82179 or older (Chrome 10 and 11) === 104 104 105 A validation message consists of four div elements with pseudo selectors and some nodes for message text. You can customize the appearance by changing the style of these pseudo selectors.105 A validation message consists of four div elements with pseudo classes and some nodes for message text. You can customize the appearance by changing the style of these pseudo classes. 106 106 107 107 {{{ … … 116 116 117 117 ==== Example ==== 118 Suppose that you want to modify colors of validation messages. Add the following CSS declarations:118 Suppose that you want to modify colors of the validation messages bubble. Add the following CSS declarations: 119 119 {{{ 120 120 ::-webkit-validation-bubble-message { … … 138 138 === WebKit r82180 or later === 139 139 140 A validation message consists of four div elements with pseudo selectors and some nodes for message text. You can customize the appearance by changing the style of these pseudo selectors.140 A validation message consists of four div elements with pseudo classes and some nodes for message text. You can customize the appearance by changing the style of these pseudo classes. 141 141 142 142 {{{ … … 151 151 152 152 ==== Example ==== 153 Suppose that you want to modify colors of validation messages. Add the following CSS declarations:153 Suppose that you want to modify colors of the validation messages bubble. Add the following CSS declarations: 154 154 {{{ 155 155 ::-webkit-validation-bubble-message {