Two-states buttons are now using opacity instead of two icons.
This commit is contained in:
parent
8b0cc42075
commit
de93b8059a
3 changed files with 28 additions and 28 deletions
|
@ -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;
|
||||
|
|
Reference in a new issue