Changeset 3676 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/forms/_buttons.scss
- Timestamp:
- 07/12/2016 10:17:26 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/forms/_buttons.scss
r3346 r3676 47 47 .button-secondary, 48 48 .plugin-upload-form .button-primary { 49 -webkit-appearance: none;50 49 border: 1px solid; 51 50 border-radius: 3px; … … 54 53 display: inline-block; 55 54 font-size: ms(-2); 55 height: ms(4); 56 56 line-height: 1; 57 height: ms(4);58 57 margin: 0; 59 padding: 0 .8rem; 58 padding: 0 12.8px; 59 padding: 0 0.8rem; 60 60 text-decoration: none; 61 61 white-space: nowrap; 62 -webkit-appearance: none; 62 63 } 63 64 … … 75 76 height: ms(6); 76 77 line-height: 1; 78 padding: 0 16px; 77 79 padding: 0 1rem; 78 80 } … … 83 85 height: ms(2); 84 86 line-height: 1; 85 padding: 0 .5rem; 87 padding: 0 8px; 88 padding: 0 0.5rem; 86 89 } 87 90 … … 185 188 background: #f7f7f7 !important; 186 189 border-color: #ddd !important; 190 box-shadow: none !important; 187 191 color: #a0a5aa !important; 188 192 cursor: default; 189 box-shadow: none !important;190 193 text-shadow: 0 1px 0 #fff !important; 191 194 transform: none !important; … … 294 297 295 298 .button-group > .button { 299 border-radius: 0; 296 300 display: inline-block; 297 border-radius: 0;298 301 margin-right: -1px; 299 302 z-index: 10;
Note: See TracChangeset
for help on using the changeset viewer.