checkboxradio.css

Same filename in other branches
  1. 9 core/assets/vendor/jquery.ui/themes/base/checkboxradio.css
  2. 8.9.x core/assets/vendor/jquery.ui/themes/base/checkboxradio.css
  3. 11.x core/assets/vendor/jquery.ui/themes/base/checkboxradio.css
/*!
 * jQuery UI Checkboxradio 1.13.3
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/checkboxradio/#theming
 */

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}

File

core/assets/vendor/jquery.ui/themes/base/checkboxradio.css

View source
  1. /*!
  2. * jQuery UI Checkboxradio 1.13.3
  3. * https://jqueryui.com
  4. *
  5. * Copyright OpenJS Foundation and other contributors
  6. * Released under the MIT license.
  7. * https://jquery.org/license
  8. *
  9. * https://api.jqueryui.com/checkboxradio/#theming
  10. */
  11. .ui-checkboxradio-label .ui-icon-background {
  12. box-shadow: inset 1px 1px 1px #ccc;
  13. border-radius: .12em;
  14. border: none;
  15. }
  16. .ui-checkboxradio-radio-label .ui-icon-background {
  17. width: 16px;
  18. height: 16px;
  19. border-radius: 1em;
  20. overflow: visible;
  21. border: none;
  22. }
  23. .ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
  24. .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  25. background-image: none;
  26. width: 8px;
  27. height: 8px;
  28. border-width: 4px;
  29. border-style: solid;
  30. }
  31. .ui-checkboxradio-disabled {
  32. pointer-events: none;
  33. }

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.