Raymond Hill 7 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; width: 0.8em;
} }
.recipe .expander::before { .recipe .expander::before {
content: '\2BC8';
content: '+';
font-family: sans-serif;
} }
.recipe.expanded .expander::before { .recipe.expanded .expander::before {
content: '\2BC6';
content: '\2212';
} }
.recipe .name { .recipe .name {
color: #000; color: #000;

Loading…
Cancel
Save