Merge pull request #18917 from mattwire/financialtrxn_payprocid
[civicrm-core.git] / ext / search / css / search.css
index af5733e31e210266b628345dd4fbc79d3c2bcee0..2353aa2bd666bb6b777ac27f2e974358fadd3982 100644 (file)
   min-height: 200px;
 }
 
-#bootstrap-theme.crm-search ul.nav.nav-stacked {
+#bootstrap-theme.crm-search .nav-stacked {
   margin-left: 0;
   margin-right: 20px;
 }
 
+#bootstrap-theme.crm-search ul.nav-stacked {
+  margin-top: 20px;
+}
+
+#bootstrap-theme.crm-search input.ng-invalid {
+  border-color: #8A1F11;
+}
+#bootstrap-theme.crm-search input.ng-invalid::placeholder {
+  color: #8A1F11;
+}
+
+#bootstrap-theme.crm-search ul.nav-stacked li {
+  cursor: default;
+}
+
+#bootstrap-theme.crm-search ul.nav-stacked li a[disabled] {
+  text-decoration: line-through !important;
+  color: grey;
+  cursor: default;
+  pointer-events: none;
+}
+
 #bootstrap-theme.crm-search fieldset {
   padding: 6px;
   border-top: 1px solid lightgrey;