Changeset 26528
- Timestamp:
- 12/02/2013 05:58:45 PM (12 years ago)
- Location:
- trunk/src
- Files:
-
- 3 edited
-
wp-admin/css/colors-fresh.css (modified) (3 diffs)
-
wp-includes/css/editor.css (modified) (5 diffs)
-
wp-includes/css/jquery-ui-dialog.css (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/colors-fresh.css
r26471 r26528 164 164 165 165 #dashboard-widgets h4 { 166 color: #222; 166 color: #222; 167 167 } 168 168 … … 1937 1937 } 1938 1938 1939 .clearlooks2 .mceFocus .mceTop .mceLeft,1940 .clearlooks2 .mceFocus .mceTop .mceRight {1941 background-color: #f3f3f3;1942 }1943 1944 1939 .clearlooks2 .mceTop span, 1945 1940 .clearlooks2 .mceFocus .mceTop span { … … 1948 1943 1949 1944 .clearlooks2 .mceClose:before { 1950 color: #666; 1951 } 1945 color: #999; 1946 } 1947 1952 1948 .clearlooks2 .mceClose:hover:before { 1953 1949 color: #2ea2cc; -
trunk/src/wp-includes/css/editor.css
r26446 r26528 1639 1639 padding: 0; 1640 1640 z-index: 300002; 1641 border: 1px solid #999;1642 -webkit-box-shadow: 0 px 0px 16px rgba( 0,0,0,0.3);1643 box-shadow: 0px 0px 16px rgba( 0,0,0,0.3);1641 border: 0; 1642 -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.7); 1643 box-shadow: 0 5px 15px rgba(0,0,0,0.7); 1644 1644 background-color: #f5f5f5; 1645 -webkit-border-top-left-radius: 4px;1646 border-top-left-radius: 4px;1647 -webkit-border-top-right-radius: 4px;1648 border-top-right-radius: 4px;1649 1645 } 1650 1646 … … 1652 1648 display: block; 1653 1649 text-align: center; 1654 padding: 1px 0 2px;1650 padding: 0; 1655 1651 } 1656 1652 … … 1658 1654 padding: 0 1em; 1659 1655 background-color: #444; 1660 font-weight: bold; 1661 font-size: 11px; 1662 line-height: 18px; 1663 color: #e5e5e5; 1664 -webkit-border-top-left-radius: 3px; 1665 border-top-left-radius: 3px; 1666 -webkit-border-top-right-radius: 3px; 1667 border-top-right-radius: 3px; 1656 font-size: 13px; 1657 line-height: 24px; 1658 color: #fff; 1668 1659 } 1669 1660 … … 1676 1667 -webkit-appearance: none; 1677 1668 border: 0; 1678 width: 29px;1679 height: 16px;1669 width: 30px; 1670 height: 20px; 1680 1671 top: 13px; 1681 1672 right: 6px; 1682 background: url('../js/tinymce/plugins/inlinepopups/skins/clearlooks2/img/buttons.gif') no-repeat -87px -16px; 1673 background: none; 1674 } 1675 1676 .wp-dialog .ui-dialog-titlebar-close:before { 1677 content: '\f158'; 1678 font: normal 20px/1 'dashicons'; 1679 speak: none; 1680 -webkit-font-smoothing: antialiased; 1681 -moz-osx-font-smoothing: grayscale; 1682 color: #999; 1683 padding-left: 12px; 1684 } 1685 1686 .wp-dialog .ui-dialog-titlebar-close:hover:before { 1687 color: #2ea2cc; 1683 1688 } 1684 1689 … … 1764 1769 -webkit-font-smoothing: antialiased; 1765 1770 -moz-osx-font-smoothing: grayscale; 1766 color: # 666;1771 color: #999; 1767 1772 padding-left: 12px; 1768 1773 } -
trunk/src/wp-includes/css/jquery-ui-dialog.css
r26243 r26528 254 254 padding: 0; 255 255 z-index: 300002; 256 border: 1px solid #999;257 -webkit-box-shadow: 0 px 0px 16px rgba( 0,0,0,0.3);258 box-shadow: 0px 0px 16px rgba( 0,0,0,0.3);256 border: 0; 257 -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.7); 258 box-shadow: 0 5px 15px rgba(0,0,0,0.7); 259 259 background-color: #f5f5f5; 260 -webkit-border-top-left-radius: 4px;261 border-top-left-radius: 4px;262 -webkit-border-top-right-radius: 4px;263 border-top-right-radius: 4px;264 260 } 265 261 … … 267 263 display: block; 268 264 text-align: center; 269 padding: 1px 0 2px;265 padding: 0; 270 266 } 271 267 … … 273 269 padding: 0 1em; 274 270 background-color: #444; 275 font-weight: bold; 276 font-size: 11px; 277 line-height: 18px; 278 color: #e5e5e5; 279 -webkit-border-top-left-radius: 3px; 280 border-top-left-radius: 3px; 281 -webkit-border-top-right-radius: 3px; 282 border-top-right-radius: 3px; 271 font-size: 13px; 272 line-height: 24px; 273 color: #fff; 283 274 } 284 275 … … 291 282 -webkit-appearance: none; 292 283 border: 0; 293 width: 29px;294 height: 16px;284 width: 30px; 285 height: 20px; 295 286 top: 13px; 296 287 right: 6px; 297 background: url('../js/tinymce/plugins/inlinepopups/skins/clearlooks2/img/buttons.gif') no-repeat -87px -16px; 288 background: none; 289 } 290 291 .wp-dialog .ui-dialog-titlebar-close:before { 292 content: '\f158'; 293 font: normal 20px/1 'dashicons'; 294 speak: none; 295 -webkit-font-smoothing: antialiased; 296 -moz-osx-font-smoothing: grayscale; 297 color: #999; 298 padding-left: 12px; 299 } 300 301 .wp-dialog .ui-dialog-titlebar-close:hover:before { 302 color: #2ea2cc; 298 303 } 299 304
Note: See TracChangeset
for help on using the changeset viewer.