From 6fa6763613f94d2a056ecbf4e09725c51344bbec Mon Sep 17 00:00:00 2001 From: lone-cloud Date: Mon, 5 Oct 2015 03:24:16 -0700 Subject: [PATCH] more white? --- app/styles/app.scss | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/app/styles/app.scss b/app/styles/app.scss index 0eb900d..e6c6868 100644 --- a/app/styles/app.scss +++ b/app/styles/app.scss @@ -9,7 +9,6 @@ $playerHeight: 400px; $playListBackgroundColor: #1E1E1E; $playerDefaultIconColor: #BBBBBB; $footerHeight: 40px; -$playerBottomBackground: #5D5D5D; // BRIDGE FINDER html { @@ -413,7 +412,7 @@ md-toolbar { #slideToggle { color: $playerDefaultIconColor; - background-color: $playerBottomBackground; + background: darkgrey; z-index: 2; div i { font-size: 25px; @@ -718,8 +717,8 @@ i.playerControllIcon { } #playerBottom { - color: white; - background-color: $playerBottomBackground; + color: black; + border: 1px solid black; width: 100%; z-index: 2; }