mirror of
https://github.com/ansible/awx.git
synced 2026-02-21 13:10:11 -03:30
Fix dashboard graph dropdown arrows in firefox
This commit is contained in:
@@ -87,18 +87,17 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.DashboardGraphs-filterDropdownText {
|
.DashboardGraphs-filterDropdownText {
|
||||||
|
align-items: center;
|
||||||
background-color: @db-graph-per-dd-bg;
|
background-color: @db-graph-per-dd-bg;
|
||||||
font-size: 10px;
|
|
||||||
text-transform: uppercase;
|
|
||||||
white-space: nowrap;
|
|
||||||
padding-right: 5px;
|
|
||||||
padding-left: 5px;
|
|
||||||
height: 20px;
|
|
||||||
border: 1px solid @b7grey;
|
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
border: 1px solid @b7grey;
|
||||||
|
display: inline-flex;
|
||||||
|
font-size: 10px;
|
||||||
|
height: 20px;
|
||||||
|
justify-content: space-between;
|
||||||
|
padding: 0 10px;
|
||||||
|
text-transform: uppercase;
|
||||||
transition: background-color 0.2s;
|
transition: background-color 0.2s;
|
||||||
display: inline-block;
|
|
||||||
vertical-align: middle;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -106,13 +105,11 @@
|
|||||||
background-color: @db-graph-per-dd-bg-hov;
|
background-color: @db-graph-per-dd-bg-hov;
|
||||||
}
|
}
|
||||||
|
|
||||||
.DashboardGraphs-filterIcon{
|
.DashboardGraphs-filterIcon {
|
||||||
color: @db-graph-per-dd-icon;
|
color: @db-graph-per-dd-icon;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
width: 20px;
|
width: 20px;
|
||||||
padding-left: 10px;
|
padding: 0 10px;
|
||||||
padding-right: 10px;
|
|
||||||
float: right;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.DashboardGraphs-filterDropdownItems {
|
.DashboardGraphs-filterDropdownItems {
|
||||||
@@ -144,21 +141,6 @@
|
|||||||
padding-top: 0px;
|
padding-top: 0px;
|
||||||
min-width: 115px;
|
min-width: 115px;
|
||||||
width: inherit;
|
width: inherit;
|
||||||
|
|
||||||
span {
|
|
||||||
height: 18px;
|
|
||||||
display: inline-block;
|
|
||||||
vertical-align: middle;
|
|
||||||
line-height: 18px;
|
|
||||||
float: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
i {
|
|
||||||
height: 18px;
|
|
||||||
line-height: 18px;
|
|
||||||
display: inline-block;
|
|
||||||
vertical-align: middle;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.DashboardGraphs-statusFilters{
|
.DashboardGraphs-statusFilters{
|
||||||
|
|||||||
Reference in New Issue
Block a user