diff core/themes/stable/css/simpletest/simpletest.module.css @ 5:12f9dff5fda9 tip

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:34:47 +0100
parents c75dbcec494b
children
line wrap: on
line diff
--- a/core/themes/stable/css/simpletest/simpletest.module.css	Thu Feb 28 13:11:55 2019 +0000
+++ b/core/themes/stable/css/simpletest/simpletest.module.css	Thu May 09 15:34:47 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%;
 }