Skip to content
  • Benjamin Otte's avatar
    css: Add a -gtk-icon-style property · 109fcb98
    Benjamin Otte authored
    The values can be:
      "requested" - the style as requested
      "regular"   - use a regular full-color icon
      "symbolic"  - use a symbolic icon
    
    The property defaults to "requested", so no changes should be seen
    unless CSS overrides it.
    It is also inherited, so that using this CSS
      .toolbar { -gtk-icon-style: symbolic; }
    is enough to force the whole toolbar to use symbolic icons.
    109fcb98