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

Unified Diff: remoting/webapp/toolbar.css

Issue 12847005: Convert Chromoting to use the new, non-deprecated flexbox (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@inspector
Patch Set: Created 7 years, 9 months 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/main.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/toolbar.css
diff --git a/remoting/webapp/toolbar.css b/remoting/webapp/toolbar.css
index ba95401bd04585bd9d81bd38938b2617bb33c323..2e4854e8d254b0a6ee45a34f5c1a95c4cc70675b 100644
--- a/remoting/webapp/toolbar.css
+++ b/remoting/webapp/toolbar.css
@@ -44,7 +44,7 @@
background-color: #e9e9e9;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
pointer-events: all;
- display: -webkit-box;
+ display: -webkit-flex;
}
.toolbar-border > div {
« no previous file with comments | « remoting/webapp/main.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698