Changeset 28122
- Timestamp:
- 04/14/2014 08:21:14 PM (10 years ago)
- Location:
- trunk/src/wp-admin/css
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/colors/_admin.scss
r28098 r28122 453 453 } 454 454 455 /* Widgets */ 456 457 .widgets-chooser li.widgets-chooser-selected { 458 background-color: $menu-highlight-background; 459 color: $menu-highlight-text; 460 } 461 462 .widgets-chooser li.widgets-chooser-selected:before, 463 .widgets-chooser li.widgets-chooser-selected:focus:before { 464 color: $menu-highlight-text; 465 } 466 467 /* Customize */ 468 469 #customize-theme-controls .widget-area-select .selected { 470 background-color: $menu-highlight-background; 471 color: $menu-highlight-text; 472 } 473 455 474 456 475 /* jQuery UI Slider */ -
trunk/src/wp-admin/css/customize-widgets.css
r28013 r28122 257 257 color: #fff; 258 258 text-shadow: 0 -1px 0 rgba(0,0,0,.4); 259 border-top: 1px solid #207fa1;260 259 background: #2ea2cc; 261 260 } … … 263 262 #customize-theme-controls .widget-area-select .selected:before { 264 263 display: block; 265 }266 267 #customize-theme-controls .widget-area-select .selected:last-child {268 border-bottom: 1px solid #207fa1;269 264 } 270 265 … … 272 267 text-align: right; 273 268 padding: 12px; 274 }275 276 #customize-theme-controls .widget-area-select + li {277 border-top: 1px solid #207fa1;278 269 } 279 270
Note: See TracChangeset
for help on using the changeset viewer.