mirror of
https://github.com/ansible/awx.git
synced 2026-03-05 02:31:03 -03:30
Add minor style adjustments for hover highlight on li
This commit is contained in:
@@ -112,7 +112,7 @@
|
|||||||
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-left: 10px;
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
@@ -125,7 +125,11 @@
|
|||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
border-color: @d7grey;
|
border-color: @d7grey;
|
||||||
min-width: 105px;
|
min-width: 115px;
|
||||||
|
|
||||||
|
a > span {
|
||||||
|
float: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.DashboardGraphs-filterDropdownItems {
|
.DashboardGraphs-filterDropdownItems {
|
||||||
@@ -139,8 +143,8 @@
|
|||||||
.DashboardGraphs-statusDropdown {
|
.DashboardGraphs-statusDropdown {
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding-top:0px;
|
padding-top: 0px;
|
||||||
min-width: 105px;
|
min-width: 115px;
|
||||||
width: inherit;
|
width: inherit;
|
||||||
|
|
||||||
span {
|
span {
|
||||||
@@ -226,7 +230,7 @@
|
|||||||
.DashboardGraphs-filterLabel {
|
.DashboardGraphs-filterLabel {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
float:left;
|
float: left;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user