Ticket #23967: 23967.fresh.diff
| File 23967.fresh.diff, 2.4 KB (added by , 13 years ago) |
|---|
-
wp-admin/css/colors-fresh.css
1856 1856 color: #777; 1857 1857 } 1858 1858 1859 /* Begin Post Formats */ 1860 1861 .wp-format-media-holder { 1862 border: 1px dashed #dfdfdf; 1863 background: #f5f5f5 url(../images/media-button-2x.png) no-repeat 50% 25%; 1864 } 1865 1866 .wp-format-media-holder:hover { 1867 background-color: #eee; 1868 } 1869 1870 .post-format-description { 1871 color: #666; 1872 } 1873 1874 .post-format-options { 1875 background: #f9f9f9; 1876 border: 1px solid #dfdfdf; 1877 } 1878 1879 .post-format-options a { 1880 border-right: 1px solid #ebebeb; 1881 } 1882 1883 .post-format-options a.active, 1884 .post-format-options a:focus, 1885 .post-format-options a:hover { 1886 background: #eee; 1887 -webkit-box-shadow: inset 0 0 10px #ddd; 1888 box-shadow: inset 0 0 10px #ddd; 1889 } 1890 1891 .post-format-tip { 1892 color: #999; 1893 } 1894 1895 /* End Post Formats */ 1896 1859 1897 /* Begin About Pages */ 1860 1898 1861 1899 .about-wrap h1 { -
wp-admin/css/wp-admin.css
3978 3978 overflow: hidden; 3979 3979 width: 40%; 3980 3980 height: 200px; 3981 border: 1px dashed #dfdfdf; 3982 background: #f5f5f5 url(../images/media-button-2x.png) no-repeat 50% 25%; 3981 background: url(../images/media-button-2x.png) no-repeat 50% 25%; 3983 3982 } 3984 3983 3985 3984 .wp-format-media-holder.empty { … … 3987 3986 padding: 55px 0 20px; 3988 3987 } 3989 3988 3990 .wp-format-media-holder:hover {3991 background-color: #eee;3992 }3993 3994 3989 .wp-format-media-preview { 3995 3990 margin-bottom: 20px; 3996 3991 } … … 4075 4070 } 4076 4071 4077 4072 .post-format-description { 4078 color: #666;4079 4073 display: none; 4080 4074 margin: 10px 0; 4081 4075 } 4082 4076 4083 4077 .post-format-options { 4084 4078 height: 29px; 4085 background: #f9f9f9;4086 border: 1px solid #dfdfdf;4087 4079 -webkit-border-radius: 3px; 4088 4080 border-radius: 3px; 4089 4081 margin: 0 0 9px 1px; … … 4091 4083 } 4092 4084 4093 4085 .post-format-options a { 4094 border-right: 1px solid #ebebeb;4095 4086 display: inline-block; 4096 4087 height: 16px; 4097 4088 width: 16px; … … 4110 4101 .post-format-options a.active, 4111 4102 .post-format-options a:focus, 4112 4103 .post-format-options a:hover { 4113 background: #eee;4114 -webkit-box-shadow: inset 0 0 10px #ddd;4115 box-shadow: inset 0 0 10px #ddd;4116 4104 outline: none; 4117 4105 opacity: 1; 4118 4106 } … … 4170 4158 } 4171 4159 4172 4160 .post-format-tip { 4173 color: #999;4174 4161 font-size: 14px; 4175 4162 float: right; 4176 4163 padding: 6px 10px;