mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 17:37:37 -02:30
re #1740 Update API colors.
This commit is contained in:
@@ -18,13 +18,13 @@ body {
|
|||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
body a {
|
body a {
|
||||||
color: #1678C4;
|
color: #337AB7;
|
||||||
}
|
}
|
||||||
body a:hover {
|
body a:hover {
|
||||||
color: #4498DA;
|
color: #286090;
|
||||||
}
|
}
|
||||||
body code {
|
body code {
|
||||||
color: #FF5850;
|
color: #D9534F;
|
||||||
background-color: #FFF5F5;
|
background-color: #FFF5F5;
|
||||||
}
|
}
|
||||||
body pre code {
|
body pre code {
|
||||||
@@ -143,10 +143,10 @@ body .request-info .prettyprint .lit {
|
|||||||
color: #161B1F;
|
color: #161B1F;
|
||||||
}
|
}
|
||||||
body .prettyprint .lit {
|
body .prettyprint .lit {
|
||||||
color: #1678C4;
|
color: #337AB7;
|
||||||
}
|
}
|
||||||
body .prettyprint .str {
|
body .prettyprint .str {
|
||||||
color: #FF5850;
|
color: #D9534F;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .well.tab-content {
|
body .well.tab-content {
|
||||||
@@ -250,8 +250,8 @@ body .tab-content .btn-primary:active:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.btn-danger {
|
.btn-danger {
|
||||||
background-color: #FF5850;
|
background-color: #D9534F;
|
||||||
border-color: #FF5850;
|
border-color: #D9534F;
|
||||||
}
|
}
|
||||||
.btn-danger:hover,
|
.btn-danger:hover,
|
||||||
.btn-danger:hover,
|
.btn-danger:hover,
|
||||||
@@ -265,8 +265,8 @@ body .tab-content .btn-primary:active:hover {
|
|||||||
.btn-danger:active.focus,
|
.btn-danger:active.focus,
|
||||||
.btn-danger:active:focus,
|
.btn-danger:active:focus,
|
||||||
.btn-danger:active:hover {
|
.btn-danger:active:hover {
|
||||||
background-color: #FF1105;
|
background-color: #F0AD4E;
|
||||||
border-color: #FF1105;
|
border-color: #F0AD4E;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .wrapper {
|
body .wrapper {
|
||||||
|
|||||||
Reference in New Issue
Block a user