mirror of
https://github.com/ansible/awx.git
synced 2026-02-28 00:08:44 -03:30
Merge pull request #3162 from kensible/btn-primary-blue
Returning btn-primary to blue
This commit is contained in:
@@ -144,13 +144,13 @@ a:focus {
|
|||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Bring primary (green) buttons in line with link colors */
|
/* Bring primary (blue) buttons in line with link colors */
|
||||||
.btn-primary {
|
.btn-primary {
|
||||||
background-color: @default-succ;
|
background-color: @default-link;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-primary:hover {
|
.btn-primary:hover {
|
||||||
background-color: @default-succ-hov;
|
background-color: @default-link-hov;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* List Actions column */
|
/* List Actions column */
|
||||||
|
|||||||
Reference in New Issue
Block a user