Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / block_place / css / block-place.css
index aa3eccb5ad5e62427c2fe6ce2022b7eebe165582..9eba9b63742d4b2e3c44e5ebe09884398466f2ae 100644 (file)
@@ -4,8 +4,8 @@
  */
 
 .block-place-region {
-  outline: 1px dashed rgba(0,0,0,0.5);
-  box-shadow: 0 0 0 1px rgba(255,255,255,0.7);
+  outline: 1px dashed rgba(0, 0, 0, 0.5);
+  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.7);
   margin: 1em 0;
   padding: 5px;
   text-align: center;
@@ -14,8 +14,8 @@
 
 .block-place-region a.button {
   position: relative;
-  background: url(../../../misc/icons/bebebe/plus.svg) #ffffff center center / 16px 16px no-repeat;
-  border: 1px solid #cccccc;
+  background: url(../../../misc/icons/bebebe/plus.svg) #fff center center / 16px 16px no-repeat;
+  border: 1px solid #ccc;
   box-sizing: border-box;
   font-size: 1rem;
   padding: 0;