From bdec260680cb934f1a5a8645100ccb4852c29a96 Mon Sep 17 00:00:00 2001 From: "E.zn" Date: Wed, 17 Jun 2020 13:55:06 +0200 Subject: [PATCH] css : now_playing [bckcolor] --- 12/style.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/12/style.css b/12/style.css index 6153518..e3ac485 100644 --- a/12/style.css +++ b/12/style.css @@ -827,7 +827,10 @@ filter: invert(1); background-color:; color:#6dc82a; float: left; - +} + +#table_content_06{ + width:35%; } #table_content_06 >ul { @@ -979,9 +982,8 @@ div.c_downclock{ margin-top: 55px; margin-right: 45px; z-index: -10; - } #implicancies_06 .now_playing{ - background-color: darkblue; + background-color: rgba(0,0,139, 0.5); }