Changeset 3257
- Timestamp:
- 05/25/2016 10:40:06 PM (9 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/css/style.css
r3254 r3257 892 892 input[type="datetime-local"], 893 893 input[type="color"] { 894 -webkit-appearance: none; 894 895 padding: 3px; 895 896 } … … 1008 1009 1009 1010 .menu-toggle { 1011 -webkit-appearance: none; 1012 background: transparent; 1013 border: none; 1010 1014 color: #fff; 1011 1015 font-size: 25px; … … 1389 1393 1390 1394 .site-header .search-form .search-field { 1391 -webkit-appearance: none;1392 1395 border: 0; 1393 1396 border-radius: 2px; -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/forms/_fields.scss
r3230 r3257 44 44 input[type="datetime-local"], 45 45 input[type="color"] { 46 -webkit-appearance: none; 46 47 padding: 3px; 47 48 } -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/navigation/_menus.scss
r3251 r3257 93 93 94 94 .menu-toggle { 95 -webkit-appearance: none; 96 background: transparent; 97 border: none; 95 98 color: #fff; 96 99 @include font-size( ms-unitless( ms(4) ) ); -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/site/_header.scss
r3251 r3257 104 104 105 105 .search-field { 106 -webkit-appearance: none;107 106 border: 0; 108 107 border-radius: 2px;
Note: See TracChangeset
for help on using the changeset viewer.