Change lang icon to blue
This commit is contained in:
parent
96ef0bfd2b
commit
cc6c692cc5
2 changed files with 3 additions and 3 deletions
|
@ -227,4 +227,4 @@ class LogEntryAdmin(admin.ModelAdmin):
|
||||||
diff_link.short_description = _("diff")
|
diff_link.short_description = _("diff")
|
||||||
|
|
||||||
def queryset(self, request):
|
def queryset(self, request):
|
||||||
return super().queryset(request).prefetch_related("content_type")
|
return super().queryset(request).prefetch_related("content_type")
|
|
@ -720,11 +720,11 @@ math {
|
||||||
}
|
}
|
||||||
|
|
||||||
#nav-lang-icon {
|
#nav-lang-icon {
|
||||||
color: gray;
|
color: blue;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
#nav-lang-icon:hover {
|
#nav-lang-icon:hover {
|
||||||
color: darkgray;
|
color: darkblue;
|
||||||
}
|
}
|
||||||
#lang-dropdown {
|
#lang-dropdown {
|
||||||
padding: 4px 0;
|
padding: 4px 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue