mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-10 07:05:35 +00:00
Initial commit
This commit is contained in:
53
app/less/list.less
Normal file
53
app/less/list.less
Normal file
@@ -0,0 +1,53 @@
|
||||
.list {
|
||||
user-select: none;
|
||||
-moz-user-select: none;
|
||||
-webkit-user-select: none;
|
||||
-ms-user-select: none;
|
||||
float: left;
|
||||
|
||||
.list-item {
|
||||
cursor: pointer;
|
||||
clear: both;
|
||||
overflow: hidden;
|
||||
margin: 3px 0px;
|
||||
}
|
||||
|
||||
.val {
|
||||
float:right;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.lbl {
|
||||
float: left;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
#cost-list {
|
||||
color: grey;
|
||||
width: 300px;
|
||||
|
||||
.enabled {
|
||||
color: #FFF;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#power-list {
|
||||
color: grey;
|
||||
width: 300px;
|
||||
|
||||
.enabled {
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
.consumer.enabled {
|
||||
color: @fg;
|
||||
}
|
||||
|
||||
.common, .internal, .hardpoints {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user