Merge pull request #19023 from eileenmcnaughton/tt
[civicrm-core.git] / ext / search / css / search.css
index af5733e31e210266b628345dd4fbc79d3c2bcee0..c93f7096227bc8ea6786bc54061468f2646fa752 100644 (file)
@@ -1,22 +1,3 @@
-.crm-flex-box {
-  display: flex;
-}
-.crm-flex-box > * {
-  flex: 1;
-}
-.crm-flex-box > .crm-flex-2 {
-  flex: 2;
-}
-.crm-flex-box > .crm-flex-3 {
-  flex: 3;
-}
-.crm-flex-box > .crm-flex-4 {
-  flex: 4;
-}
-.crm-draggable {
-  cursor: move;
-}
-
 #bootstrap-theme #crm-search-results-page-size {
   width: 5em;
 }
   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;
   background-color: rgba(255, 255, 255, .9);
 }
 
-#bootstrap-theme.crm-search div.api4-input.form-inline label.form-control {
-  margin-right: 6px;
-}
-#bootstrap-theme.crm-search div.api4-input.form-inline label.form-control input[type=checkbox] {
-  margin: 0 2px 0 0;
-}
-
-#bootstrap-theme.crm-search div.api4-input.form-inline label.form-control:not(.api4-option-selected) {
-  transition: none;
-  box-shadow: none;
-  -webkit-box-shadow: none;
-  -moz-box-shadow: none;
-  font-weight: normal;
-}
-
-#bootstrap-theme.crm-search div.api4-input.form-inline .form-control label {
-  font-weight: normal;
-  position: relative;
-  top: -2px;
-}
 #bootstrap-theme.crm-search .api4-clause-fieldset fieldset {
   float: right;
   width: calc(100% - 58px);