mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-10 07:05:35 +00:00
Cleaning up jargon and minor code changes
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
float: left;
|
||||
|
||||
.list-item {
|
||||
cursor: pointer;
|
||||
|
||||
clear: both;
|
||||
overflow: hidden;
|
||||
margin: 3px 0px;
|
||||
@@ -28,6 +28,10 @@
|
||||
color: grey;
|
||||
width: 300px;
|
||||
|
||||
.list-item {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.enabled {
|
||||
color: #FFF;
|
||||
}
|
||||
@@ -42,6 +46,10 @@
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
.consumer {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.consumer.enabled {
|
||||
color: @fg;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user