Changeset 33503
- Timestamp:
- 07/29/2015 09:50:27 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/customize-nav-menus.css
r33500 r33503 321 321 #customize-controls .customize-info .customize-help-toggle:focus { 322 322 outline: none; 323 -webkit-box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8);324 box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8);325 323 } 326 324 … … 338 336 position: absolute; 339 337 top: 6px; 338 } 339 340 .customize-screen-options-toggle:focus:before, 341 #customize-controls .customize-info .customize-help-toggle:focus:before { 342 -webkit-box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8); 343 box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8); 344 -webkit-border-radius: 100%; 345 border-radius: 100%; 340 346 } 341 347
Note: See TracChangeset
for help on using the changeset viewer.