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

Unified Diff: remoting/webapp/crd/html/toolbar.css

Issue 2536473002: [AppRemoting] Reduce usage of webkit prefix (Closed)
Patch Set: Created 4 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
« no previous file with comments | « remoting/webapp/crd/html/menu_button.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/crd/html/toolbar.css
diff --git a/remoting/webapp/crd/html/toolbar.css b/remoting/webapp/crd/html/toolbar.css
index ea83c298dfc37668b60ec4c39b5fec5fb727795e..ee4371746c48f3b736422cacd7d81f782df6f2a9 100644
--- a/remoting/webapp/crd/html/toolbar.css
+++ b/remoting/webapp/crd/html/toolbar.css
@@ -7,7 +7,7 @@
position: fixed;
top: -48px;
width: 640px;
- -webkit-transition: top 0.15s ease;
+ transition: top 0.15s ease;
font-size: 13px;
pointer-events: none;
z-index: 1;
@@ -28,7 +28,7 @@
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
pointer-events: all;
clip: rect(0, 999px, 999px, -999px);
- -webkit-transition: height 0.15s ease;
+ transition: height 0.15s ease;
}
.toolbar-stub-extended,
@@ -76,7 +76,7 @@
left: 62px;
bottom: 2px;
opacity: 0.5;
- -webkit-transition: bottom 0.15s ease, opacity 0.1s linear;
+ transition: bottom 0.15s ease, opacity 0.1s linear;
}
.toolbar-stub-extended .arrow-down,
@@ -90,5 +90,5 @@
}
.toolbar-visible .arrow-down {
- -webkit-transform: rotate(180deg);
+ transform: rotate(180deg);
}
« no previous file with comments | « remoting/webapp/crd/html/menu_button.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698