diff core/modules/simpletest/css/simpletest.module.css @ 18:af1871eacc83

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:33:08 +0100
parents 1fec387a4317
children
line wrap: on
line diff
--- a/core/modules/simpletest/css/simpletest.module.css	Thu Feb 28 13:21:36 2019 +0000
+++ b/core/modules/simpletest/css/simpletest.module.css	Thu May 09 15:33:08 2019 +0100
@@ -9,8 +9,8 @@
 
 .simpletest-image {
   display: inline-block;
+  width: 1em;
   cursor: pointer;
-  width: 1em;
 }
 .simpletest-group-label label {
   display: inline;
@@ -23,12 +23,12 @@
   margin: 0;
 }
 #simpletest-form-table tr td {
+  color: #494949;
   background-color: white;
-  color: #494949;
 }
 #simpletest-form-table tr.simpletest-group td {
+  color: #494949;
   background-color: #edf5fa;
-  color: #494949;
 }
 
 table#simpletest-form-table tr.simpletest-group label {
@@ -76,18 +76,18 @@
 }
 
 a.simpletest-collapse {
+  position: absolute;
+  top: -99em;
+  width: 0;
   height: 0;
-  width: 0;
-  top: -99em;
-  position: absolute;
 }
 a.simpletest-collapse:focus,
 a.simpletest-collapse:hover {
-  font-size: 80%;
-  top: 0;
-  height: auto;
-  width: auto;
-  overflow: visible;
   position: relative;
   z-index: 1000;
+  top: 0;
+  overflow: visible;
+  width: auto;
+  height: auto;
+  font-size: 80%;
 }