Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / themes / seven / css / components / system-status-counter.css
index 8d71965f015bdfbe14ac5d73d5e9a8c2d1f88c3e..86f9668927aeac438a350eb3a3e037703d1b72e1 100644 (file)
@@ -11,7 +11,7 @@
   display: inline-block;
   width: 100%;
   white-space: nowrap;
-  background: #FCFCFA;
+  background: #fcfcfa;
 }
 .system-status-counter__status-icon {
   display: inline-block;
   border-right: 1px solid #e6e4df; /* LTR */
   border-left: 0; /* LTR */
   background-color: #faf9f5;
-  box-shadow: 0 1px 1px rgba(0, 0, 0, .1) inset;
+  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
 }
 [dir="rtl"] .system-status-counter__status-icon {
   border-right: 0;
   border-left: 1px solid #e6e4df;
-  box-shadow: 0 1px 1px rgba(0, 0, 0, .1) inset;
+  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
 }
 .system-status-counter__status-icon:before {
   content: "";