Changeset 3346
- Timestamp:
- 06/14/2016 08:36:02 AM (7 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins
- Files:
-
- 1 added
- 1 deleted
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/css/style.css
r3345 r3346 500 500 1.0 - Button Layouts 501 501 ---------------------------------------------------------------------------- */ 502 .button, .plugin-upload-form .button-primary,502 .button, 503 503 .button-primary, 504 . plugin-upload-form .button-primary,505 . button-secondary {504 .button-secondary, 505 .plugin-upload-form .button-primary { 506 506 -webkit-appearance: none; 507 507 border: 1px solid; … … 528 528 } 529 529 530 .button.button-large, .plugin-upload-form .button-large.button-primary, 531 .button-group.button-large .button, 532 .button-group.button-large .plugin-upload-form .button-primary, .plugin-upload-form 533 .button-group.button-large .button-primary { 530 .button.button-large, 531 .button-group.button-large .button { 534 532 height: 1.953125rem; 535 533 line-height: 1; … … 537 535 } 538 536 539 .button.button-small, .plugin-upload-form .button-small.button-primary, 540 .button-group.button-small .button, 541 .button-group.button-small .plugin-upload-form .button-primary, .plugin-upload-form 542 .button-group.button-small .button-primary { 537 .button.button-small, 538 .button-group.button-small .button { 543 539 font-size: 10.24px; 544 540 font-size: 0.64rem; … … 548 544 } 549 545 550 a.button, .single .type-plugin .entry-content .button.section-toggle, .single .type-plugin .entry-content .plugin-upload-form .section-toggle.button-primary, .plugin-upload-form .single .type-plugin .entry-content .section-toggle.button-primary, .plugin-upload-form a.button-primary,546 a.button, .single .type-plugin .entry-content .button.section-toggle, 551 547 a.button-primary, 552 548 .single .type-plugin .entry-content .button-primary.section-toggle, 553 .plugin-upload-form a.button-primary,554 549 a.button-secondary, 555 550 .single .type-plugin .entry-content .button-secondary.section-toggle { … … 557 552 } 558 553 559 a.button.button-large, .single .type-plugin .entry-content .button.button-large.section-toggle, .single .type-plugin .entry-content .plugin-upload-form .button-large.section-toggle.button-primary, .plugin-upload-form .single .type-plugin .entry-content .button-large.section-toggle.button-primary, .plugin-upload-form a.button-large.button-primary,554 a.button.button-large, .single .type-plugin .entry-content .button.button-large.section-toggle, 560 555 .button-group.button-large a.button, 561 556 .button-group.button-large .single .type-plugin .entry-content .button.section-toggle, .single .type-plugin .entry-content 562 .button-group.button-large .button.section-toggle, 563 .button-group.button-large .single .type-plugin .entry-content .plugin-upload-form .section-toggle.button-primary, .single .type-plugin .entry-content .plugin-upload-form 564 .button-group.button-large .section-toggle.button-primary, 565 .button-group.button-large .plugin-upload-form .single .type-plugin .entry-content .section-toggle.button-primary, .plugin-upload-form .single .type-plugin .entry-content 566 .button-group.button-large .section-toggle.button-primary, 567 .button-group.button-large .plugin-upload-form a.button-primary, .plugin-upload-form 568 .button-group.button-large a.button-primary { 557 .button-group.button-large .button.section-toggle { 569 558 line-height: 1.953125rem; 570 559 } 571 560 572 a.button.button-small, .single .type-plugin .entry-content .button.button-small.section-toggle, .single .type-plugin .entry-content .plugin-upload-form .button-small.section-toggle.button-primary, .plugin-upload-form .single .type-plugin .entry-content .button-small.section-toggle.button-primary, .plugin-upload-form a.button-small.button-primary,561 a.button.button-small, .single .type-plugin .entry-content .button.button-small.section-toggle, 573 562 .button-group.button-small a.button, 574 563 .button-group.button-small .single .type-plugin .entry-content .button.section-toggle, .single .type-plugin .entry-content 575 .button-group.button-small .button.section-toggle, 576 .button-group.button-small .single .type-plugin .entry-content .plugin-upload-form .section-toggle.button-primary, .single .type-plugin .entry-content .plugin-upload-form 577 .button-group.button-small .section-toggle.button-primary, 578 .button-group.button-small .plugin-upload-form .single .type-plugin .entry-content .section-toggle.button-primary, .plugin-upload-form .single .type-plugin .entry-content 579 .button-group.button-small .section-toggle.button-primary, 580 .button-group.button-small .plugin-upload-form a.button-primary, .plugin-upload-form 581 .button-group.button-small a.button-primary { 564 .button-group.button-small .button.section-toggle { 582 565 line-height: 1.25rem; 583 566 } 584 567 585 .button:active, .plugin-upload-form .button-primary:active, 586 .button:focus, 587 .plugin-upload-form .button-primary:focus { 568 .button:active, 569 .button:focus { 588 570 outline: none; 589 571 } 590 572 591 .button.hidden , .plugin-upload-form .hidden.button-primary{573 .button.hidden { 592 574 display: none; 593 575 } … … 608 590 2.0 - Default Button Style 609 591 ---------------------------------------------------------------------------- */ 610 .button, .plugin-upload-form .button-primary,592 .button, 611 593 .button:visited, 612 .plugin-upload-form .button-primary:visited,613 594 .button-secondary { 614 595 background: #f7f7f7; … … 619 600 } 620 601 621 p .button , p .plugin-upload-form .button-primary, .plugin-upload-form p .button-primary{602 p .button { 622 603 vertical-align: baseline; 623 604 } 624 605 625 .button.hover, .plugin-upload-form .hover.button-primary,606 .button.hover, 626 607 .button:hover, 627 .plugin-upload-form .button-primary:hover,628 608 .button-secondary:hover, 629 609 .button.focus, 630 .plugin-upload-form .focus.button-primary,631 610 .button:focus, 632 .plugin-upload-form .button-primary:focus,633 611 .button-secondary:focus { 634 612 background: #fafafa; … … 637 615 } 638 616 639 .button.focus, .plugin-upload-form .focus.button-primary,617 .button.focus, 640 618 .button:focus, 641 .plugin-upload-form .button-primary:focus,642 619 .button-secondary:focus, 643 620 .button-link:focus { … … 646 623 } 647 624 648 .button.active, .plugin-upload-form .active.button-primary,625 .button.active, 649 626 .button.active:hover, 650 .plugin-upload-form .active.button-primary:hover,651 627 .button:active, 652 .plugin-upload-form .button-primary:active,653 628 .button-secondary:active { 654 629 background: #eee; … … 658 633 } 659 634 660 .button.active:focus , .plugin-upload-form .active.button-primary:focus{635 .button.active:focus { 661 636 border-color: #5b9dd9; 662 637 box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5), 0 0 3px rgba(0, 115, 170, 0.8); 663 638 } 664 639 665 .button[disabled], .plugin-upload-form [disabled].button-primary,640 .button[disabled], 666 641 .button:disabled, 667 .plugin-upload-form .button-primary:disabled,668 642 .button.disabled, 669 .plugin-upload-form .disabled.button-primary,670 643 .button-secondary[disabled], 671 644 .button-secondary:disabled, … … 700 673 3.0 - Primary Button Style 701 674 ---------------------------------------------------------------------------- */ 702 .button-primary, .plugin-upload-form .button-primary, 703 .download-button { 675 .button-primary, 676 .download-button, 677 .plugin-upload-form .button-primary { 704 678 background: #0085ba; 705 679 border-color: #0073aa #006799 #006799; … … 710 684 } 711 685 712 .button-primary.hover, .button-primary:hover, . plugin-upload-form .button-primary:hover, .button-primary.focus, .button-primary:focus, .plugin-upload-form.button-primary:focus,686 .button-primary.hover, .button-primary:hover, .button-primary.focus, .button-primary:focus, 713 687 .download-button.hover, 714 688 .download-button:hover, 715 689 .download-button.focus, 716 .download-button:focus { 690 .download-button:focus, 691 .plugin-upload-form .button-primary.hover, 692 .plugin-upload-form .button-primary:hover, 693 .plugin-upload-form .button-primary.focus, 694 .plugin-upload-form .button-primary:focus { 717 695 background: #008ec2; 718 696 border-color: #006799; … … 721 699 } 722 700 723 .button-primary.focus, .button-primary:focus, .plugin-upload-form .button-primary:focus,701 .button-primary.focus, .button-primary:focus, 724 702 .download-button.focus, 725 .download-button:focus { 703 .download-button:focus, 704 .plugin-upload-form .button-primary.focus, 705 .plugin-upload-form .button-primary:focus { 726 706 box-shadow: 0 1px 0 #0073aa, 0 0 2px 1px #33b3db; 727 707 } … … 731 711 .download-button.active:hover, 732 712 .download-button.active:focus, 733 .download-button:active { 713 .download-button:active, 714 .plugin-upload-form .button-primary.active, 715 .plugin-upload-form .button-primary.active:hover, 716 .plugin-upload-form .button-primary.active:focus, 717 .plugin-upload-form .button-primary:active { 734 718 background: #0073aa; 735 719 border-color: #006799; … … 741 725 .download-button[disabled], 742 726 .download-button:disabled, 743 .download-button.disabled { 727 .download-button.disabled, 728 .plugin-upload-form .button-primary[disabled], 729 .plugin-upload-form .button-primary:disabled, 730 .plugin-upload-form .button-primary.disabled { 744 731 background: #008ec2 !important; 745 732 border-color: #007cb2 !important; … … 750 737 } 751 738 752 .button-primary.button.button-hero, .plugin-upload-form .button-hero.button-primary,739 .button-primary.button.button-hero, 753 740 .download-button.button.button-hero, 754 .plugin-upload-form . download-button.button-hero.button-primary{741 .plugin-upload-form .button-primary.button.button-hero { 755 742 box-shadow: 0 2px 0 #006799; 756 743 } 757 744 758 .button-primary.button.button-hero.active, . plugin-upload-form .button-hero.active.button-primary, .button-primary.button.button-hero.active:hover, .plugin-upload-form .button-hero.active.button-primary:hover, .button-primary.button.button-hero.active:focus, .plugin-upload-form .button-hero.active.button-primary:focus, .button-primary.button.button-hero:active, .plugin-upload-form .button-hero.button-primary:active,745 .button-primary.button.button-hero.active, .button-primary.button.button-hero.active:hover, .button-primary.button.button-hero.active:focus, .button-primary.button.button-hero:active, 759 746 .download-button.button.button-hero.active, 760 .plugin-upload-form .download-button.button-hero.active.button-primary,761 747 .download-button.button.button-hero.active:hover, 762 .plugin-upload-form .download-button.button-hero.active.button-primary:hover,763 748 .download-button.button.button-hero.active:focus, 764 .plugin-upload-form .download-button.button-hero.active.button-primary:focus,765 749 .download-button.button.button-hero:active, 766 .plugin-upload-form .download-button.button-hero.button-primary:active { 750 .plugin-upload-form .button-primary.button.button-hero.active, 751 .plugin-upload-form .button-primary.button.button-hero.active:hover, 752 .plugin-upload-form .button-primary.button.button-hero.active:focus, 753 .plugin-upload-form .button-primary.button.button-hero:active { 767 754 box-shadow: inset 0 3px 0 #006799; 768 755 } … … 788 775 } 789 776 790 .button-group > .button , .plugin-upload-form .button-group > .button-primary{777 .button-group > .button { 791 778 display: inline-block; 792 779 border-radius: 0; … … 795 782 } 796 783 797 .button-group > .button-primary , .plugin-upload-form .button-group > .button-primary{784 .button-group > .button-primary { 798 785 z-index: 100; 799 786 } 800 787 801 .button-group > .button:hover , .plugin-upload-form .button-group > .button-primary:hover{788 .button-group > .button:hover { 802 789 z-index: 20; 803 790 } 804 791 805 .button-group > .button:first-child , .plugin-upload-form .button-group > .button-primary:first-child{792 .button-group > .button:first-child { 806 793 border-radius: 3px 0 0 3px; 807 794 } 808 795 809 .button-group > .button:last-child , .plugin-upload-form .button-group > .button-primary:last-child{796 .button-group > .button:last-child { 810 797 border-radius: 0 3px 3px 0; 811 798 } 812 799 813 .button-group > .button:focus , .plugin-upload-form .button-group > .button-primary:focus{800 .button-group > .button:focus { 814 801 position: relative; 815 802 z-index: 1; … … 820 807 ---------------------------------------------------------------------------- */ 821 808 @media screen and (max-width: 48em) { 822 .button, .plugin-upload-form .button-primary,809 .button, 823 810 .button.button-large, 824 .plugin-upload-form .button-large.button-primary, 825 .button.button-smallw, 826 .plugin-upload-form .button-smallw.button-primary { 811 .button.button-small, 812 .plugin-upload-form .button-primary { 827 813 font-size: 14px; 828 814 height: auto; … … 863 849 textarea { 864 850 -webkit-appearance: none; 851 background-color: #fff; 865 852 border: 1px solid #ddd; 866 853 -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07); 867 854 box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07); 868 background-color: #fff;869 855 color: #32373c; 870 856 -webkit-transition: 0.05s border-color ease-in-out; … … 942 928 input[type="checkbox"], 943 929 input[type="radio"] { 930 background: #fff; 944 931 border: 1px solid #b4b9be; 945 background: #fff; 932 -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); 933 box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); 934 clear: none; 946 935 color: #555; 947 clear: none;948 936 cursor: pointer; 949 937 display: inline-block; 938 height: 25px; 950 939 line-height: 0; 951 940 margin: -4px 4px 0 0; 941 min-width: 16px; 952 942 padding: 0 !important; 953 943 text-align: center; 954 vertical-align: middle;955 min-width: 16px;956 -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);957 box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);958 944 -webkit-transition: .05s border-color ease-in-out; 959 945 transition: .05s border-color ease-in-out; 960 height: 25px;946 vertical-align: middle; 961 947 width: 25px; 962 948 } … … 969 955 -webkit-border-radius: 50%; 970 956 border-radius: 50%; 957 line-height: 10px; 971 958 margin-right: 4px; 972 line-height: 10px;973 959 } 974 960 975 961 input[type="checkbox"]:checked:before, 976 962 input[type="radio"]:checked:before { 963 display: inline-block; 977 964 float: left; 978 display: inline-block; 965 font: normal 21px/1 dashicons; 966 -moz-osx-font-smoothing: grayscale; 967 -webkit-font-smoothing: antialiased; 968 speak: none; 979 969 vertical-align: middle; 980 970 width: 16px; 981 font: normal 21px/1 dashicons;982 speak: none;983 -webkit-font-smoothing: antialiased;984 -moz-osx-font-smoothing: grayscale;985 971 } 986 972 987 973 input[type="checkbox"]:checked:before { 974 color: #1e8cbe; 988 975 content: "\f147"; 989 color: #1e8cbe;990 976 font: normal 30px/1 dashicons; 991 977 margin: -3px -5px; … … 993 979 994 980 input[type="radio"]:checked:before { 995 content: "\2022"; 996 text-indent: -9999px; 981 background-color: #1e8cbe; 997 982 -webkit-border-radius: 50px; 998 983 border-radius: 50px; 984 content: "\2022"; 999 985 font-size: 24px; 986 height: 9px; 987 line-height: 16px; 988 margin: 7px; 989 text-indent: -9999px; 990 vertical-align: middle; 1000 991 width: 9px; 1001 height: 9px;1002 margin: 7px;1003 line-height: 16px;1004 background-color: #1e8cbe;1005 vertical-align: middle;1006 992 } 1007 993 … … 1039 1025 input, 1040 1026 select { 1027 -webkit-border-radius: 0; 1028 border-radius: 0; 1041 1029 font-size: 16px; 1042 1030 padding: 3px 5px; 1043 -webkit-border-radius: 0;1044 border-radius: 0;1045 1031 /* Reset mobile webkit's default element styling */ 1046 1032 } 1047 1033 1048 1034 textarea { 1035 line-height: 1.4; 1049 1036 overflow: auto; 1050 1037 padding: 2px 6px; 1051 line-height: 1.4;1052 1038 resize: vertical; 1053 1039 } … … 1148 1134 } 1149 1135 1136 .plugin-upload-form fieldset { 1137 border: none; 1138 margin: 0; 1139 padding: 0; 1140 } 1141 1142 .plugin-upload-form legend { 1143 margin: 1rem 0; 1144 } 1145 1146 .plugin-upload-form .category-checklist { 1147 list-style-type: none; 1148 margin: 0 0 2rem; 1149 } 1150 1151 .plugin-upload-form .category-checklist li { 1152 float: left; 1153 padding: 0.5rem 0; 1154 width: 50%; 1155 } 1156 1157 @media screen and (min-width: 48em) { 1158 .plugin-upload-form .category-checklist li { 1159 padding: 0; 1160 } 1161 .plugin-upload-form .category-checklist label { 1162 font-size: 12.8px; 1163 font-size: 0.8rem; 1164 } 1165 } 1166 1167 @media screen and (min-width: 48em) { 1168 .plugin-upload-form label.button { 1169 line-height: 1.8; 1170 } 1171 } 1172 1173 .plugin-upload-form .plugin-file { 1174 height: 0.1px; 1175 opacity: 0; 1176 overflow: hidden; 1177 position: absolute; 1178 width: 0.1px; 1179 z-index: -1; 1180 } 1181 1150 1182 /*-------------------------------------------------------------- 1151 1183 # Navigation … … 1174 1206 } 1175 1207 1176 p a:not(.button) :not(.plugin-upload-form .button-primary), p .single .type-plugin .entry-content .section-toggle:not(.button):not(.plugin-upload-form .button-primary), .single .type-plugin .entry-content p .section-toggle:not(.button):not(.plugin-upload-form .button-primary),1177 p a:not(.button): not(.plugin-upload-form .button-primary):hover,1178 p .single .type-plugin .entry-content .section-toggle:not(.button): not(.plugin-upload-form .button-primary):hover, .single .type-plugin .entry-content1179 p .section-toggle:not(.button): not(.plugin-upload-form .button-primary):hover {1208 p a:not(.button), p .single .type-plugin .entry-content .section-toggle:not(.button), .single .type-plugin .entry-content p .section-toggle:not(.button), 1209 p a:not(.button):hover, 1210 p .single .type-plugin .entry-content .section-toggle:not(.button):hover, .single .type-plugin .entry-content 1211 p .section-toggle:not(.button):hover { 1180 1212 border: none; 1181 1213 } … … 1386 1418 # Clearings 1387 1419 --------------------------------------------------------------*/ 1388 .clear:before, . single .type-plugin:before, .single .type-plugin .plugin-header:before, .plugin-upload-form .category-checklist:before,1420 .clear:before, .plugin-upload-form .category-checklist:before, .single .type-plugin:before, .single .type-plugin .plugin-header:before, 1389 1421 .clear:after, 1422 .plugin-upload-form .category-checklist:after, 1390 1423 .single .type-plugin:after, 1391 1424 .single .type-plugin .plugin-header:after, 1392 .plugin-upload-form .category-checklist:after,1393 1425 .entry-content:before, 1394 1426 .entry-content:after, … … 1406 1438 } 1407 1439 1408 .clear:after, . single .type-plugin:after, .single .type-plugin .plugin-header:after, .plugin-upload-form .category-checklist:after,1440 .clear:after, .plugin-upload-form .category-checklist:after, .single .type-plugin:after, .single .type-plugin .plugin-header:after, 1409 1441 .entry-content:after, 1410 1442 .comment-content:after, … … 1576 1608 } 1577 1609 1578 #wporg-header .button , #wporg-header .plugin-upload-form .button-primary, .plugin-upload-form #wporg-header .button-primary{1610 #wporg-header .button { 1579 1611 box-shadow: none; 1580 1612 } … … 1616 1648 background-image: linear-gradient(to bottom, #21759b, #278ab7); 1617 1649 border-color: #124560 #2382ae #2382ae #2382ae; 1618 color: rgba(255, 255, 255, 0.95);1619 1650 -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1); 1620 1651 box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1); 1652 color: rgba(255, 255, 255, 0.95); 1621 1653 text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); 1622 1654 transform: none; … … 1680 1712 1681 1713 .site-header .search-form .search-field + .button-search { 1714 border-left: none; 1715 border-radius: 0 2px 2px 0; 1682 1716 display: none; 1683 border-radius: 0 2px 2px 0;1684 1717 height: 32px; 1685 1718 margin-left: -6px; 1686 position: relative; 1687 top: 2px; 1688 border-left: none; 1719 vertical-align: bottom; 1689 1720 } 1690 1721 1691 1722 .site-header .search-form .search-field + .button-search:active { 1692 top: 0;1723 background: #006799; 1693 1724 border-right: 1px solid #006799; 1694 1725 box-shadow: none; 1695 background: #006799;1696 1726 } 1697 1727 … … 2149 2179 } 2150 2180 2151 .plugin-upload-form fieldset {2152 border: none;2153 margin: 0;2154 padding: 0;2155 }2156 2157 .plugin-upload-form legend {2158 margin: 1rem 0;2159 }2160 2161 .plugin-upload-form .category-checklist {2162 list-style-type: none;2163 margin: 0 0 2rem;2164 }2165 2166 .plugin-upload-form .category-checklist li {2167 float: left;2168 padding: 0.5rem 0;2169 width: 50%;2170 }2171 2172 @media screen and (min-width: 48em) {2173 .plugin-upload-form .category-checklist li {2174 padding: 0;2175 }2176 .plugin-upload-form .category-checklist label {2177 font-size: 12.8px;2178 font-size: 0.8rem;2179 }2180 }2181 2182 @media screen and (min-width: 48em) {2183 .plugin-upload-form label.button, .plugin-upload-form label.button-primary {2184 line-height: 1.8;2185 }2186 .plugin-upload-form .button-primary {2187 font-size: 14px;2188 height: auto;2189 line-height: normal;2190 margin-bottom: 4px;2191 padding: 6px 14px;2192 vertical-align: middle;2193 }2194 }2195 2196 .plugin-upload-form .plugin-file {2197 width: 0.1px;2198 height: 0.1px;2199 opacity: 0;2200 overflow: hidden;2201 position: absolute;2202 z-index: -1;2203 }2204 2205 2181 /*-------------------------------------------------------------- 2206 2182 ## Comments -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/forms/_buttons.scss
r3345 r3346 45 45 .button, 46 46 .button-primary, 47 .button-secondary { 47 .button-secondary, 48 .plugin-upload-form .button-primary { 48 49 -webkit-appearance: none; 49 50 border: 1px solid; … … 212 213 213 214 .button-primary, 214 .download-button { 215 .download-button, 216 .plugin-upload-form .button-primary { 215 217 background: #0085ba; 216 218 border-color: #0073aa #006799 #006799; … … 327 329 .button, 328 330 .button.button-large, 329 .button.button-smallw { 331 .button.button-small, 332 .plugin-upload-form .button-primary { 330 333 font-size: 14px; 331 334 height: auto; -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/forms/_fields.scss
r3345 r3346 30 30 textarea { 31 31 -webkit-appearance: none; 32 background-color: #fff; 32 33 border: 1px solid $color__border-input; 33 34 -webkit-box-shadow: inset 0 1px 2px rgba( 0, 0, 0, 0.07 ); 34 35 box-shadow: inset 0 1px 2px rgba( 0, 0, 0, 0.07 ); 35 background-color: #fff;36 36 color: $color__text-input; 37 37 -webkit-transition: 0.05s border-color ease-in-out; … … 90 90 input[type="checkbox"], 91 91 input[type="radio"] { 92 background: #fff; 92 93 border: 1px solid #b4b9be; 93 background: #fff; 94 -webkit-box-shadow: inset 0 1px 2px rgba( 0, 0, 0, 0.1 ); 95 box-shadow: inset 0 1px 2px rgba( 0, 0, 0, 0.1 ); 96 clear: none; 94 97 color: #555; 95 clear: none;96 98 cursor: pointer; 97 99 display: inline-block; 100 height: 25px; 98 101 line-height: 0; 99 102 margin: -4px 4px 0 0; 103 min-width: 16px; 100 104 padding: 0 !important; 101 105 text-align: center; 102 vertical-align: middle;103 min-width: 16px;104 -webkit-box-shadow: inset 0 1px 2px rgba( 0, 0, 0, 0.1 );105 box-shadow: inset 0 1px 2px rgba( 0, 0, 0, 0.1 );106 106 -webkit-transition: .05s border-color ease-in-out; 107 107 transition: .05s border-color ease-in-out; 108 height: 25px;108 vertical-align: middle; 109 109 width: 25px; 110 110 } … … 117 117 -webkit-border-radius: 50%; 118 118 border-radius: 50%; 119 line-height: 10px; 119 120 margin-right: 4px; 120 line-height: 10px;121 121 } 122 122 123 123 input[type="checkbox"]:checked:before, 124 124 input[type="radio"]:checked:before { 125 display: inline-block; 125 126 float: left; 126 display: inline-block; 127 font: normal 21px/1 dashicons; 128 -moz-osx-font-smoothing: grayscale; 129 -webkit-font-smoothing: antialiased; 130 speak: none; 127 131 vertical-align: middle; 128 132 width: 16px; 129 font: normal 21px/1 dashicons;130 speak: none;131 -webkit-font-smoothing: antialiased;132 -moz-osx-font-smoothing: grayscale;133 133 } 134 134 135 135 input[type="checkbox"]:checked:before { 136 color: #1e8cbe; 136 137 content: "\f147"; 137 color: #1e8cbe;138 138 font: normal 30px/1 dashicons; 139 139 margin: -3px -5px; … … 141 141 142 142 input[type="radio"]:checked:before { 143 content: "\2022"; 144 text-indent: -9999px; 143 background-color: #1e8cbe; 145 144 -webkit-border-radius: 50px; 146 145 border-radius: 50px; 146 content: "\2022"; 147 147 font-size: 24px; 148 height: 9px; 149 line-height: 16px; 150 margin: 7px; 151 text-indent: -9999px; 152 vertical-align: middle; 148 153 width: 9px; 149 height: 9px;150 margin: 7px;151 line-height: 16px;152 background-color: #1e8cbe;153 vertical-align: middle;154 154 } 155 155 … … 187 187 input, 188 188 select { 189 -webkit-border-radius: 0; 190 border-radius: 0; 189 191 font-size: 16px; 190 padding: 3px 5px; 191 -webkit-border-radius: 0; 192 border-radius: 0; /* Reset mobile webkit's default element styling */ 192 padding: 3px 5px; /* Reset mobile webkit's default element styling */ 193 193 } 194 194 195 195 textarea { 196 line-height: 1.4; 196 197 overflow: auto; 197 198 padding: 2px 6px; 198 line-height: 1.4;199 199 resize: vertical; 200 200 } -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/forms/_forms.scss
r3193 r3346 1 1 @import "buttons"; 2 2 @import "fields"; 3 @import "upload"; -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/navigation/_links.scss
r3193 r3346 1 @import "../variables-site/variables-site"; 2 1 3 a { 2 4 color: $color__link; -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/site/_header.scss
r3261 r3346 54 54 background-image: linear-gradient(to bottom, #21759b, #278ab7); 55 55 border-color: #124560 #2382ae #2382ae #2382ae; 56 color: rgba(255,255,255,0.95);57 56 -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1); 58 57 box-shadow: inset 0 1px 0 rgba(0,0,0,0.1); 58 color: rgba(255,255,255,0.95); 59 59 text-shadow: 0 1px 0 rgba(0,0,0,0.1); 60 60 transform: none; … … 114 114 115 115 .search-field + .button-search { 116 border-left: none; 117 border-radius: 0 2px 2px 0; 116 118 display: none; 117 border-radius: 0 2px 2px 0;118 119 height: 32px; 119 120 margin-left: -6px; 120 position: relative; 121 top: 2px; 122 border-left: none; 121 vertical-align: bottom; 123 122 124 123 &:active { 125 top: 0;124 background: #006799; 126 125 border-right: 1px solid #006799; 127 126 box-shadow: none; 128 background: #006799;129 127 } 130 128 -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/site/_site.scss
r3345 r3346 25 25 --------------------------------------------------------------*/ 26 26 @import "primary/page"; 27 @import "primary/upload-form";28 27 29 28 /*-------------------------------------------------------------- -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/typography/_copy.scss
r3336 r3346 23 23 } 24 24 } 25 26 25 27 26 dfn, cite, em, i { -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/searchform.php
r3251 r3346 3 3 ?> 4 4 <form role="search" method="get" class="search-form" action="<?php echo esc_url( home_url( '/' ) ); ?>"> 5 <label> 6 <span class="screen-reader-text"><?php _ex( 'Search for:', 'label', 'wporg-plugins' ); ?></span> 7 <input type="search" class="search-field" placeholder="<?php echo esc_attr_x( 'Search plugins…', 'placeholder', 'wporg-plugins' ); ?>" value="<?php the_search_query(); ?>" name="s" /> 8 <button class="button button-primary button-search"><i class="dashicons dashicons-search"></i></button> 9 </label> 5 <label for="s" class="screen-reader-text"><?php _ex( 'Search for:', 'label', 'wporg-plugins' ); ?></label> 6 <input type="search" id="s" class="search-field" placeholder="<?php echo esc_attr_x( 'Search plugins…', 'placeholder', 'wporg-plugins' ); ?>" value="<?php the_search_query(); ?>" name="s" /> 7 <button class="button button-primary button-search"><i class="dashicons dashicons-search"></i></button> 10 8 </form>
Note: See TracChangeset
for help on using the changeset viewer.