Switch 'all styles off' style to strikethrough to make them not look disabled

This commit is contained in:
Jason 2015-04-08 14:18:12 -05:00
parent cf4da22a0a
commit f0e00ec5c6

View File

@ -56,8 +56,8 @@
#installed {
margin-top: 0.5em;
}
#installed.disabled {
opacity: 0.5;
#installed.disabled .style-name {
text-decoration: line-through;
}
body > .actions {
margin-top: 0.5em;