← All changes
|
includes/__css/admin/settings/ui__settings_panel.css
+9
-9
10.11
→
11.8.4
View file →
| @@ -1,4 +1,4 @@ | ||
| 1 | 1 | .wpbc_ui_settings__flex_container{ |
| 2 | 2 | --wpbc_ui_settings__panel_background_color: #fff; |
| 3 | 3 | --wpbc_ui_settings__panel_text_color: #141b38; |
| 4 | 4 | --wpbc_ui_settings__panel_border: 1px solid #c3c4c787; |
| @@ -178,9 +178,9 @@ | ||
| 178 | 178 | min-width: 240px; |
| 179 | 179 | border-left: 4px solid transparent; |
| 180 | 180 | } |
| 181 | 181 | .wpbc_ui_settings__card_text_small:hover { |
| 182 | - border-left: 4px solid #1e7bc7; | |
| 182 | + border-left: 4px solid var(--wpbc_admin-theme-color, #1e7bc7); | |
| 183 | 183 | } |
| 184 | 184 | .wpbc_ui_settings__card_text_small h1{ |
| 185 | 185 | font-size:18px; |
| 186 | 186 | } |
| @@ -274,15 +274,15 @@ | ||
| 274 | 274 | position: relative; |
| 275 | 275 | z-index: 999; |
| 276 | 276 | } |
| 277 | 277 | |
| 278 | - | |
| 279 | -/* ================================================================================================================== */ | |
| 280 | -/* == Buttons only in admin panel e.g. .wpbc_settings_flex_container_right * == */ | |
| 281 | -/* ================================================================================================================== */ | |
| 282 | -.wp-core-ui .wpbc_page .wpbc_settings_flex_container_right { | |
| 278 | + | |
| 279 | +/* ================================================================================================================== */ | |
| 280 | +/* == Legacy settings-panel button compatibility == */ | |
| 281 | +/* ================================================================================================================== */ | |
| 282 | +.wp-core-ui .wpbc_page .wpbc_settings_flex_container_right { | |
| 283 | 283 | --wpbc_form-button-light-size-height: 43px; |
| 284 | - --wpbc_form-button-background-color: #066aab; | |
| 284 | + --wpbc_form-button-background-color: var(--wpbc_admin-theme-color, #066aab ); | |
| 285 | 285 | } |
| 286 | 286 | .wp-core-ui .wpbc_page .wpbc_ui_settings__flex_container input.wpbc_button_light, |
| 287 | 287 | .wp-core-ui .wpbc_page .wpbc_ui_settings__flex_container input.wpbc_button_light:focus, |
| 288 | 288 | .wp-core-ui .wpbc_page .wpbc_ui_settings__flex_container input.wpbc_button_light:hover, |
| @@ -290,9 +290,9 @@ | ||
| 290 | 290 | .wp-core-ui .wpbc_page .wpbc_ui_settings__flex_container .wpbc_button_light:focus, |
| 291 | 291 | .wp-core-ui .wpbc_page .wpbc_ui_settings__flex_container .wpbc_button_light:hover{ |
| 292 | 292 | font-size: 1.18em; |
| 293 | 293 | font-weight: 600; |
| 294 | - border: 2px solid #eeeeeeb5; | |
| 294 | + border: 2px solid #cacacab5; | |
| 295 | 295 | box-shadow: 0 2px 10px 2px #ffffff54; |
| 296 | 296 | background: #fdfdfd; |
| 297 | 297 | color: #444444e0; |
| 298 | 298 | border-radius: 0.375em; |
| @@ -337,9 +337,9 @@ | ||
| 337 | 337 | .wp-core-ui .wpbc_page .wpbc_ui_settings__flex_container .wpbc_button_light:disabled:focus, |
| 338 | 338 | .wp-core-ui .wpbc_page .wpbc_ui_settings__flex_container .wpbc_button_light:disabled:hover, |
| 339 | 339 | .wp-core-ui .wpbc_page .wpbc_ui_settings__flex_container .wpbc_button_light:disabled:focus { |
| 340 | 340 | color: #ccc; |
| 341 | - border:2px solid #eeeeeeb5; | |
| 341 | + border:2px solid #cacacab5; | |
| 342 | 342 | cursor: not-allowed; |
| 343 | 343 | /*pointer-events: none;*/ |
| 344 | 344 | } |
| 345 | 345 | .wp-core-ui .wpbc_page .wpbc_ui_settings__flex_container .wpbc_button_light.wpbc_button_danger { |