From 3f17da2c9d38a1b3bd8600bfae6e984630f6360f Mon Sep 17 00:00:00 2001 From: kilo Date: Fri, 23 Jun 2017 10:05:30 +0200 Subject: [PATCH] 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);}