diff --git a/core/modules/outside_in/css/off-canvas.base.css b/core/modules/outside_in/css/off-canvas.base.css index 4483ff9..7cc263c 100644 --- a/core/modules/outside_in/css/off-canvas.base.css +++ b/core/modules/outside_in/css/off-canvas.base.css @@ -7,7 +7,7 @@ #drupal-off-canvas *, #drupal-off-canvas *:not(div) { background: #444; - font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif; + font-family: "Lucida Grande", 'Lucida Sans Unicode', 'liberation sans', sans-serif; color: #ddd; } @@ -15,7 +15,7 @@ #drupal-off-canvas a, #drupal-off-canvas .link { border-bottom: none; - font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif; + font-family: "Lucida Grande", 'Lucida Sans Unicode', 'liberation sans', sans-serif; font-size: inherit; font-weight: normal; color: #85bef4; diff --git a/core/modules/outside_in/css/off-canvas.button.css b/core/modules/outside_in/css/off-canvas.button.css index 1e757bb..df28d56 100644 --- a/core/modules/outside_in/css/off-canvas.button.css +++ b/core/modules/outside_in/css/off-canvas.button.css @@ -12,7 +12,7 @@ padding: 0; border: 0; box-shadow: none; - font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif; + font-family: "Lucida Grande", 'Lucida Sans Unicode', 'liberation sans', sans-serif; line-height: normal; text-transform: none; text-decoration: none; diff --git a/core/modules/outside_in/css/off-canvas.details.css b/core/modules/outside_in/css/off-canvas.details.css index ac7100f..dcac6a5 100644 --- a/core/modules/outside_in/css/off-canvas.details.css +++ b/core/modules/outside_in/css/off-canvas.details.css @@ -6,7 +6,7 @@ #drupal-off-canvas details, #drupal-off-canvas summary { display: block; - font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif; + font-family: "Lucida Grande", 'Lucida Sans Unicode', 'liberation sans', sans-serif; } #drupal-off-canvas details, #drupal-off-canvas summary, diff --git a/core/modules/outside_in/css/off-canvas.form.css b/core/modules/outside_in/css/off-canvas.form.css index 349f405..8e95b78 100644 --- a/core/modules/outside_in/css/off-canvas.form.css +++ b/core/modules/outside_in/css/off-canvas.form.css @@ -4,7 +4,7 @@ */ #drupal-off-canvas form { - font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif; + font-family: "Lucida Grande", 'Lucida Sans Unicode', 'liberation sans', sans-serif; color: #ddd; } #drupal-off-canvas input[type="checkbox"] { @@ -19,7 +19,7 @@ } #drupal-off-canvas option { display: block; - font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif; + font-family: "Lucida Grande", 'Lucida Sans Unicode', 'liberation sans', sans-serif; } #drupal-off-canvas label { line-height: normal; diff --git a/core/modules/outside_in/css/off-canvas.table.css b/core/modules/outside_in/css/off-canvas.table.css index d71e5db..24d2b4c 100644 --- a/core/modules/outside_in/css/off-canvas.table.css +++ b/core/modules/outside_in/css/off-canvas.table.css @@ -4,7 +4,7 @@ */ #drupal-off-canvas table * { - font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif; + font-family: "Lucida Grande", 'Lucida Sans Unicode', 'liberation sans', sans-serif; } #drupal-off-canvas table { display: table; diff --git a/core/modules/outside_in/css/off-canvas.theme.css b/core/modules/outside_in/css/off-canvas.theme.css index a2c5f61..e71a5de 100644 --- a/core/modules/outside_in/css/off-canvas.theme.css +++ b/core/modules/outside_in/css/off-canvas.theme.css @@ -49,7 +49,7 @@ /* Ensure that long titles do not overlap the close button. */ max-width: 210px; font-size: 16px; - font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif; + font-family: "Lucida Grande", 'Lucida Sans Unicode', 'liberation sans', sans-serif; text-align: left; /* LTR */ } [dir="rtl"] .ui-dialog.ui-dialog-off-canvas .ui-dialog-title { diff --git a/core/modules/outside_in/css/outside_in.theme.css b/core/modules/outside_in/css/outside_in.theme.css index d52f035..567db21 100644 --- a/core/modules/outside_in/css/outside_in.theme.css +++ b/core/modules/outside_in/css/outside_in.theme.css @@ -9,7 +9,6 @@ /* Style the edit mode toolbar and tabs. */ #toolbar-bar.js-outside-in-edit-mode { - background-image: -webkit-gradient(linear,left top, left bottom,from(#0c97ed),to(#1f86c7)); background-image: linear-gradient(to bottom,#0c97ed,#1f86c7); } .js-outside-in-edit-mode .toolbar-item:not(.toolbar-icon-edit) { @@ -24,7 +23,6 @@ .toolbar-tab > .toolbar-icon.toolbar-icon-edit.toolbar-item.is-active, .toolbar-tab > .toolbar-icon.toolbar-icon-edit.toolbar-item:focus { background-color: #50a0e9; - background-image: -webkit-gradient(linear, left top, left bottom, from(#007bc6), to(#0071b8)); background-image: linear-gradient(to bottom, #007bc6, #0071b8); color: #ddd; text-shadow: none; @@ -34,14 +32,12 @@ /* Make the hover of the inactive state the same as the active state. */ .toolbar-tab > .toolbar-icon.toolbar-icon-edit.toolbar-item:hover, .toolbar-tab > .toolbar-icon.toolbar-icon-edit.toolbar-item.is-active { - background-image: -webkit-gradient(linear, left top, left bottom, from(#0c97ed), to(#1f86c7)); background-image: linear-gradient(to bottom, #0c97ed, #1f86c7); color: #fff; } /* Make the hover of the active state the same as the inactive state. */ .toolbar-tab > .toolbar-icon.toolbar-icon-edit.toolbar-item.is-active:hover { background-color: #2369a6; - background-image: -webkit-gradient(linear, left top, left bottom, from(#007bc6), to(#0071b8)); background-image: linear-gradient(to bottom, #007bc6, #0071b8); color: #fff; } diff --git a/core/modules/outside_in/css/outside_in.toolbar.css b/core/modules/outside_in/css/outside_in.toolbar.css index 8f17da9..e09fb00 100644 --- a/core/modules/outside_in/css/outside_in.toolbar.css +++ b/core/modules/outside_in/css/outside_in.toolbar.css @@ -21,7 +21,6 @@ /* Style both the edit and editing states of the contextual links toggle tab. */ .toolbar-icon-edit.toolbar-item { background-color: #50a0e9; - background-image: -webkit-gradient(linear, left top, left bottom, from(#007bc6), to(#0071b8)); background-image: linear-gradient(to bottom, #007bc6, #0071b8); color: #eee; text-shadow: 0 1px hsla(0, 0%, 0%, 0.5); @@ -30,7 +29,6 @@ } .toolbar-icon-edit.toolbar-item.is-active { background-color: #50a0e9; - background-image: -webkit-gradient(linear, left top, left bottom, from(#007bc6), to(#0071b8)); background-image: linear-gradient(to bottom, #007bc6, #0071b8); color: #eee; text-shadow: 0 1px hsla(0, 0%, 0%, 0.5); @@ -40,7 +38,6 @@ .toolbar-tab:hover > .toolbar-icon-edit, .toolbar-icon-edit:focus .toolbar-item { background-color: #2369a6; - background-image: -webkit-gradient(linear, left top, left bottom, from(#0c97ed), to(#1f86c7)); background-image: linear-gradient(to bottom, #0c97ed, #1f86c7); border-color: #1e5c90; color: #fff; @@ -66,6 +63,5 @@ button.toolbar-icon.toolbar-icon-edit.toolbar-item:before:focus { color: #fff; } #toolbar-bar.js-outside-in-edit-mode button.toolbar-icon.toolbar-icon-edit.toolbar-item.is-active:hover { - background-image: -webkit-gradient(linear, left top, left bottom, from(#0094f0), to(#0e69be)); background-image: linear-gradient(to bottom, #0094f0, #0e69be); }