diff options
author | cbiesinger@chromium.org <cbiesinger@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-06 00:21:25 +0000 |
---|---|---|
committer | cbiesinger@chromium.org <cbiesinger@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-06 00:21:25 +0000 |
commit | 2fecc2cbd96fdb09a2b3908924c84beef4097711 (patch) | |
tree | 6191fecb99049f6edbdea5c14be3eaffbbfefa58 /remoting/webapp | |
parent | 056efdce8dae9d42a3e3feb5c310b77b79979a23 (diff) | |
download | chromium_src-2fecc2cbd96fdb09a2b3908924c84beef4097711.zip chromium_src-2fecc2cbd96fdb09a2b3908924c84beef4097711.tar.gz chromium_src-2fecc2cbd96fdb09a2b3908924c84beef4097711.tar.bz2 |
Search & replace of -webkit-box-shadow -> box-shadow
Webkit has supported unprefixed box-shadow since December 2010:
http://peter.sh/2010/12/no-more-delete-unprefixed-box-shadows-and-a-have-happy-new-year/
BUG=
Review URL: https://chromiumcodereview.appspot.com/12842013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192665 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/webapp')
-rw-r--r-- | remoting/webapp/main.css | 24 | ||||
-rw-r--r-- | remoting/webapp/menu_button.css | 4 | ||||
-rw-r--r-- | remoting/webapp/toolbar.css | 4 |
3 files changed, 16 insertions, 16 deletions
diff --git a/remoting/webapp/main.css b/remoting/webapp/main.css index 58a63ba..8aa28f3 100644 --- a/remoting/webapp/main.css +++ b/remoting/webapp/main.css @@ -145,29 +145,29 @@ button[disabled], button[disabled]:hover, button[disabled]:active { padding-top:100px; background-clip:padding-box; background-color: rgba(0,0,0,0.2); - -webkit-box-shadow: inset 1px 1px 0px rgba(0,0,0,0.10), - inset 0px -1px 0px rgba(0,0,0,0.07); + box-shadow: inset 1px 1px 0px rgba(0,0,0,0.10), + inset 0px -1px 0px rgba(0,0,0,0.07); } ::-webkit-scrollbar-thumb:hover { background-color: rgba(0,0,0,0.4); - -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.25); + box-shadow: inset 1px 1px 1px rgba(0,0,0,0.25); } ::-webkit-scrollbar-thumb:active { - -webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.35); + box-shadow: inset 1px 1px 3px rgba(0,0,0,0.35); background-color: rgba(0,0,0,0.5); } ::-webkit-scrollbar-track:hover { background-color:rgba(0,0,0,0.05); - -webkit-box-shadow: inset 1px 0px 0px rgba(0,0,0,0.10); + box-shadow: inset 1px 0px 0px rgba(0,0,0,0.10); } ::-webkit-scrollbar-track:active { background-color:rgba(0,0,0,0.05); - -webkit-box-shadow: inset 1px 0px 0px rgba(0,0,0,0.14), - inset -1px -1px 0px rgba(0,0,0,0.07); + box-shadow: inset 1px 0px 0px rgba(0,0,0,0.14), + inset -1px -1px 0px rgba(0,0,0,0.07); } ::-webkit-scrollbar-track-piece { @@ -191,11 +191,11 @@ input[type=text]:hover, input[type=password]:hover { border: 1px solid #b9b9b9; border-top: 1px solid #a0a0a0; - -webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1); + box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1); } input[type=text]:focus, input[type=password]:focus { - -webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3); + box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3); outline: none; border: 1px solid #4d90fe; } @@ -209,7 +209,7 @@ Component: Modal Dialog } .kd-modaldialog { - -webkit-box-shadow: 0 4px 16px rgba(0,0,0,0.2); + box-shadow: 0 4px 16px rgba(0,0,0,0.2); background: white; outline:1px solid rgba(0,0,0,0.2); padding:30px 42px; @@ -369,7 +369,7 @@ section { background-color: #f9edbe; border: 1px solid #f0c36d; -webkit-border-radius: 2px; - -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.2); + box-shadow: 0px 2px 4px rgba(0,0,0,0.2); color: #222; padding: 8px 16px; text-align: center; @@ -607,7 +607,7 @@ button { #session-mode { position: absolute; - -webkit-box-shadow: 0 0 8px 0 black; + box-shadow: 0 0 8px 0 black; -webkit-user-select: none; } diff --git a/remoting/webapp/menu_button.css b/remoting/webapp/menu_button.css index e0c1dc4..d495624 100644 --- a/remoting/webapp/menu_button.css +++ b/remoting/webapp/menu_button.css @@ -22,7 +22,7 @@ background-color: #EEE; background-image: -webkit-gradient(linear, left top, left bottom, from(#EEE), to(#E0E0E0)); - -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1); + box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1); border: 1px solid #CCC; color: #333; } @@ -40,7 +40,7 @@ background: white; outline: 1px solid rgba(0, 0, 0, 0.2); padding: 0 0 6px; - -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2); + box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2); z-index: 1; } diff --git a/remoting/webapp/toolbar.css b/remoting/webapp/toolbar.css index 69d4dd2..ba95401 100644 --- a/remoting/webapp/toolbar.css +++ b/remoting/webapp/toolbar.css @@ -25,7 +25,7 @@ border-bottom-left-radius: 7px; border-bottom-right-radius: 7px; background-color: #4695ff; - -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); + 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; @@ -42,7 +42,7 @@ width: 620px; padding: 10px 7px 5px 7px; background-color: #e9e9e9; - -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); + box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); pointer-events: all; display: -webkit-box; } |