| Index: Source/devtools/front_end/elements/elementsPanel.css
|
| diff --git a/Source/devtools/front_end/elements/elementsPanel.css b/Source/devtools/front_end/elements/elementsPanel.css
|
| index 67188ed8f6fcff86c90c2cf8f993ccf3b1f395f3..d0501253b5c448b8fc0f10ee202b993614e235b7 100644
|
| --- a/Source/devtools/front_end/elements/elementsPanel.css
|
| +++ b/Source/devtools/front_end/elements/elementsPanel.css
|
| @@ -711,3 +711,19 @@ li.child-editing .styles-clipboard-only {
|
| .animationSectionBody .section {
|
| border-bottom: 1px solid rgb(191, 191, 191);
|
| }
|
| +
|
| +.animationsHeader {
|
| + padding-top: 25px;
|
| +}
|
| +
|
| +.global-animations-toolbar {
|
| + position: absolute;
|
| + top: 0;
|
| + width: 100%;
|
| + background-color: #eee;
|
| + border-bottom: 1px solid rgb(163, 163, 163);
|
| +}
|
| +
|
| +.playback-rate-button.toggled-on > .status-bar-button-text {
|
| + color: rgb(66, 129, 235);
|
| +}
|
|
|