Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / ckeditor / css / ckeditor.admin.css
index cfbeae061b4423214aabe2a48ae1337051ccba45..9a8a48b50030918bc6a1b1423f0502aa61bd1a6f 100644 (file)
@@ -16,9 +16,9 @@
   margin: 5px 0;
   /* Disallow any user selections in the drag-and-drop toolbar config UI. */
   -webkit-user-select: none;
-  -moz-user-select:    none;
-  -ms-user-select:     none;
-  user-select:         none;
+  -moz-user-select: none;
+  -ms-user-select: none;
+  user-select: none;
 }
 .ckeditor-toolbar-active {
   margin-top: 0.25em;
   padding: 4px 6px;
   position: relative;
   text-decoration: none;
-  text-shadow: 0 1px 0 rgba(255,255,255,.5);
+  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
   white-space: nowrap;
 }
 .ckeditor-toolbar-dividers {
@@ -296,7 +296,7 @@ ul.ckeditor-buttons li.ckeditor-button-separator a {
   height: 18px;
   width: 1px;
   display: block;
-  box-shadow: 1px 0 1px rgba(255, 255, 255, 0.5)
+  box-shadow: 1px 0 1px rgba(255, 255, 255, 0.5);
 }
 .ckeditor-button-arrow {
   width: 0;