Re-enabled textures

pull/91/head
Ludovic Marcotte 2015-04-24 17:41:05 -04:00 committed by Francis Lachapelle
parent c957b4b45f
commit dbf614a2dc
2 changed files with 7 additions and 7 deletions

View File

@ -3,19 +3,19 @@
md-bottom-sheet.md-default-theme {
border: none;
background-color: inherit;
//background-image: url("../img/cardboard-transp.png");
//background-blend-mode: multiply;
background-image: url("../img/cardboard-transp.png");
background-blend-mode: multiply;
}
md-bottom-sheet.md-default-theme .md-button.md-default-theme {
&:hover:not([disabled]) {
background-color: inherit;
//background-image: url("../img/cardboard-transp.png");
//background-blend-mode: multiply;
background-image: url("../img/cardboard-transp.png");
background-blend-mode: multiply;
color: sg-color($sogoBlue, 800);
}
&[disabled] {
padding: 6px; // The server remove the 'a' tag when disabling
text-transform: uppercase;
}
}
}

View File

@ -17,8 +17,8 @@ md-toolbar {
z-index: $z-index-toolbar;
// dirty fix to override angular-material botchy typography
font-size: 1em !important;
//background-image: url("../img/felt-transp.png");
//background-blend-mode: luminosity;
background-image: url("../img/felt-transp.png");
background-blend-mode: luminosity;
box-shadow: $whiteframe-shadow-z1;
}