a couple of fixes

This commit is contained in:
nixa 2016-05-19 12:25:53 +03:00
parent 5601022dc9
commit f66a282e53
5 changed files with 14 additions and 13 deletions

View file

@ -48,6 +48,6 @@
} }
} }
.blur-theme .card.popular-app .popular-app-img-container { .blur .card.popular-app .popular-app-img-container {
background: rgba(0, 0, 0, 0.5); background: rgba(0, 0, 0, 0.5);
} }

View file

@ -17,7 +17,7 @@
} }
.blur { .blur {
&.scrolled { .page-top.scrolled {
background-color: rgba(black, 0.85) background-color: rgba(black, 0.85)
} }
} }

View file

@ -16,7 +16,8 @@ main {
font: 14px/16px $font-family; font: 14px/16px $font-family;
color: $default-text; color: $default-text;
@include body-bg(); @include body-bg();
&.blur-theme {
&.blur {
@include main-background(); @include main-background();
} }
@ -31,8 +32,7 @@ main {
} }
} }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
{
html { html {
overflow: hidden; overflow: hidden;
height: 100%; height: 100%;
@ -51,6 +51,7 @@ a {
.body-bg { .body-bg {
display: none; display: none;
} }
.al-header { .al-header {
display: block; display: block;
height: 49px; height: 49px;

View file

@ -159,7 +159,7 @@
} }
} }
.blur-theme { .blur {
.nav.nav-tabs { .nav.nav-tabs {
background-color: rgba(0, 0, 0, 0.2); background-color: rgba(0, 0, 0, 0.2);
a { a {

View file

@ -31,7 +31,7 @@ export class BaThemeConfigProvider {
conf = { conf = {
theme: { theme: {
name: 'ng2', name: 'blur',
}, },
colors: { colors: {
default: this.basic.default, default: this.basic.default,