mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-13 14:30:17 +02:00
[FIX] text color
This commit is contained in:
parent
742864fe6c
commit
ab369d9aac
@ -128,6 +128,10 @@ ul.list-group.list-group-horizontal > li.list-group-item {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.top-user-menu {
|
||||
color: rgb(255, 255, 255);
|
||||
}
|
||||
|
||||
.top-user-menu .navbar-form {
|
||||
margin-left: 5px;
|
||||
margin-right: 5px;
|
||||
@ -140,6 +144,12 @@ ul.list-group.list-group-horizontal > li.list-group-item {
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 768px) {
|
||||
.top-user-menu {
|
||||
color: rgb(123, 138, 139);
|
||||
}
|
||||
}
|
||||
|
||||
/* eve time in navbar
|
||||
------------------------------------------------------------------------------------- */
|
||||
@media all {
|
||||
@ -152,8 +162,6 @@ ul.list-group.list-group-horizontal > li.list-group-item {
|
||||
}
|
||||
}
|
||||
|
||||
/* eve time in navbar
|
||||
------------------------------------------------------------------------------------- */
|
||||
@media all and (min-width: 768px) {
|
||||
.nav-item-eve-time .eve-time-wrapper {
|
||||
padding-bottom: 19.5px;
|
||||
@ -163,7 +171,6 @@ ul.list-group.list-group-horizontal > li.list-group-item {
|
||||
|
||||
/* Small devices (tablets, 768px and up) */
|
||||
@media (min-width: 768px) {
|
||||
|
||||
/* class for vertically aligning columns in a bootstrap row */
|
||||
.row.vertical-flexbox-row2 {
|
||||
display: -webkit-box;
|
||||
|
Loading…
x
Reference in New Issue
Block a user