APIv4 - Treat navigation permissions as array, add pseudoconstant for operator
[civicrm-core.git] / css / civicrm.css
index dd2319bb2fc2f7fa69aa2ef2778ac7f87227b0fe..163095e9d0e820aed29e254162f048f7aceb73ad 100644 (file)
@@ -722,6 +722,7 @@ input.crm-form-entityref {
 
 .crm-container div.empowered-by-logo {
   background: url('../i/civi99.png') no-repeat;
+  background-image: url('../i/civi99.svg'), none;
   display: block;
   line-height: 34px;
   position: absolute;
@@ -861,6 +862,10 @@ input.crm-form-entityref {
   font-weight: bold;
 }
 
+.crm-container .font-bold {
+  font-weight: bold !important;
+}
+
 .crm-container .font-italic {
   font-style: italic;
 }
@@ -3866,7 +3871,7 @@ span.crm-status-icon {
 }
 
 .crm-container .strikethrough {
-  text-decoration: line-through;
+  text-decoration: line-through !important;
 }
 
 .crm-container input.ng-invalid.ng-dirty,