Skip to content

Commit

Permalink
Merge pull request #2354 from mitre/deadman_abilities
Browse files Browse the repository at this point in the history
Bug fixes to agents page, add deadman abilities
  • Loading branch information
wbooth committed Dec 2, 2021
2 parents 7404bcd + 7ac057d commit 07fa1ff
Show file tree
Hide file tree
Showing 8 changed files with 241 additions and 61 deletions.
4 changes: 4 additions & 0 deletions static/css/core.css
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,10 @@ main.main {
border: 0 !important;
}

.nav.tabs span {
color: white;
}

#startup-errors-warning {
font-size: 0.8em;
padding: 10px;
Expand Down
4 changes: 2 additions & 2 deletions static/css/lib/custom-bulma-blue.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion static/css/lib/custom-bulma-blue.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions static/css/lib/custom-bulma-red.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion static/css/lib/custom-bulma-red.css.map

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions static/css/shared.css
Original file line number Diff line number Diff line change
Expand Up @@ -224,10 +224,6 @@ select {
border-radius: 10px;
}

span {
color: white;
}

code {
color: white;
}
Expand Down
4 changes: 4 additions & 0 deletions static/scss/custom-bulma.sass
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ $light-gray: #262626

// Update Bulma's global variables
$scheme-main: $light-gray
$background: #1D1D1D
$family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
$background: $light-gray
$border: #363636
Expand Down Expand Up @@ -36,6 +37,9 @@ $button-background-color: $light-gray
$button-hover-color: #fff
$button-disabled-background-color: none

$dropdown-item-hover-background-color: #1D1D1D
$dropdown-item-hover-color: #b0b0b0

$tabs-boxed-link-radius: 4px

$menu-item-color: #ffffff
Expand Down
278 changes: 227 additions & 51 deletions templates/agents.html

Large diffs are not rendered by default.

0 comments on commit 07fa1ff

Please sign in to comment.