laipower/wp-content/upgrade-temp-backup/plugins/w3-total-cache/pub/css/setup-guide.css
2023-10-22 22:21:48 +00:00

32 lines
439 B
CSS

.w3tc-setupguide-table th,
.w3tc-setupguide-table td {
text-align: left;
}
#w3tc-dbc-table th,
#w3tc-objcache-table th,
#w3tc-browsercache-table td {
white-space: nowrap;
}
.w3tc-option-disabled {
color: darkgray;
}
#w3tc-browsercache-table tr {
vertical-align: top;
}
.w3tc-option-recommended {
font-size: 0.9em;
}
#w3tc-options-menu {
max-width: 155px;
}
#w3tc-options-menu li {
hyphens: auto;
overflow-wrap: break-word;
}