Raymond Hill
7 years ago
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
1 changed files with
3 additions and
2 deletions
-
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; |
|
|
|