X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=setup%2Fres%2Ftemplate.css;h=5a2b3ea1060896e84c97e6e4337fa3f7852e78b8;hb=521c0a016ac3d4ebd58069930ebd474a68543e72;hp=240843a602521773cd97f0d2c211f216813e8add;hpb=e8a38180f348561312bdcb0c5cdc94f505385cff;p=civicrm-core.git diff --git a/setup/res/template.css b/setup/res/template.css index 240843a602..5a2b3ea106 100644 --- a/setup/res/template.css +++ b/setup/res/template.css @@ -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%; }