mirror of
https://github.com/ansible/awx.git
synced 2026-03-19 01:47:31 -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%;
|
||||
}
|
||||
|
||||
.JobResultsStdOut-aLineOfStdOut:hover,
|
||||
.JobResultsStdOut-aLineOfStdOut:hover .JobResultsStdOut-lineNumberColumn {
|
||||
background-color: @default-bg;
|
||||
}
|
||||
|
||||
.JobResultsStdOut-footer {
|
||||
height: 10px;
|
||||
border-bottom-right-radius: 5px;
|
||||
|
||||
Reference in New Issue
Block a user