Raymond Hill 6 years ago
parent
commit
dd5a3a807c
No known key found for this signature in database GPG Key ID: 25E1490B761470C2
  1. 5
      src/css/popup.css

5
src/css/popup.css

@ -263,10 +263,11 @@ button.disabled > span.badge {
width: 0.8em;
}
.recipe .expander::before {
content: '\2BC8';
content: '+';
font-family: sans-serif;
}
.recipe.expanded .expander::before {
content: '\2BC6';
content: '\2212';
}
.recipe .name {
color: #000;

Loading…
Cancel
Save