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