From eddd7011da5460b0febf76f2256bbddab102435e Mon Sep 17 00:00:00 2001 From: Alipoodle M Date: Sat, 25 Mar 2017 12:48:04 +0000 Subject: [PATCH 1/8] Changes "Search" text colour for Free GPM. --- lib/highlight.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/highlight.css b/lib/highlight.css index c19a1d3..d208f53 100644 --- a/lib/highlight.css +++ b/lib/highlight.css @@ -21,3 +21,6 @@ body, background-image: url('ani_equalizer_black.gif'); background-size: 40px 40px; } +input.material-search.label-input-label::-webkit-input-placeholder { + color: #212121 !important; +} From cf7381c2e145352e1bb7bc53b09eff979276f90e Mon Sep 17 00:00:00 2001 From: Alipoodle M Date: Sat, 25 Mar 2017 13:04:31 +0000 Subject: [PATCH 2/8] Changes "Search" text and Background. --- lib/full.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lib/full.css b/lib/full.css index 85154b3..9baf771 100644 --- a/lib/full.css +++ b/lib/full.css @@ -624,3 +624,10 @@ sj-search-box sj-entity-suggestion.sj-search-box:last-of-type { ::shadow ::-webkit-scrollbar-thumb:active { background-color: rgba(255, 255, 255, 0.125); } +.qp #material-one-middle .material-search::-webkit-input-placeholder{ + color:<>; +} +.qp #material-one-middle .material-search, .qp #material-one-middle .material-search:focus { + background-color: rgba(255,255,255,0.16); + color:<>; +} From a89f46688f047d127b204e4d4bc36ccd5776df33 Mon Sep 17 00:00:00 2001 From: Alipoodle M Date: Sat, 25 Mar 2017 13:05:46 +0000 Subject: [PATCH 3/8] Changes Search Background. --- lib/highlight.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/highlight.css b/lib/highlight.css index d208f53..100cc51 100644 --- a/lib/highlight.css +++ b/lib/highlight.css @@ -24,3 +24,7 @@ body, input.material-search.label-input-label::-webkit-input-placeholder { color: #212121 !important; } +.qp #material-one-middle .material-search, .qp #material-one-middle .material-search:focus { + background-color: rgba(255,255,255,0.16) !important; + color: #212121 +} From a21eb0e3d5273d8737bffcea04bbef0343dd7e5a Mon Sep 17 00:00:00 2001 From: Alipoodle M Date: Sat, 25 Mar 2017 13:38:24 +0000 Subject: [PATCH 4/8] Changes text to white at top of specific things. --- lib/highlight.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/highlight.css b/lib/highlight.css index 100cc51..8b92949 100644 --- a/lib/highlight.css +++ b/lib/highlight.css @@ -28,3 +28,6 @@ input.material-search.label-input-label::-webkit-input-placeholder { background-color: rgba(255,255,255,0.16) !important; color: #212121 } +paper-header-panel#content-container.transparent #material-app-bar #material-one-middle .material-search::-webkit-input-placeholder { + color: <> +} From 0d0f96dbf245d05e596a4587958f23523e8c079a Mon Sep 17 00:00:00 2001 From: Alipoodle M Date: Sat, 25 Mar 2017 14:39:59 +0000 Subject: [PATCH 5/8] Removes !important --- lib/highlight.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/highlight.css b/lib/highlight.css index 8b92949..e6f0a58 100644 --- a/lib/highlight.css +++ b/lib/highlight.css @@ -22,10 +22,10 @@ body, background-size: 40px 40px; } input.material-search.label-input-label::-webkit-input-placeholder { - color: #212121 !important; + color: #212121; } .qp #material-one-middle .material-search, .qp #material-one-middle .material-search:focus { - background-color: rgba(255,255,255,0.16) !important; + background-color: rgba(255,255,255,0.16); color: #212121 } paper-header-panel#content-container.transparent #material-app-bar #material-one-middle .material-search::-webkit-input-placeholder { From 955401be73b194ccf9dd2f83e8be4fc750b82986 Mon Sep 17 00:00:00 2001 From: Alipoodle M Date: Sat, 25 Mar 2017 14:40:21 +0000 Subject: [PATCH 6/8] Added 2 ; i missed --- lib/highlight.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/highlight.css b/lib/highlight.css index e6f0a58..55e14d2 100644 --- a/lib/highlight.css +++ b/lib/highlight.css @@ -26,8 +26,8 @@ input.material-search.label-input-label::-webkit-input-placeholder { } .qp #material-one-middle .material-search, .qp #material-one-middle .material-search:focus { background-color: rgba(255,255,255,0.16); - color: #212121 + color: #212121; } paper-header-panel#content-container.transparent #material-app-bar #material-one-middle .material-search::-webkit-input-placeholder { - color: <> + color: <>; } From 784b1638aa0a012a67d7d27e60b12a568865e338 Mon Sep 17 00:00:00 2001 From: Alipoodle M Date: Sat, 25 Mar 2017 14:45:59 +0000 Subject: [PATCH 7/8] Changes how it's coloured --- lib/full.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/full.css b/lib/full.css index 9baf771..058c9fc 100644 --- a/lib/full.css +++ b/lib/full.css @@ -628,6 +628,6 @@ sj-search-box sj-entity-suggestion.sj-search-box:last-of-type { color:<>; } .qp #material-one-middle .material-search, .qp #material-one-middle .material-search:focus { - background-color: rgba(255,255,255,0.16); + background-color: <><><>; color:<>; } From 8033a8f9c0f293fd73ae2822db3ad1c05738bb49 Mon Sep 17 00:00:00 2001 From: Alipoodle M Date: Sat, 25 Mar 2017 14:46:35 +0000 Subject: [PATCH 8/8] Again, Changing ^ --- lib/highlight.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/highlight.css b/lib/highlight.css index 55e14d2..b2bc7ed 100644 --- a/lib/highlight.css +++ b/lib/highlight.css @@ -25,7 +25,7 @@ input.material-search.label-input-label::-webkit-input-placeholder { color: #212121; } .qp #material-one-middle .material-search, .qp #material-one-middle .material-search:focus { - background-color: rgba(255,255,255,0.16); + background-color: <><><>; color: #212121; } paper-header-panel#content-container.transparent #material-app-bar #material-one-middle .material-search::-webkit-input-placeholder {