mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 15:27:47 -02:30
add back in background hover of stdout line
This commit is contained in:
committed by
jaredevantabor
parent
93f5b19685
commit
5b0e3c4482
@@ -171,6 +171,11 @@
|
|||||||
width:100%;
|
width:100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.JobResultsStdOut-aLineOfStdOut:hover,
|
||||||
|
.JobResultsStdOut-aLineOfStdOut:hover .JobResultsStdOut-lineNumberColumn {
|
||||||
|
background-color: @default-bg;
|
||||||
|
}
|
||||||
|
|
||||||
.JobResultsStdOut-footer {
|
.JobResultsStdOut-footer {
|
||||||
height: 10px;
|
height: 10px;
|
||||||
border-bottom-right-radius: 5px;
|
border-bottom-right-radius: 5px;
|
||||||
|
|||||||
Reference in New Issue
Block a user