Changeset 6565
- Timestamp:
- 02/07/2018 07:31:18 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.tv/public_html/wp-content/themes/wptv2/style.css
r6384 r6565 297 297 #searchform input#s { 298 298 box-sizing: content-box; 299 color: #AAAAAA;300 float: left;301 margin-right: 6px;302 background: white;303 299 border: 1px solid #ccc; 304 padding: 5px 6px;305 margin-right: 3px;306 300 -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1); 307 301 -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1); 308 302 box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1); 309 303 border-radius: 2px; 310 vertical-align: middle;311 304 height: 15px; 312 line-height: 1; 313 width: 130px; 305 padding: 5px 6px; 306 width: 140px; 307 -webkit-appearance: textfield; 308 } 309 310 #searchbox::placeholder { 311 font-size: 10px; 314 312 } 315 313
Note: See TracChangeset
for help on using the changeset viewer.