Files
coriolis/app/less/list.less
2015-04-16 19:44:39 -07:00

61 lines
626 B
Plaintext

.list {
user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
float: left;
.list-item {
clear: both;
overflow: hidden;
margin: 3px 0px;
}
.val {
float:right;
text-align: right;
}
.lbl {
float: left;
}
}
#cost-list {
color: grey;
width: 300px;
.list-item {
cursor: pointer;
}
.enabled {
color: #FFF;
}
}
#power-list {
color: grey;
width: 300px;
.enabled {
color: #FFF;
}
.consumer {
cursor: pointer;
}
.consumer.enabled {
color: @fg;
}
.common, .internal, .hardpoints {
}
}