mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 11:20:39 -03:30
AC-939 Update browsable API button colors.
This commit is contained in:
parent
d17f58743e
commit
188d7b41bb
@ -126,7 +126,8 @@ html body #footer {
|
||||
html body #push {
|
||||
height: 0;
|
||||
}
|
||||
html body .btn-success {
|
||||
html body .btn-success,
|
||||
html body .btn-primary {
|
||||
color: #ffffff;
|
||||
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
||||
background-color: #5bb75b; /* 66c8c7 l=6fd9d7 d=55a6a4 */
|
||||
@ -145,15 +146,23 @@ html body .btn-success:hover,
|
||||
html body .btn-success:active,
|
||||
html body .btn-success.active,
|
||||
html body .btn-success.disabled,
|
||||
html body .btn-success[disabled] {
|
||||
html body .btn-success[disabled],
|
||||
html body .btn-primary:hover,
|
||||
html body .btn-primary:active,
|
||||
html body .btn-primary.active,
|
||||
html body .btn-primary.disabled,
|
||||
html body .btn-primary[disabled] {
|
||||
color: #ffffff;
|
||||
background-color: #55a6a4;
|
||||
}
|
||||
html body .btn-group.open .btn-success.dropdown-toggle {
|
||||
html body .btn-group.open .btn-success.dropdown-toggle,
|
||||
html body .btn-group.open .btn-primary.dropdown-toggle {
|
||||
background-color: #55a6a4;
|
||||
}
|
||||
html body .btn-success:active,
|
||||
html body .btn-success.active {
|
||||
html body .btn-success.active,
|
||||
html body .btn-primary:active,
|
||||
html body .btn-primary.active {
|
||||
background-color:#41807e \9;
|
||||
}
|
||||
html body .dropdown-menu li>a:hover,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user