mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 20:30:46 -03:30
fix of text color of menu bar
This commit is contained in:
parent
dacbeed5a4
commit
1f31a49cbb
@ -76,6 +76,13 @@
|
||||
z-index: 1042;
|
||||
}
|
||||
|
||||
.MainMenu-item,
|
||||
.MainMenu-item:hover,
|
||||
.MainMenu-item:focus,
|
||||
.MainMenu-item:active {
|
||||
color: @default-interface-txt;
|
||||
}
|
||||
|
||||
@menu-breakpoint: 900px;
|
||||
|
||||
@media screen and (min-width: (@menu-breakpoint + 1px)) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user