| Index: third_party/WebKit/Source/devtools/front_end/ui/slider.css
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/slider.css b/third_party/WebKit/Source/devtools/front_end/ui/slider.css
|
| index 29f40327cff28151c5e5df4bb57b2c9f4a1f8ab8..b6d4d3a584a614947f5392914b5f042684d5a99d 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/slider.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/slider.css
|
| @@ -8,7 +8,7 @@
|
| -webkit-appearance: none;
|
| margin: 0;
|
| padding: 0;
|
| - height: 12px;
|
| + height: 10px;
|
| width: 88px;
|
| outline: none;
|
| background: none;
|
| @@ -41,4 +41,4 @@
|
|
|
| .dt-range-input:disabled::-webkit-slider-thumb {
|
| background-color: #bdbdbd;
|
| -}
|
| +}
|
|
|