Ticket #26165: 26165.diff
File 26165.diff, 2.0 KB (added by , 11 years ago) |
---|
-
src/wp-admin/css/wp-admin.css
10279 10279 } 10280 10280 10281 10281 /* Accessibility Mode */ 10282 .widgets_access #widgets-left .widget .widget-top { 10283 cursor: auto; 10284 } 10285 10286 .widgets_access #wpwrap .widgets-holder-wrap.closed .sidebar-description, 10287 .widgets_access #wpwrap .widgets-holder-wrap.closed .widget { 10288 display: block; 10289 } 10290 10291 .widgets_access #widgets-left .widget .widget-top:hover, 10292 .widgets_access #widgets-right .widget .widget-top:hover { 10293 border-color: #ddd; 10294 } 10295 10282 10296 #available-widgets .widget-control-edit .edit { 10283 10297 display :none; 10284 10298 } 10285 10299 10286 #available-widgets .widget-control-edit .add { 10287 display: block; 10288 position: absolute; 10289 top: 0; 10290 right: 50px; 10291 bottom: 0; 10292 left: 0; 10293 z-index: 40; 10294 text-align: center; 10295 text-indent: -5000px; 10300 #widgets-left .inactive-sidebar .widget-control-edit .add, 10301 #widgets-right .widget-control-edit .add { 10302 display: none; 10296 10303 } 10297 10304 10305 #widgets-left .widget-control-edit, 10298 10306 #widgets-right .widget-control-edit { 10307 color: #666; 10299 10308 background: #EEE; 10300 margin: -1 4px -10px 0 0;10301 padding: 1 6px 15px;10309 margin: -11px -10px 0 0; 10310 padding: 12px 15px 13px 15px; 10302 10311 border-left: 1px solid #DDD; 10303 10312 } 10304 10313 10305 #widgets-right .widget-control-edit .add { 10306 display: none; 10307 } 10308 10314 #widgets-left .widget-control-edit:hover, 10309 10315 #widgets-right .widget-control-edit:hover { 10316 color: #fff; 10310 10317 background: #444; 10311 10318 } 10312 10319 10313 #widgets-right .widget-control-edit:before {10314 content: '\f111';10315 display: inline-block;10316 -webkit-font-smoothing: antialiased;10317 -moz-osx-font-smoothing: grayscale;10318 font: normal 16px/1 'dashicons';10319 vertical-align: top;10320 position: relative;10321 top: -1px;10322 padding-right: 4px;10323 }10324 10325 10320 .widgets-holder-wrap .sidebar-name, 10326 10321 .widgets-holder-wrap .sidebar-description { 10327 10322 -webkit-user-select: none; … … 10332 10327 .editwidget { 10333 10328 margin: 0 auto; 10334 10329 } 10330 .editwidget .widget-inside { 10331 display: block; 10332 padding: 0 15px; 10333 } 10335 10334 .editwidget .widget-control-actions { 10336 10335 margin-top: 20px; 10337 10336 }