31 lines
598 B
CSS
31 lines
598 B
CSS
.has-sub-submenu {
|
|
border-bottom: 1px solid #eee;
|
|
}
|
|
|
|
.sub-submenu {
|
|
padding-left: 12px !important;
|
|
}
|
|
|
|
.select2-container .select2-selection--multiple .select2-selection__choice {
|
|
background-color: #00acc1 !important;
|
|
color: #fff !important;
|
|
border: none !important;
|
|
}
|
|
|
|
.select2-container .select2-selection--multiple .select2-selection__choice__remove {
|
|
color: #fff !important;
|
|
margin-right: 5px !important;
|
|
}
|
|
|
|
.network-list-tr {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.network-list-tr .controls {
|
|
|
|
}
|
|
|
|
td.controls {
|
|
cursor: default;
|
|
text-align: left; letter-spacing: 4px; font-size: 1.1em;
|
|
} |