Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

black layout, but font logo on the top is blue. #1925

Closed
1 of 3 tasks
hendimarcos opened this issue Jul 8, 2018 · 1 comment
Closed
1 of 3 tasks

black layout, but font logo on the top is blue. #1925

hendimarcos opened this issue Jul 8, 2018 · 1 comment

Comments

@hendimarcos
Copy link
Contributor

Issue type:

  • Feature request
  • Bug report
  • Documentation

Environment:

  • AdminLTE Version: 2.4.3
  • Operating System: All
  • Browser (Version): All

Description:

I'm having the blue color problem when using ngx-admin-lte
the black skin looks like this:
black and black-light

> .logo {
      .logo-variant(#fff; #333);
      border-right: 1px solid @gray-lte;
      @media (max-width: @screen-header-collapse) {
        .logo-variant(#222; #fff);
        border-right: none;
      }
    }

With problem
image

and all others like this (without the '>' ):

    //Logo
    .logo {
      .logo-variant(darken(@<color>, 5%));
    }

No problem
image

@almasaeed2010
Copy link
Contributor

Merged, will be available in v2.4.6.

almasaeed2010 added a commit that referenced this issue Jul 15, 2018
* replaced boxed-bg images with static color

* Fixed multilevel menu inconguence on opening/closing (#1817)

* Update Timepicker (#1354)

With the new one, the widget is not hidden in scrolling container

* Run bower update

* Update version

* Bump version

* fix control sidebar top padding (#1525)

* Merge #1756

* Update npmignore: don't ignore bower_components (#1784)

- without them the npm package is crippled

- it's hard to import admin-lte less files since many of them reference missing bower_components

* Fixed an issue where height becomes NaN when there is no main-header (#1847)

* Merge #1847

* bump version

* fix(skins): ISSUE 1925 - black layout, but font logo on the top is blue. (#1926)

#1925

* Compile for production

* Fix #1616

* Compile for production

* Fix #1864
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants