Remove gradients and text-shadow from ui-slider-handle and restyle it to mimic buttons. Match the background color to the chosen color scheme's -color. See #25858.
Built from https://develop.svn.wordpress.org/trunk@26417 git-svn-id: http://core.svn.wordpress.org/trunk@26317 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -4961,19 +4961,17 @@ div.revisions-controls > .wp-slider > .ui-slider-handle {
|
||||
|
||||
.wp-slider .ui-slider-handle {
|
||||
border-radius: 50%;
|
||||
height: 20px;
|
||||
margin-top: -2px;
|
||||
height: 18px;
|
||||
margin-top: -3px;
|
||||
outline: none;
|
||||
position: absolute;
|
||||
width: 20px;
|
||||
width: 18px;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.wp-slider .ui-slider-handle:before {
|
||||
background: none;
|
||||
position: absolute;
|
||||
margin-top: 1px;
|
||||
margin-right: 1px;
|
||||
top: 0;
|
||||
right: 0;
|
||||
content: "\f229";
|
||||
|
||||
Reference in New Issue
Block a user