Merge pull request #18114 from eileenmcnaughton/phone
[civicrm-core.git] / setup / res / template.css
index 240843a602521773cd97f0d2c211f216813e8add..5a2b3ea1060896e84c97e6e4337fa3f7852e78b8 100644 (file)
@@ -130,6 +130,13 @@ body {
   font-size: 80%;
 }
 
+.civicrm-setup-body .install-validate-ok {
+  display: none;
+}
+
+.civicrm-setup-body .install-validate-bad {
+}
+
 .civicrm-setup-body .reqTable {
   border-collapse: collapse;
   width: 100%;
@@ -223,6 +230,10 @@ body {
 .civicrm-setup-body input[type=submit]:hover {
   background: #60A237;
 }
+.civicrm-setup-body input[type=submit]:disabled {
+  background: #888;
+  cursor: not-allowed;
+}
 
 .civicrm-setup-body .settingsTable input[type=text] { width: 80%; }