diff options
author | cbiesinger@chromium.org <cbiesinger@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-09 00:43:30 +0000 |
---|---|---|
committer | cbiesinger@chromium.org <cbiesinger@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-09 00:43:30 +0000 |
commit | 0c9f37f0c13d3eda8bc9b9a1411ce4dc965a143a (patch) | |
tree | 51c3f9db494689cd1c7ef0dab97b5ec96fa34b7b /remoting/webapp/toolbar.css | |
parent | b81608142c74199ed1a6bb90c142374ac0bf6542 (diff) | |
download | chromium_src-0c9f37f0c13d3eda8bc9b9a1411ce4dc965a143a.zip chromium_src-0c9f37f0c13d3eda8bc9b9a1411ce4dc965a143a.tar.gz chromium_src-0c9f37f0c13d3eda8bc9b9a1411ce4dc965a143a.tar.bz2 |
Convert Chromoting to use the new, non-deprecated flexbox
This is basically a search and replace for -webkit-box -> -webkit-flex,
and some related properties.
I have tested that the UI still looks correct, although I couldn't find
out where connection-history-options is used.
R=jamiewalch@chromium.org
BUG=
Review URL: https://chromiumcodereview.appspot.com/12847005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192972 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/webapp/toolbar.css')
-rw-r--r-- | remoting/webapp/toolbar.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/webapp/toolbar.css b/remoting/webapp/toolbar.css index ba95401..2e4854e 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 { |