Two-states buttons are now using opacity instead of two icons.

This commit is contained in:
Bonbadil 2014-10-16 00:06:00 +02:00
parent 8b0cc42075
commit de93b8059a
3 changed files with 28 additions and 28 deletions

View file

@ -125,8 +125,8 @@ section > header h1 {
margin-left: 10px;
}
#setpublished { display: none;}
#setpublished.active { display: inline;}
.invisible { display: none; }
.inactive { opacity: 0.4; }
.settings, .list {
float: left;