Changeset 26417
- Timestamp:
- 11/26/2013 09:37:20 PM (11 years ago)
- Location:
- trunk/src/wp-admin/css
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/color-schemes/_admin.scss
r26415 r26417 400 400 401 401 402 /* jQuery UI Slider */ 403 404 .wp-slider .ui-slider-handle, 405 .wp-slider .ui-slider-handle.ui-state-hover, 406 .wp-slider .ui-slider-handle.focus { 407 background: $button-color; 408 border-color: darken( $button-color, 10% ); 409 -webkit-box-shadow: inset 0 1px 0 lighten( $button-color, 15% ), 0 1px 0 rgba(0,0,0,.15); 410 box-shadow: inset 0 1px 0 lighten( $button-color, 15% ), 0 1px 0 rgba(0,0,0,.15); 411 } 412 413 402 414 /* Responsive Component */ 403 415 -
trunk/src/wp-admin/css/colors-fresh.css
r26410 r26417 1393 1393 .wp-slider .ui-slider-handle.focus { 1394 1394 background: #2ea2cc; 1395 background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#2ea2cc), color-stop(100%,#1e8cbe)); 1396 background: -webkit-linear-gradient(-45deg, #2ea2cc 0%,#1e8cbe 100%); 1397 background: linear-gradient(135deg, #2ea2cc 0%,#1e8cbe 100%); 1398 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ea2cc', endColorstr='#1e8cbe',GradientType=1 ); 1399 box-shadow: 0 1px 3px rgba(0,0,0,0.1); 1395 border: 1px solid #0074a2; 1396 -webkit-box-shadow: inset 0 1px 0 #78c8e6, 0 1px 0 rgba(0,0,0,.15); 1397 box-shadow: inset 0 1px 0 #78c8e6, 0 1px 0 rgba(0,0,0,.15); 1400 1398 } 1401 1399 1402 1400 .wp-slider .ui-slider-handle:before { 1403 1401 color: #fff; 1404 text-shadow: 0 1px 1px rgba(0,116,162,1);1405 }1406 1407 .wp-slider .ui-slider-handle.ui-state-active {1408 background: #0074a2;1409 background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#0074a2), color-stop(100%,#005684));1410 background: -webkit-linear-gradient(-45deg, #0074a2 0%,#005684 100%);1411 background: linear-gradient(135deg, #0074a2 0%,#005684 100%);1412 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0074a2', endColorstr='#005684',GradientType=1 );1413 1402 } 1414 1403 -
trunk/src/wp-admin/css/wp-admin.css
r26416 r26417 4962 4962 .wp-slider .ui-slider-handle { 4963 4963 border-radius: 50%; 4964 height: 20px;4965 margin-top: - 2px;4964 height: 18px; 4965 margin-top: -3px; 4966 4966 outline: none; 4967 4967 position: absolute; 4968 width: 20px;4968 width: 18px; 4969 4969 z-index: 2; 4970 4970 } … … 4973 4973 background: none; 4974 4974 position: absolute; 4975 margin-top: 1px;4976 margin-left: 1px;4977 4975 top: 0; 4978 4976 left: 0;
Note: See TracChangeset
for help on using the changeset viewer.