color-picker.css

Same filename in other branches
  1. 10 core/themes/olivero/css/components/color-picker.css

Color picker styles. These appear within theme settings when selecting a custom color.

File

core/themes/olivero/css/components/color-picker.css

View source
  1. /*
  2. * DO NOT EDIT THIS FILE.
  3. * See the following change record for more information,
  4. * https://www.drupal.org/node/3084859
  5. * @preserve
  6. */
  7. /**
  8. * @file
  9. * Color picker styles. These appear within theme settings when selecting a custom color.
  10. */
  11. [data-drupal-selector="olivero-color-picker"] input[type="color"] {
  12. margin-left: 0.8125rem;
  13. vertical-align: bottom;
  14. }

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