mirror of
https://github.com/nasa/openmct.git
synced 2024-12-29 09:28:52 +00:00
c944080790
No need to provide custom API for this.
30 lines
577 B
CSS
30 lines
577 B
CSS
.example-todo div.example-button-group {
|
|
margin-top: 12px;
|
|
margin-bottom: 12px;
|
|
}
|
|
|
|
.example-todo .example-button-group a {
|
|
padding: 3px;
|
|
margin: 3px;
|
|
}
|
|
|
|
.example-todo .example-button-group a.selected {
|
|
border: 1px gray solid;
|
|
border-radius: 3px;
|
|
background: #444;
|
|
}
|
|
|
|
.example-todo .example-task-completed .example-task-description {
|
|
text-decoration: line-through;
|
|
opacity: 0.75;
|
|
}
|
|
|
|
.example-todo .example-task-description.selected {
|
|
background: #46A;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
.example-todo .example-message {
|
|
font-style: italic;
|
|
}
|