| Index: chrome/browser/resources/ssl/interstitial_v2.css
|
| diff --git a/chrome/browser/resources/ssl/interstitial_v2.css b/chrome/browser/resources/ssl/interstitial_v2.css
|
| index e76e014df208e61ad9fe1108f969085ff439a9ad..309d4534ee7532eb7ec9e602733ddf653fda45ff 100644
|
| --- a/chrome/browser/resources/ssl/interstitial_v2.css
|
| +++ b/chrome/browser/resources/ssl/interstitial_v2.css
|
| @@ -31,22 +31,21 @@ button {
|
| padding: 8px 24px;
|
| }
|
|
|
| -button:hover {
|
| - box-shadow: 0 1px 3px rgba(0, 0, 0, .50);
|
| -}
|
| -
|
| button:active {
|
| background: rgb(50, 102, 213);
|
| }
|
|
|
| +button:hover {
|
| + box-shadow: 0 1px 3px rgba(0, 0, 0, .50);
|
| +}
|
| +
|
| #details {
|
| color: #696969;
|
| margin: 45px 0 150px 0;
|
| }
|
|
|
| -#details-button {
|
| - color: #696969;
|
| - font-size: .875em;
|
| +#details p:not(:first-of-type) {
|
| + margin-top: 39px;
|
| }
|
|
|
| #error-code {
|
| @@ -95,8 +94,9 @@ h1 {
|
| width: 100%;
|
| }
|
|
|
| -#details p:not(:first-of-type) {
|
| - margin-top: 39px;
|
| +.small-link {
|
| + color: #696969;
|
| + font-size: .875em;
|
| }
|
|
|
| .safe-browsing a {
|
|
|