Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / quickedit / css / quickedit.theme.css
index 120573a57b41c7093d300d845723ea34c2c78f37..cc65e8fb9ced73f04c5ee53761f3026e6d5ba953 100644 (file)
@@ -26,7 +26,7 @@
 }
 .quickedit-editing.quickedit-validation-error,
 .quickedit-form.quickedit-validation-error {
-  box-shadow: 0 0 0px 1px #ee8b74, 0 0 0 2px #fa2209;
+  box-shadow: 0 0 0 1px #ee8b74, 0 0 0 2px #fa2209;
 }
 .quickedit-editing.quickedit-editor-is-popup {
   box-shadow: none;
@@ -45,7 +45,7 @@
   margin: 0;
 }
 .quickedit-form .form-wrapper {
-  margin: .5em;
+  margin: 0.5em;
 }
 
 /**
   opacity: 0;
 }
 .quickedit-animate-default {
-  -webkit-transition: all .4s ease;
-  transition: all .4s ease;
+  -webkit-transition: all 0.4s ease;
+  transition: all 0.4s ease;
 }
 .quickedit-animate-slow {
-  -webkit-transition: all .6s ease;
-  transition: all .6s ease;
+  -webkit-transition: all 0.6s ease;
+  transition: all 0.6s ease;
 }
 .quickedit-animate-delay-veryfast {
-  -webkit-transition-delay: .05s;
-  transition-delay: .05s;
+  -webkit-transition-delay: 0.05s;
+  transition-delay: 0.05s;
 }
 .quickedit-animate-delay-fast {
-  -webkit-transition-delay: .2s;
-  transition-delay: .2s;
+  -webkit-transition-delay: 0.2s;
+  transition-delay: 0.2s;
 }
 .quickedit-animate-disable-width {
   -webkit-transition: width 0s;
   transition: width 0s;
 }
 .quickedit-animate-only-visibility {
-  -webkit-transition: opacity .2s ease;
-  transition: opacity .2s ease;
+  -webkit-transition: opacity 0.2s ease;
+  transition: opacity 0.2s ease;
 }
 
 /**
  * In-place editors that don't use a popup.
  */
 .quickedit-validation-errors .messages.error {
-  box-shadow: 0 0 1px 1px red, 0 0 3px 3px rgba(153, 153, 153, .5);
+  box-shadow: 0 0 1px 1px red, 0 0 3px 3px rgba(153, 153, 153, 0.5);
   background-color: white;
 }
 
 }
 .quickedit-toolbar-container > .quickedit-toolbar-content {
   background-image: -webkit-linear-gradient(top, #fff, #e4e4e4);
-  background-image:   linear-gradient(to bottom, #fff, #e4e4e4);
+  background-image: linear-gradient(to bottom, #fff, #e4e4e4);
   box-sizing: border-box;
   color: black;
   padding: 0.1667em;
 .quickedit-toolbar-container > .quickedit-toolbar-pointer {
   background-color: #e4e4e4;
   bottom: 2px;
-  box-shadow: 0 0 0 1px #818181, 0px 0px 0 4px rgba(150, 150, 150, 0.5);
+  box-shadow: 0 0 0 1px #818181, 0 0 0 4px rgba(150, 150, 150, 0.5);
   display: block;
   height: 16px;
   left: 18px; /* LTR */
 }
 .quickedit-toolbar-container > .quickedit-toolbar-lining {
   bottom: 7px;
-  box-shadow: 0 0 0 1px #818181, 0px 3px 0px 1px rgba(150, 150, 150, 0.5);
+  box-shadow: 0 0 0 1px #818181, 0 3px 0 1px rgba(150, 150, 150, 0.5);
   display: block;
   left: 0;
   position: absolute;
   margin: 0;
   opacity: 1;
   padding: 0.345em;
-  -webkit-transition: opacity .1s ease;
-  transition: opacity .1s ease;
+  -webkit-transition: opacity 0.1s ease;
+  transition: opacity 0.1s ease;
 }
 .quickedit-button[aria-hidden="true"] {
   visibility: hidden;
   color: white;
   background-color: #50a0e9;
   background-image: -webkit-linear-gradient(top, #50a0e9, #4481dc);
-  background-image:   linear-gradient(to bottom, #50a0e9, #4481dc);
+  background-image: linear-gradient(to bottom, #50a0e9, #4481dc);
   border: 1px solid transparent;
 }
 .quickedit-button.action-save:hover,