Add test for new rounded money format functions
[civicrm-core.git] / css / civicrm.css
index c459281324c6b09f3c42b1dd0be0b4ce94745899..a89e60458bc8eaaa5fa9c89f714df2eaeebbd787 100644 (file)
@@ -2118,6 +2118,10 @@ a.crm-i:hover {
   color: #6177D5;
 }
 
+.crm-i.crm-i-green {
+  color: #86c661;
+}
+
 .crm-i-button {
   position: relative;
 }
@@ -3124,6 +3128,10 @@ div.m ul#civicrm-menu,
 .crm-container .select2-container[class*=" fa-"]:before {
   display: none;
 }
+.crm-container .select2-results .select2-result.select2-disabled > .select2-result-label {
+  opacity: .6;
+  cursor: default;
+}
 
 /* Restore this property otherwise our css overrides it */
 .select2-search input {