# booking/11.5/includes/__css/admin/settings/ui__right_palette.css

Booking Calendar, version 11.5. 212 lines.

- Page: https://pluginprobe.com/plugins/booking/11.5/code/includes/__css/admin/settings/ui__right_palette.css
- Raw: https://pluginprobe.com/plugins/booking/11.5/raw/includes/__css/admin/settings/ui__right_palette.css
- Modified: 2026-08-04T08:52:12+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/booking/11.5/code/includes/__css/admin/settings/ui__right_palette.css#L10-L20`.

```css
/**
 * Shared right palette styles for Booking Calendar admin pages.
 */

.wpbc_rightbar_palette {
	--wpbc-palette-accent: var(--wpbc-ts-red, #df202b);
	--wpbc-palette-bg: var(--wpbc-ts-bg, #fff);
	--wpbc-palette-bg-soft: var(--wpbc-ts-bg-soft, #f6f7f7);
	--wpbc-palette-border: var(--wpbc-ts-border, #dfe4ea);
	--wpbc-palette-muted: var(--wpbc-ts-muted, #646970);
	--wpbc-palette-radius: var(--wpbc-ts-radius, 6px);
	--wpbc-palette-text: var(--wpbc-ts-text, #1d2327);
}
.wpbc_ui_el__vert_right_bar__content .wpbc_ui_el__expand_colapse_btns {
	display: none;
}

.wpbc_rightbar_palette .wpbc_bfb__inspector__head {
	border-bottom: 1px solid var(--wpbc-palette-border);
	margin: 0;
	padding: 0 10px 10px 10px;
}

.wpbc_rightbar_palette .wpbc_bfb__inspector__head .header_container {
	padding: 0;
}

.wpbc_rightbar_palette .wpbc_bfb__inspector__head .title {
	color: var(--wpbc-palette-text);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.74;
	margin: 0;
	text-transform: uppercase;
}

.wpbc_rightbar_palette .wpbc_bfb__inspector__head .desc {
	color: var(--wpbc-palette-muted);
	font-size: 12px;
	line-height: 1.75;
	margin: 5px 0 0;
}

.wpbc_rightbar_palette .wpbc_bfb__inspector__body,
.wpbc_rightbar_palette .wpbc_ts_inspector_body {
	padding: 0;
}

/**
 * Content-only inspector body.
 *
 * Use this modifier for Help, information, and other panels whose direct
 * children are normal content instead of collapsible groups. Collapsible
 * inspectors keep the unpadded base body and own their spacing per group.
 */
.wpbc_rightbar_palette .wpbc_bfb__inspector__body.wpbc_bfb__inspector__body--content {
	box-sizing: border-box;
	padding: var(--wpbc-inspector-content-padding, 18px);
}

/**
 * Content section inside an otherwise unpadded or collapsible inspector body.
 *
 * Use this for a standalone action row, notice, summary, or text block placed
 * beside collapsible groups. Use the body modifier when the entire panel is
 * normal content.
 */
.wpbc_rightbar_palette .wpbc_bfb__inspector__section--content {
	box-sizing: border-box;
	padding: var(--wpbc-inspector-content-padding, 18px);
}

/**
 * Standard Builder-style field rows shared by all right-palette inspectors.
 */
.wpbc_rightbar_palette .inspector__row {
	align-items: flex-start;
	box-sizing: border-box;
	display: flex;
	flex: 1 1 100%;
	flex-flow: row wrap;
	gap: 10px;
	justify-content: flex-start;
	width: 100%;
}

.wpbc_rightbar_palette .inspector__label,
.wpbc_rightbar_palette .inspector__control {
	box-sizing: border-box;
	flex: 1 1 100%;
}

.wpbc_rightbar_palette .inspector__label {
	color: var(--wpbc-palette-text);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.75;
	margin: 0;
}

.wpbc_rightbar_palette .inspector__control > input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.wpbc_rightbar_palette .inspector__control > select,
.wpbc_rightbar_palette .inspector__control > textarea,
.wpbc_rightbar_palette .inspector__input {
	box-sizing: border-box;
	line-height: 2.4;
	max-width: 100%;
	width: 100%;
}

.wpbc_rightbar_palette .inspector__control--inline {
	align-items: stretch;
	display: flex;
	flex-flow: row nowrap;
	gap: 8px;
}

.wpbc_rightbar_palette .inspector__control--inline .inspector__input--unit {
	flex: 0 0 72px;
	width: 72px;
}

.wpbc_rightbar_palette .inspector__row--toggle .wpbc_ui__toggle {
	align-items: center;
	display: flex;
	float: none;
	margin: 0;
	min-height: 26px;
	position: static;
}

.wpbc_rightbar_palette .inspector__help {
	color: var(--wpbc-palette-muted);
	font-size: 12px;
	line-height: 1.5;
	margin: 7px 0 0;
}

.wpbc_rightbar_palette__row,
.wpbc_rightbar_palette .wpbc_ts_inspector_row {
	align-items: flex-start;
	display: flex;
	flex-flow: row wrap;
	gap: 8px;
	margin-bottom: 14px;
}

.wpbc_rightbar_palette__row.row__bordered,
.wpbc_rightbar_palette .wpbc_ts_inspector_row.row__bordered {
	background: var(--wpbc-palette-bg-soft);
	border: 1px solid var(--wpbc-palette-border);
	border-radius: var(--wpbc-palette-radius);
	padding: 10px;
}

.wpbc_rightbar_palette__label,
.wpbc_rightbar_palette__value,
.wpbc_rightbar_palette .wpbc_ts_inspector_label,
.wpbc_rightbar_palette .wpbc_ts_inspector_value {
	flex: 1 1 100%;
}

.wpbc_rightbar_palette__label,
.wpbc_rightbar_palette .wpbc_ts_inspector_label {
	color: var(--wpbc-palette-text);
	font-weight: 600;
}

.wpbc_rightbar_palette__value,
.wpbc_rightbar_palette .wpbc_ts_inspector_value {
	color: var(--wpbc-palette-muted);
	line-height: 1.5;
}

.wpbc_rightbar_palette__select,
.wpbc_rightbar_palette .wpbc_ts_inspector_select {
	min-height: 36px;
	width: 100%;
}

.wpbc_rightbar_palette__segmented,
.wpbc_rightbar_palette .wpbc_ts_segmented {
	background: var(--wpbc-palette-bg);
	border: 1px solid var(--wpbc-palette-border);
	border-radius: var(--wpbc-palette-radius);
	display: flex;
	margin-bottom: 12px;
	overflow: hidden;
}

.wpbc_rightbar_palette__segmented a,
.wpbc_rightbar_palette .wpbc_ts_segmented a {
	border-right: 1px solid var(--wpbc-palette-border);
	color: var(--wpbc-palette-text);
	flex: 1 1 0;
	padding: 9px 12px;
	text-align: center;
	text-decoration: none;
}

.wpbc_rightbar_palette__segmented a:last-child,
.wpbc_rightbar_palette .wpbc_ts_segmented a:last-child {
	border-right: 0;
}

.wpbc_rightbar_palette__segmented a.is-active,
.wpbc_rightbar_palette .wpbc_ts_segmented a.is-active {
	background: var(--wpbc-palette-accent);
	color: #fff;
}

```
