From a1f3b0462e61b98eb898b12c7e29c7cd79e23e85 Mon Sep 17 00:00:00 2001 From: Frumph Date: Thu, 22 Nov 2018 14:09:30 -0800 Subject: [PATCH] update to the admin side config.sys for the button css for the 'register' for bf ads Signed-off-by: Frumph --- css/config.css | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/css/config.css b/css/config.css index ecdfc4b..611cad9 100644 --- a/css/config.css +++ b/css/config.css @@ -208,3 +208,30 @@ div.show .ceoadmin-footer img { .alternate { background: #fcfcfc; } + +.butstyled { + border: 0; + line-height: 2.5; + padding: 10px 20px; + font-size: 1rem; + text-align: center; + color: #fff; + text-shadow: 1px 1px 1px #000; + border-radius: 10px; + background-color: rgba(220, 0, 0, 1); + background-image: linear-gradient(to top left, + rgba(0, 0, 0, .2), + rgba(0, 0, 0, .2) 30%, + rgba(0, 0, 0, 0)); + box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .6), + inset -2px -2px 3px rgba(0, 0, 0, .6); +} + +.butstyled:hover { + background-color: rgba(255, 0, 0, 1); +} + +.butstyled:active { + box-shadow: inset -2px -2px 3px rgba(255, 255, 255, .6), + inset 2px 2px 3px rgba(0, 0, 0, .6); +}