Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / contextual / css / contextual.toolbar.css
index dd573a7a303ae8bc2d842bf6792576a5c563f0c6..5b84c24accdccf3bb1eda10154f8867d063087ba 100644 (file)
@@ -14,8 +14,8 @@
   margin: 0;
 }
 .toolbar .toolbar-bar .contextual-toolbar-tab .toolbar-item.is-active {
-  background-image:-webkit-linear-gradient(rgb(78,159,234) 0%, rgb(69,132,221) 100%);
-  background-image:linear-gradient(rgb(78,159,234) 0%,rgb(69,132,221) 100%);
+  background-image: -webkit-linear-gradient(rgb(78, 159, 234) 0%, rgb(69, 132, 221) 100%);
+  background-image: linear-gradient(rgb(78, 159, 234) 0%, rgb(69, 132, 221) 100%);
 }
 
 /* @todo get rid of this declaration by making toolbar.module's CSS less specific */