Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug fixes to agents page, add deadman abilities #2354

Merged
merged 10 commits into from
Dec 2, 2021
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
276 changes: 226 additions & 50 deletions templates/agents.html

Large diffs are not rendered by default.