From d3586f232b27684beb1ecdaf02f7c8e3a46102c0 Mon Sep 17 00:00:00 2001 From: kilo Date: Fri, 23 Jun 2017 10:01:36 +0200 Subject: [PATCH 1/2] Prettier color for red button2 (classic.css & hover changes) The edit that i had made previously only applied to g's theme And it didn't apply when the button were hovered --- public/css/classic.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/css/classic.css b/public/css/classic.css index 2dd97231..4cd9480f 100644 --- a/public/css/classic.css +++ b/public/css/classic.css @@ -55,6 +55,11 @@ td.tr-le, .error-text { color: #E84C4C; } .btn-red { background-color: #E84C4C; + color: #E8E8E8; +} + +.btn-red:hover { + color: #E8E8E8; } /* Original Nyaa colors, do NOT change! */ From 3f17da2c9d38a1b3bd8600bfae6e984630f6360f Mon Sep 17 00:00:00 2001 From: kilo Date: Fri, 23 Jun 2017 10:05:30 +0200 Subject: [PATCH 2/2] Better color for .h-user when hovered And text hover color changes for red buttons --- public/css/g.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/css/g.css b/public/css/g.css index 344c5042..4c9e288a 100644 --- a/public/css/g.css +++ b/public/css/g.css @@ -51,6 +51,8 @@ td.tr-le, .error-text { color: #E84C4C; } color: #E8E8E8; } +.btn-red:hover { color: #E8E8E8; } + .aplus, .btn-blue { background: hsla(200, 100%, 50%, 0.2) !important; } .trusted, .btn-green { background: hsla(100, 100%, 50%, 0.2) !important; } .remake, .btn-orange { background: hsla(30, 100%, 50%, 0.2) !important; } @@ -77,4 +79,4 @@ td.tr-le, .error-text { color: #E84C4C; } border-color: #C48CBE; } -.header .h-user button:focus {background-color: rgba(0,0,255, 0.2);} +.header .h-user button:focus {background-color: rgba(0,100,200, 0.15);}