Ticket #19346: 19346.styles.2.2.patch
| File 19346.styles.2.2.patch, 1.8 KB (added by , 14 years ago) |
|---|
-
wp-admin/css/wp-admin.dev.css
4893 4893 padding: 2px; 4894 4894 } 4895 4895 4896 /* Point Releases */ 4897 4898 .about-wrap .point-releases { 4899 margin-top: 5px; 4900 } 4901 .about-wrap .point-releases div { 4902 padding-bottom: 3px; 4903 } 4904 .about-wrap .changelog.point-releases div h3 { 4905 padding-top: 5px; 4906 } 4907 4896 4908 /* WordPress Version Badge */ 4897 4909 4898 4910 .wp-badge { -
wp-admin/css/colors-classic.dev.css
2168 2168 color: #464646; 2169 2169 } 2170 2170 2171 .about-wrap .feature-section img, 2172 .about-wrap .feature-section .image-mask { 2171 .about-wrap .feature-section img { 2173 2172 background: #fff; 2174 2173 border-color: #dfdfdf; 2175 2174 … … 2178 2177 box-shadow: 0 0 6px rgba( 0, 0, 0, 0.3 ); 2179 2178 } 2180 2179 2180 .about-wrap .point-releases { 2181 border-bottom: 1px solid #dfdfdf; 2182 } 2183 2181 2184 .about-wrap h4.wp-people-group { 2182 2185 text-shadow: 1px 1px 1px white; 2183 2186 } -
wp-admin/css/colors-fresh.dev.css
1795 1795 color: #464646; 1796 1796 } 1797 1797 1798 .about-wrap .feature-section img, 1799 .about-wrap .feature-section .image-mask { 1798 .about-wrap .feature-section img { 1800 1799 background: #fff; 1801 1800 border-color: #dfdfdf; 1802 1801 … … 1809 1808 text-shadow: 1px 1px 1px white; 1810 1809 } 1811 1810 1811 .about-wrap .point-releases { 1812 border-bottom: 1px solid #dfdfdf; 1813 } 1814 1812 1815 .about-wrap li.wp-person img.gravatar { 1813 1816 -moz-box-shadow: 0 0 4px rgba( 0, 0, 0, 0.4 ); 1814 1817 -webkit-box-shadow: 0 0 4px rgba( 0, 0, 0, 0.4 );