Update upload/edit buttons.

This commit is contained in:
snowfag
2017-05-23 21:11:58 -04:00
parent 0770822824
commit 4a7d8646b6
4 changed files with 22 additions and 5 deletions

View File

@@ -265,9 +265,15 @@ a.text-purple:hover, a.text-purple:active, a.text-purple:focus { color: #a760e0;
.btn-grey:hover, .btn-grey:focus, .btn-grey:active, .btn-grey.active, .open > .dropdown-toggle.btn-grey {
background-color: #aaaaaa;
}
.btn span.glyphicon {
opacity: 0;
.btn span.glyphicon-ok {
display: none;
}
.btn.active span.glyphicon {
opacity: 1;
.btn.active span.glyphicon-ok {
display: inline;
}
.btn span.glyphicon-remove {
display: inline;
}
.btn.active span.glyphicon-remove {
display: none;
}