From c9edeaba0739aa78a360be69e1fc982a03b0d034 Mon Sep 17 00:00:00 2001 From: Alipoodle M Date: Tue, 23 Apr 2019 02:51:39 +0100 Subject: [PATCH] Fix underline in edit screen (#79) Changed from Background to Border now Removed Duplicate ![image](https://puu.sh/D9cTe/a380ef1255.gif) --- lib/common.css | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/lib/common.css b/lib/common.css index 6334ad8..9179ef0 100644 --- a/lib/common.css +++ b/lib/common.css @@ -131,7 +131,7 @@ paper-ripple#ink.paper-slider { } .paper-input-container-0 .focused-line.paper-input-container { - background-color: <>; + border-bottom: 2px solid <>; } #player.material .material-player-middle paper-icon-button[data-id="repeat"][value="LIST_REPEAT"], @@ -196,10 +196,6 @@ button.goog-buttonset-default:hover { --sj-play-button-pulse-color: <><><>; } -.focused-line.paper-input-container { - background-color: <>; -} - .input-content.label-is-floating.paper-input-container label, .input-content.label-is-floating.paper-input-container .paper-input-label { color: <>; @@ -253,4 +249,4 @@ paper-dialog textarea::selection { gpm-detail-page-header #playButton #buttonContent { background: <>; } -/** Update End **/ \ No newline at end of file +/** Update End **/