From 9edce3ac0fdaa686851b01a95fd4734c01436025 Mon Sep 17 00:00:00 2001 From: cracker0dks Date: Tue, 7 May 2019 22:59:20 +0200 Subject: [PATCH] make btns a bit transparent --- public/css/main.css | 6 +++--- public/index.html | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/public/css/main.css b/public/css/main.css index eda045b..9a7f56b 100644 --- a/public/css/main.css +++ b/public/css/main.css @@ -1,5 +1,5 @@ .btn-group button { - background-color: #808080; /* Green background */ + background: transparent; border: 1px solid #636060; /* Green border */ color: black; /* White text */ padding: 11px 14px; /* Some padding */ @@ -21,7 +21,7 @@ /* Add a background color on hover */ .btn-group button:hover { - background-color: #a5a3a3; + background-color: #9a9a9a; } button { @@ -29,7 +29,7 @@ button { } .btn-group { - background-color: #808080; + background-color: #808080ab; margin-left: 5px; float: left; position: relative; diff --git a/public/index.html b/public/index.html index d57306f..4c1baad 100644 --- a/public/index.html +++ b/public/index.html @@ -87,13 +87,13 @@