Changeset 21450
- Timestamp:
- 08/06/2012 12:19:29 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentytwelve/style.css
r21447 r21450 196 196 /* Buttons */ 197 197 .menu-toggle, 198 input #searchsubmit,198 input[type="submit"], 199 199 article.post-password-required input[type=submit], 200 200 li.bypostauthor cite span { … … 218 218 } 219 219 .menu-toggle, 220 input #searchsubmit,220 input[type="submit"], 221 221 article.post-password-required input[type=submit] { 222 222 cursor: pointer; 223 223 } 224 224 .menu-toggle:hover, 225 input #searchsubmit:hover,225 input[type="submit"]:hover, 226 226 article.post-password-required input[type=submit]:hover { 227 227 color: #5e5e5e; … … 236 236 .menu-toggle:active, 237 237 .menu-toggle.toggled-on, 238 input #searchsubmit:active,238 input[type="submit"]:active, 239 239 article.post-password-required input[type=submit]:active, 240 input #searchsubmit.toggled-on {240 input[type="submit"].toggled-on { 241 241 color: #777; 242 242 background-color: #e1e1e1; … … 261 261 262 262 /* Form fields */ 263 .widget_searchinput[type="text"],264 article.post-password-required forminput[type="password"] {263 input[type="text"], 264 input[type="password"] { 265 265 padding: 6px; 266 266 padding: 0.428571429rem; … … 1213 1213 } 1214 1214 #respond form input[type="text"], 1215 #respond formtextarea {1215 textarea { 1216 1216 font-family: inherit; 1217 1217 font-size: 12px;
Note: See TracChangeset
for help on using the changeset viewer.