mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 12:20:45 -03:30
styling fixes to dashboard and tag search
This commit is contained in:
parent
3347bcac79
commit
9d1a3e065a
@ -2179,3 +2179,7 @@ a:hover {
|
||||
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
|
||||
background-color: @default-err;
|
||||
}
|
||||
|
||||
.dropdown-menu>li>a {
|
||||
padding: 3px 10px;
|
||||
}
|
||||
|
||||
@ -174,7 +174,7 @@ table.ui-datepicker-calendar {
|
||||
}
|
||||
|
||||
.dropdown-menu>li>a {
|
||||
color: @default-interface-txt
|
||||
color: @default-interface-txt;
|
||||
}
|
||||
|
||||
.pagination .active {
|
||||
|
||||
@ -76,7 +76,7 @@
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
margin-right: 60px;
|
||||
margin-right: 14px;
|
||||
}
|
||||
|
||||
.DashboardGraphs-filterDropdownText,
|
||||
|
||||
@ -30,7 +30,6 @@
|
||||
white-space: nowrap;
|
||||
align-items: center;
|
||||
max-height: 400px;
|
||||
overflow-y: scroll;
|
||||
width: 100px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user