mirror of
https://github.com/ansible/awx.git
synced 2026-03-22 19:35:02 -02:30
AC-939 Update browsable API button colors.
This commit is contained in:
@@ -126,7 +126,8 @@ html body #footer {
|
|||||||
html body #push {
|
html body #push {
|
||||||
height: 0;
|
height: 0;
|
||||||
}
|
}
|
||||||
html body .btn-success {
|
html body .btn-success,
|
||||||
|
html body .btn-primary {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
||||||
background-color: #5bb75b; /* 66c8c7 l=6fd9d7 d=55a6a4 */
|
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.active,
|
html body .btn-success.active,
|
||||||
html body .btn-success.disabled,
|
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;
|
color: #ffffff;
|
||||||
background-color: #55a6a4;
|
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;
|
background-color: #55a6a4;
|
||||||
}
|
}
|
||||||
html body .btn-success:active,
|
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;
|
background-color:#41807e \9;
|
||||||
}
|
}
|
||||||
html body .dropdown-menu li>a:hover,
|
html body .dropdown-menu li>a:hover,
|
||||||
|
|||||||
Reference in New Issue
Block a user