mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 02:50:02 -03:30
Returning btn-primary to blue
This commit is contained in:
parent
af7b87c73b
commit
3f7ff74e28
@ -144,13 +144,13 @@ a:focus {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
/* Bring primary (green) buttons in line with link colors */
|
||||
/* Bring primary (blue) buttons in line with link colors */
|
||||
.btn-primary {
|
||||
background-color: @default-succ;
|
||||
background-color: @default-link;
|
||||
}
|
||||
|
||||
.btn-primary:hover {
|
||||
background-color: @default-succ-hov;
|
||||
background-color: @default-link-hov;
|
||||
}
|
||||
|
||||
/* List Actions column */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user