Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1224)

Unified Diff: Source/devtools/front_end/elements/elementsPanel.css

Issue 724693003: Devtools: Add global animation timeline controls (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
+}

Powered by Google App Engine
This is Rietveld 408576698