Changeset 45276
- Timestamp:
- 05/02/2019 10:36:02 AM (6 years ago)
- Location:
- trunk/src/wp-admin/css
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/about.css
r45271 r45276 112 112 padding-left: 15px; 113 113 font-size: 18px; 114 line-height: 1.33333333; 114 115 } 115 116 -
trunk/src/wp-admin/css/colors/_admin.scss
r45117 r45276 131 131 /* Active tabs use a bottom border color that matches the page background color. */ 132 132 133 .about-wrap h2.nav-tab-active,133 .about-wrap .nav-tab-active, 134 134 .nav-tab-active, 135 135 .nav-tab-active:hover { -
trunk/src/wp-admin/css/common.css
r45243 r45276 2172 2172 padding: 5px 10px; 2173 2173 font-size: 14px; 2174 line-height: 1. 8;2174 line-height: 1.71428571; 2175 2175 font-weight: 600; 2176 2176 background: #e5e5e5; … … 4000 4000 h1 .nav-tab, 4001 4001 h2 .nav-tab, 4002 h3 .nav-tab { 4002 h3 .nav-tab, 4003 nav .nav-tab { 4003 4004 margin: 10px 10px 0 0; 4005 border-bottom: 1px solid #ccc; 4006 } 4007 4008 .nav-tab-active:hover, 4009 .nav-tab-active:focus, 4010 .nav-tab-active:focus:active { 4004 4011 border-bottom: 1px solid #ccc; 4005 4012 }
Note: See TracChangeset
for help on using the changeset viewer.