X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=css%2Fjoomla.css;h=39a489786ac5c13bf710d000227f926aeb6fa695;hb=1284e6407f58a0822d740f8a00e75bdf34525cc2;hp=2bf04eb8add0473107e96d16f7ad753825372f20;hpb=2e627c45ad39db3612595bb509393760d04345c8;p=civicrm-core.git diff --git a/css/joomla.css b/css/joomla.css index 2bf04eb8ad..39a489786a 100644 --- a/css/joomla.css +++ b/css/joomla.css @@ -57,6 +57,8 @@ td.active { td.label { background: none; + color: #3e3e3e; + display: table-cell; } /* @@ -359,6 +361,9 @@ ul#civicrm-menu li#crm-qsearch { width: auto; padding: 2px 4px; } +.crm-container .select2-search input { + width: 100%; +} .crm-container textarea, .crm-container input { height: auto; @@ -366,3 +371,7 @@ ul#civicrm-menu li#crm-qsearch { .crm-container input[type=submit] { height: auto; } + +.crm-container .disabled { + font-weight: normal; +}