99 lines
1.8 KiB
SCSS
99 lines
1.8 KiB
SCSS
div.dimmerOn {
|
|
color: $whitish !important;
|
|
background: $blackish !important;
|
|
}
|
|
|
|
html.dimmerOn {
|
|
color: white;
|
|
background: $blackish;
|
|
}
|
|
|
|
body.dimmerOn {
|
|
color: $whitish;
|
|
background: $blackish;
|
|
md-dialog {
|
|
background-color: $blackish !important;
|
|
p,
|
|
.paper-icon {
|
|
color: $whitish !important;
|
|
}
|
|
}
|
|
md-input-container {
|
|
label {
|
|
color: #3f51b5 !important;
|
|
}
|
|
.md-input {
|
|
color: $whitish !important;
|
|
border-color: #3f51b5 !important;
|
|
}
|
|
}
|
|
.dice g path {
|
|
fill: white;
|
|
}
|
|
.md-track {
|
|
background: $whitish;
|
|
}
|
|
.color {
|
|
border: 1px solid white;
|
|
}
|
|
.playlist-item,
|
|
.ember-basic-dropdown-content md-menu-content {
|
|
color: $whitish;
|
|
background-color: $dimmerOnButtonColor;
|
|
}
|
|
.ember-basic-dropdown-content a,
|
|
.md-button {
|
|
color: $whitish;
|
|
}
|
|
.playlist-item {
|
|
&.active {
|
|
background: darken($dimmerOnButtonColor, 15%) !important;
|
|
}
|
|
&:hover {
|
|
background: darken($dimmerOnButtonColor, 10%);
|
|
}
|
|
.audio-remove-button .paper-icon {
|
|
color: $whitish !important;
|
|
&:hover {
|
|
color: white !important;
|
|
}
|
|
}
|
|
}
|
|
.light-inactive::before {
|
|
z-index: 1;
|
|
}
|
|
.hue-light {
|
|
-webkit-filter: drop-shadow(0 0 5px #228dff);
|
|
fill: $whitish;
|
|
path {
|
|
fill: $whitish;
|
|
}
|
|
}
|
|
.md-container {
|
|
color: $whitish;
|
|
}
|
|
.add-new-music:hover {
|
|
background: darken($dimmerOnButtonColor, 5%);
|
|
}
|
|
.md-bar {
|
|
background-color: darken(white, 60%) !important;
|
|
}
|
|
}
|
|
|
|
.paper-icon.dimmerOn {
|
|
text-shadow: $glowingText;
|
|
opacity: 0.9 !important;
|
|
|
|
&.no-blue-shadow {
|
|
text-shadow: 0 0 2px #fff, 0 0 4px #fff;
|
|
}
|
|
}
|
|
|
|
.logo {
|
|
display: inline-block;
|
|
cursor: pointer;
|
|
width: 40px;
|
|
height: 40px;
|
|
background: url(images/huegasm.png) center center no-repeat;
|
|
background-size: 40px 40px;
|
|
}
|