more white?
This commit is contained in:
parent
7fd759cd4e
commit
6fa6763613
1 changed files with 3 additions and 4 deletions
|
|
@ -9,7 +9,6 @@ $playerHeight: 400px;
|
||||||
$playListBackgroundColor: #1E1E1E;
|
$playListBackgroundColor: #1E1E1E;
|
||||||
$playerDefaultIconColor: #BBBBBB;
|
$playerDefaultIconColor: #BBBBBB;
|
||||||
$footerHeight: 40px;
|
$footerHeight: 40px;
|
||||||
$playerBottomBackground: #5D5D5D;
|
|
||||||
|
|
||||||
// BRIDGE FINDER
|
// BRIDGE FINDER
|
||||||
html {
|
html {
|
||||||
|
|
@ -413,7 +412,7 @@ md-toolbar {
|
||||||
|
|
||||||
#slideToggle {
|
#slideToggle {
|
||||||
color: $playerDefaultIconColor;
|
color: $playerDefaultIconColor;
|
||||||
background-color: $playerBottomBackground;
|
background: darkgrey;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
div i {
|
div i {
|
||||||
font-size: 25px;
|
font-size: 25px;
|
||||||
|
|
@ -718,8 +717,8 @@ i.playerControllIcon {
|
||||||
}
|
}
|
||||||
|
|
||||||
#playerBottom {
|
#playerBottom {
|
||||||
color: white;
|
color: black;
|
||||||
background-color: $playerBottomBackground;
|
border: 1px solid black;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Reference in a new issue