Mercurial > hg > isophonics-drupal-site
diff core/themes/seven/css/components/buttons.css @ 14:1fec387a4317
Update Drupal core to 8.5.2 via Composer
author | Chris Cannam |
---|---|
date | Mon, 23 Apr 2018 09:46:53 +0100 |
parents | 4c8ae668cc8c |
children | af1871eacc83 |
line wrap: on
line diff
--- a/core/themes/seven/css/components/buttons.css Mon Apr 23 09:33:26 2018 +0100 +++ b/core/themes/seven/css/components/buttons.css Mon Apr 23 09:46:53 2018 +0100 @@ -35,7 +35,7 @@ border-radius: 20em; background-color: #f2f1eb; background-image: -webkit-linear-gradient(top, #f6f6f3, #e7e7df); - background-image: linear-gradient(to bottom, #f6f6f3, #e7e7df); + background-image: linear-gradient(to bottom, #f6f6f3, #e7e7df); color: #333; text-decoration: none; text-shadow: 0 1px hsla(0, 0%, 100%, 0.6); @@ -50,7 +50,7 @@ .button:focus { background-color: #f9f8f6; background-image: -webkit-linear-gradient(top, #fcfcfa, #e9e9dd); - background-image: linear-gradient(to bottom, #fcfcfa, #e9e9dd); + background-image: linear-gradient(to bottom, #fcfcfa, #e9e9dd); color: #1a1a1a; text-decoration: none; outline: none; @@ -62,14 +62,14 @@ /* Prevent focus ring being covered by next siblings. */ .button:focus { z-index: 10; - border: 1px solid #3AB2FF; + border: 1px solid #3ab2ff; box-shadow: 0 0 0.5em 0.1em hsla(203, 100%, 60%, 0.7); } .button:active { border: 1px solid #a6a6a6; background-color: #dfdfd9; background-image: -webkit-linear-gradient(top, #f6f6f3, #e7e7df); - background-image: linear-gradient(to bottom, #f6f6f3, #e7e7df); + background-image: linear-gradient(to bottom, #f6f6f3, #e7e7df); box-shadow: inset 0 1px 3px hsla(0, 0%, 0%, 0.2); -webkit-transition: none; transition: none; @@ -79,7 +79,7 @@ border-color: #1e5c90; background-color: #0071b8; background-image: -webkit-linear-gradient(top, #007bc6, #0071b8); - background-image: linear-gradient(to bottom, #007bc6, #0071b8); + background-image: linear-gradient(to bottom, #007bc6, #0071b8); color: #fff; text-shadow: 0 1px hsla(0, 0%, 0%, 0.5); font-weight: 700; @@ -89,19 +89,19 @@ .button--primary:focus { background-color: #2369a6; background-image: -webkit-linear-gradient(top, #0c97ed, #1f86c7); - background-image: linear-gradient(to bottom, #0c97ed, #1f86c7); + background-image: linear-gradient(to bottom, #0c97ed, #1f86c7); border-color: #1e5c90; color: #fff; } .button--primary:focus { - border: 1px solid #1280DF; + border: 1px solid #1280df; } .button--primary:hover { box-shadow: 0 1px 2px hsla(203, 10%, 10%, 0.25); } .button--primary:active { background-image: -webkit-linear-gradient(top, #08639b, #0071b8); - background-image: linear-gradient(to bottom, #08639b, #0071b8); + background-image: linear-gradient(to bottom, #08639b, #0071b8); border-color: #144b78; box-shadow: inset 0 1px 3px hsla(0, 0%, 0%, 0.2); }