70 lines
1.1 KiB
CSS
70 lines
1.1 KiB
CSS
.commands-list {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.command-item {
|
|
cursor: pointer;
|
|
margin-bottom: 10px;
|
|
padding: 10px;
|
|
border: 1px solid #ccc;
|
|
border-radius: 4px;
|
|
background-color: #f9f9f9;
|
|
}
|
|
|
|
.command-item:hover {
|
|
background-color: #e9e9e9;
|
|
}
|
|
|
|
.command-details {
|
|
padding: 20px;
|
|
border: 1px solid #ddd;
|
|
background-color: #f4f4f4;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.script-display {
|
|
margin-top: 20px;
|
|
background-color: #000;
|
|
color: #fff;
|
|
padding: 10px;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
pre {
|
|
margin: 0;
|
|
font-family: 'Courier New', Courier, monospace;
|
|
}
|
|
|
|
.mat-elevation-z8{
|
|
margin-top: 20px;
|
|
}
|
|
tr:hover {
|
|
background-color: rgba(219, 219, 219, 0.219);
|
|
}
|
|
|
|
.detailBtn{
|
|
cursor: pointer;
|
|
}
|
|
|
|
.search-container {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
width: 100%;
|
|
padding: 0 5px;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.search-string {
|
|
flex: 2;
|
|
padding: 5px;
|
|
}
|
|
|
|
.search-boolean {
|
|
flex: 1;
|
|
padding: 5px;
|
|
}
|
|
|
|
.command-groups-button-row{
|
|
margin-bottom: 10px;
|
|
} |