1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-05-19 03:33:17 +12:00
Raymond Hill 2018-04-09 17:23:15 -04:00
parent 455155c635
commit dd5a3a807c
No known key found for this signature in database
GPG key ID: 25E1490B761470C2

View file

@ -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;