using icon as checkbox

This commit is contained in:
Alberto Miranda
2016-07-29 22:07:44 -03:00
parent 9f66418073
commit 91e61f6cd4
3 changed files with 36 additions and 31 deletions

View File

@@ -122,6 +122,10 @@ table {
* UTILITY CLASSES
*/
.clickable {
cursor: pointer;
}
.ellipsis {
overflow: hidden;
text-overflow: ellipsis;
@@ -919,6 +923,10 @@ video::-webkit-media-text-track-container {
margin-right: 0.2em;
}
.preferences .icon.enabled {
color: yellow;
}
.preferences .btn {
display: inline-block;
-webkit-appearance: button;
@@ -1071,7 +1079,7 @@ video::-webkit-media-text-track-container {
}
.checkbox-label {
vertical-align: middle;
vertical-align: top;
}