Merge pull request #19023 from eileenmcnaughton/tt
[civicrm-core.git] / ext / search / css / search.css
index 276755632f688215c021a57bd6e4dc3d60550129..c93f7096227bc8ea6786bc54061468f2646fa752 100644 (file)
@@ -1,29 +1,35 @@
-.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;
-}
 #bootstrap-theme #crm-search-results-page-size {
   width: 5em;
 }
 #bootstrap-theme .crm-search-results {
   min-height: 200px;
 }
-.crm-search-results thead th[ng-repeat] {
-  cursor: pointer;
+
+#bootstrap-theme.crm-search .nav-stacked {
+  margin-left: 0;
+  margin-right: 20px;
 }
-.crm-search-results thead th[ng-repeat] > span {
-  cursor: move;
+
+#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 {
   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);
 #bootstrap-theme.crm-search th.crm-search-result-select {
   padding-right: 10px;
 }
+
+#bootstrap-theme .crm-search-delete-display {
+  position: absolute;
+  right: 0;
+  top: 0;
+}