Ticket #45541: 45541.patch
| File 45541.patch, 7.4 KB (added by , 8 years ago) |
|---|
-
src/wp-content/themes/twentyeleven/blocks.css
234 234 .wp-block-button .wp-block-button__link { 235 235 background: #222; 236 236 border: none; 237 -moz-border-radius: 3px;238 border-radius: 3px;239 237 -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3); 240 238 -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3); 241 239 box-shadow: 0px 1px 2px rgba(0,0,0,0.3); -
src/wp-content/themes/twentyeleven/editor-blocks.css
373 373 .wp-block-button .wp-block-button__link { 374 374 background: #222; 375 375 border: none; 376 -moz-border-radius: 3px;377 border-radius: 3px;378 376 -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3); 379 377 -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3); 380 378 box-shadow: 0px 1px 2px rgba(0,0,0,0.3); -
src/wp-content/themes/twentyfifteen/css/blocks.css
386 386 .wp-block-button .wp-block-button__link { 387 387 background-color: #333; 388 388 border: 0; 389 border-radius: 0;390 389 color: #fff; 391 390 cursor: pointer; 392 391 font-family: "Noto Sans", sans-serif; -
src/wp-content/themes/twentyfifteen/css/editor-blocks.css
710 710 .wp-block-button .wp-block-button__link { 711 711 background-color: #333; 712 712 border: 0; 713 border-radius: 0;714 713 color: #fff; 715 714 cursor: pointer; 716 715 font-family: "Noto Sans", sans-serif; -
src/wp-content/themes/twentyfourteen/css/blocks.css
223 223 .wp-block-button .wp-block-button__link { 224 224 background-color: #24890d; 225 225 border: 0; 226 border-radius: 2px;227 226 color: #fff; 228 227 font-size: 12px; 229 228 font-weight: 700; -
src/wp-content/themes/twentyfourteen/css/editor-blocks.css
391 391 .wp-block-button .wp-block-button__link { 392 392 background-color: #24890d; 393 393 border: 0; 394 border-radius: 2px;395 394 color: #fff; 396 395 font-size: 12px; 397 396 font-weight: 700; -
src/wp-content/themes/twentyseventeen/assets/css/blocks.css
188 188 189 189 .wp-block-button .wp-block-button__link { 190 190 background-color: #222; 191 -webkit-border-radius: 2px;192 border-radius: 2px;193 191 -webkit-box-shadow: none; 194 192 box-shadow: none; 195 193 color: #fff; -
src/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css
711 711 712 712 .wp-block-button .wp-block-button__link { 713 713 background-color: #222; 714 -webkit-border-radius: 2px;715 border-radius: 2px;716 714 -webkit-box-shadow: none; 717 715 box-shadow: none; 718 716 color: #fff; -
src/wp-content/themes/twentysixteen/css/blocks.css
234 234 .wp-block-button .wp-block-button__link { 235 235 background: #1a1a1a; 236 236 border: 0; 237 border-radius: 2px;238 237 color: #fff; 239 238 font-family: Montserrat, "Helvetica Neue", sans-serif; 240 239 font-weight: 700; 241 240 letter-spacing: 0.046875em; 242 241 line-height: 1; 243 padding: 0.84375em 0.875em 0.78125em;242 padding: 0.84375em 1.3125em 0.78125em; 244 243 text-transform: uppercase; 245 244 } 246 245 -
src/wp-content/themes/twentysixteen/css/editor-blocks.css
545 545 .wp-block-button .wp-block-button__link { 546 546 background: #1a1a1a; 547 547 border: 0; 548 border-radius: 2px;549 548 color: #fff; 550 549 font-family: Montserrat, "Helvetica Neue", sans-serif; 551 550 font-weight: 700; -
src/wp-content/themes/twentythirteen/css/blocks.css
341 341 background: linear-gradient(to bottom, #e05d22 0%, #d94412 100%); /* W3C */ 342 342 border: none; 343 343 border-bottom: 3px solid #b93207; 344 border-radius: 2px;345 344 color: #fff; 346 345 display: inline-block; 347 346 font-size: 16px; -
src/wp-content/themes/twentythirteen/css/editor-blocks.css
331 331 background: linear-gradient(to bottom, #e05d22 0%, #d94412 100%); /* W3C */ 332 332 border: none; 333 333 border-bottom: 3px solid #b93207; 334 border-radius: 2px;335 334 color: #fff; 336 335 display: inline-block; 337 336 font-size: 16px; -
src/wp-content/themes/twentytwelve/css/blocks.css
254 254 background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6); 255 255 background-image: linear-gradient(top, #f4f4f4, #e6e6e6); 256 256 border: 1px solid #d2d2d2; 257 border-radius: 3px;258 257 box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1); 259 258 color: #7c7c7c; 260 259 font-family: inherit; -
src/wp-content/themes/twentytwelve/css/editor-blocks.css
235 235 } 236 236 237 237 .wp-block-file .wp-block-file__button, 238 .wp-block-button .wp-block- button__link:hover {238 .wp-block-button .wp-block-file__button:hover { 239 239 background-color: #e6e6e6; 240 240 background-repeat: repeat-x; 241 241 background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6); … … 345 345 background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6); 346 346 background-image: linear-gradient(top, #f4f4f4, #e6e6e6); 347 347 border: 1px solid #d2d2d2; 348 border-radius: 3px;349 348 box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1); 350 349 color: #7c7c7c; 351 350 font-family: inherit;
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)