mirror of
https://github.com/ansible/awx.git
synced 2026-03-08 21:19:26 -02:30
fix of text color of menu bar
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user