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);
}

View file

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

View file

@ -1,6 +1,6 @@
$left-space: 180px;
@include scrollbars(.5em, #d9d9d9, rgba(0,0,0,0));
@include scrollbars(.5em, #d9d9d9, rgba(0, 0, 0, 0));
html {
position: relative;
@ -16,7 +16,8 @@ main {
font: 14px/16px $font-family;
color: $default-text;
@include body-bg();
&.blur-theme {
&.blur {
@include main-background();
}
@ -31,13 +32,12 @@ main {
}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)
{
html{
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
html {
overflow: hidden;
height: 100%;
}
body{
body {
overflow: auto;
height: 100%;
}
@ -48,9 +48,10 @@ a {
outline: 0 !important;
}
.body-bg{
.body-bg {
display: none;
}
.al-header {
display: block;
height: 49px;
@ -206,9 +207,9 @@ a {
}
.full-invisible {
visibility: hidden!important;
visibility: hidden !important;
* {
visibility: hidden!important;
visibility: hidden !important;
}
}

View file

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

View file

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