Changeset 253694 for blocksy/2.0.83/inc/dynamic-styles/global/all.php
- Timestamp:
- 12/25/2024 08:03:21 PM (11 months ago)
- Location:
- blocksy/2.0.83
- Files:
-
- 1 edited
- 1 copied
-
. (copied) (copied from blocksy/2.0.82)
-
inc/dynamic-styles/global/all.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
blocksy/2.0.83/inc/dynamic-styles/global/all.php
r244917 r253694 268 268 'selector' => ':root', 269 269 'property' => 'theme-button-border-radius', 270 'value' => blocksy_get_theme_mod( 'buttonRadius', 271 blocksy_spacing_value([ 272 'top' => '3px', 273 'left' => '3px', 274 'right' => '3px', 275 'bottom' => '3px', 276 ]) 277 ) 270 'value' => blocksy_get_theme_mod( 271 'buttonRadius', 272 blocksy_spacing_value() 273 ), 274 'empty_value' => 3, 278 275 ]); 279 276 … … 671 668 'value' => blocksy_get_theme_mod( 672 669 'topButtonRadius', 673 blocksy_spacing_value([ 674 'top' => '2px', 675 'left' => '2px', 676 'right' => '2px', 677 'bottom' => '2px', 678 ]) 679 ) 670 blocksy_spacing_value() 671 ), 672 'empty_value' => 2, 680 673 ]); 681 674 }
Note: See TracChangeset
for help on using the changeset viewer.