Path: blob/master/webroot/rsrc/css/application/config/config-options.css
13464 views
/**1* @provides config-options-css2*/34.config-option-table {5width: 100%;6border-collapse: collapse;7border: none;8background: {$page.content};9}1011.config-option-table th,12.config-option-table td {13padding: 8px 12px;14border-bottom: 1px solid {$thinblueborder};15}1617.config-option-table th {18background: {$lightgreybackground};19color: {$bluetext};20text-align: left;21white-space: nowrap;22}2324.config-option-table th em,25.config-option-table td em {26font-weight: normal;27color: {$greytext};28}2930.config-option-table td {31color: {$darkgreytext};32width: 100%;33white-space: pre-wrap;34}3536.config-option-table .column-labels th {37font-weight: bold;38color: {$bluetext};39background: {$lightgreybackground};40border-right: 1px solid {$thinblueborder};41}4243.config-options-current-value {44white-space: nowrap;45width: 200px;46text-overflow: ellipsis;47overflow: hidden;48}4950.config-options-current-value.violet {51color: {$violet};52}5354.config-options-effective-value,55.config-option-table .config-options-effective-value th {56background: {$gentle.highlight};57}585960