Commit 52955a22 authored by avayvod@chromium.org's avatar avayvod@chromium.org

Fixed TPM dialog shield style

R=altimofeev
BUG=chromium-os:17335
TEST=Click on Learn More link on EULA screen. Verify that shadow that blocks the UI is of correct style.

Review URL: http://codereview.chromium.org/7584029

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95963 0039d316-1c4b-4281-b951-d872f2087c98
parent 0fa46e83
......@@ -111,7 +111,6 @@ hr.bottom {
left: -20px;
}
.step {
-webkit-transition: left .2s, opacity .2s, visibility .2s ease-in-out;
left: 0;
......@@ -359,12 +358,11 @@ button {
-webkit-box-align: center;
-webkit-box-pack: center;
-webkit-transition: 0.25s opacity;
background: -webkit-radial-gradient(rgba(127, 127, 127, 0.5),
rgba(127, 127, 127, 0.5) 35%,
rgba(0, 0, 0, 0.7));
background: #fff;
bottom: 0;
display: -webkit-box;
left: 0;
opacity: 0.75;
padding-bottom: 130px;
padding: 20px;
position: fixed;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment