clean up front-end port allocation handling
This commit is contained in:
parent
2fb223c99b
commit
831399184f
5 changed files with 95 additions and 54 deletions
|
@ -185,3 +185,17 @@ li.btn.btn-default.pill:active,li.btn.btn-default.pill:focus,li.btn.btn-default.
|
|||
.text-v-center {
|
||||
vertical-align: middle !important;
|
||||
}
|
||||
|
||||
.muted {
|
||||
filter: alpha(opacity=20);
|
||||
opacity: 0.2;
|
||||
}
|
||||
|
||||
.muted-hover:hover {
|
||||
filter: alpha(opacity=100);
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.use-pointer {
|
||||
cursor: pointer !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue