Changeset 47293
- Timestamp:
- 02/15/2020 05:06:39 AM (5 years ago)
- Location:
- trunk/src/wp-admin/css
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/customize-controls.css
r47208 r47293 1632 1632 .theme-browser .theme.active .theme-actions, 1633 1633 .wp-customizer .theme-browser .theme .theme-actions { 1634 padding: 10px 15px;1634 padding: 9px 15px; 1635 1635 box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1); 1636 1636 } … … 2938 2938 margin: 0; 2939 2939 } 2940 2941 .theme-browser .theme.active .theme-actions,2942 .wp-customizer .theme-browser .theme .theme-actions {2943 padding: 9px 15px;2944 box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);2945 }2946 2940 } 2947 2941 2948 2942 @media screen and (max-width: 600px) { 2949 .theme-browser .theme.active .theme-actions,2950 .wp-customizer .theme-browser .theme .theme-actions {2951 padding: 8px 15px;2952 box-shadow: none;2953 }2954 2955 2943 .wp-full-overlay.expanded { 2956 2944 margin-left: 0; -
trunk/src/wp-admin/css/themes.css
r47271 r47293 230 230 transform: translateY(-50%); 231 231 right: 0; 232 padding: 10px 15px;232 padding: 9px 15px; 233 233 box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1); 234 234 } … … 1911 1911 .theme-browser .theme.active .theme-actions, 1912 1912 .theme-browser .theme .theme-actions { 1913 padding-top: 8px;1914 padding-bottom: 8px;1913 padding-top: 4px; 1914 padding-bottom: 4px; 1915 1915 } 1916 1916 }
Note: See TracChangeset
for help on using the changeset viewer.