Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / themes / seven / css / components / quickedit.css
index 5949c08f4a8e89a24896cd32104b6c9cda8b6819..454863b84d2e7a3d50f899dae68425bb44c60ed1 100644 (file)
@@ -23,7 +23,7 @@
 .quickedit-button.action-saving {
   border-color: #1e5c90;
   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;
@@ -36,7 +36,7 @@
 .quickedit-button.action-saving: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;
 }
@@ -49,7 +49,7 @@
 .quickedit-button.action-save:active,
 .quickedit-button.action-saving: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);
 }