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