Changeset 48129
- Timestamp:
- 06/22/2020 11:59:04 PM (5 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/js/_enqueues/admin/postbox.js
r47410 r48129 210 210 211 211 $.extend( this, args || {} ); 212 $('#wpbody-content').css('overflow','hidden');213 212 $('.meta-box-sortables').sortable({ 214 213 placeholder: 'sortable-placeholder', -
trunk/src/wp-admin/css/common.css
r48116 r48129 27 27 float: left; 28 28 width: 100%; 29 overflow: visible !important;29 overflow: visible; 30 30 } 31 31 … … 1271 1271 .filters-applied .filter-drawer .buttons, 1272 1272 .filters-applied .filter-drawer br { 1273 display: none !important;1273 display: none; 1274 1274 } 1275 1275 … … 1652 1652 #contextual-help-wrap { 1653 1653 overflow: auto; 1654 margin-left: 0 !important;1654 margin-left: 0; 1655 1655 } 1656 1656 … … 1723 1723 -webkit-font-smoothing: antialiased; 1724 1724 -moz-osx-font-smoothing: grayscale; 1725 text-decoration: none !important;1725 text-decoration: none; 1726 1726 color: #72777c; 1727 1727 } … … 2099 2099 .postbox .inside > p:last-child, 2100 2100 .rss-widget ul li:last-child { 2101 margin-bottom: 1px !important;2101 margin-bottom: 1px; 2102 2102 } 2103 2103 … … 2407 2407 } 2408 2408 2409 #submitdiv h3 {2410 margin-bottom: 0 !important;2411 }2412 2413 2409 /* - Used - but could/should be deprecated with a CSS reset 2414 2410 ------------------------------------------------------------------------------*/ … … 3017 3013 -webkit-font-smoothing: antialiased; 3018 3014 -moz-osx-font-smoothing: grayscale; 3019 text-decoration: none !important;3015 text-decoration: none; 3020 3016 } 3021 3017 … … 3342 3338 -webkit-font-smoothing: antialiased; 3343 3339 -moz-osx-font-smoothing: grayscale; 3344 text-decoration: none !important;3340 text-decoration: none; 3345 3341 } 3346 3342 … … 3666 3662 } 3667 3663 3668 /* @todo: evaluate - most of these were likely replaced by dashicons */3669 .curtime #timestamp,3670 #screen-meta-links a.show-settings,3671 .widget-top .widget-action,3672 .widget-top .widget-action:hover,3673 .sidebar-name .toggle-indicator,3674 .sidebar-name:hover .toggle-indicator,3675 .meta-box-sortables .postbox:hover .handlediv,3676 #bulk-titles div a,3677 #bulk-titles div a:hover {3678 background: none !important;3679 }3680 3681 3664 } 3682 3665
Note: See TracChangeset
for help on using the changeset viewer.