From: Sarah Conway Schnurr Date: Wed, 14 Aug 2019 16:06:11 +0000 (-0700) Subject: Update button CSS for new page X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=56c0fc308c608990a89a491e42ae9b7fa336f748;p=pgopen2019.git Update button CSS for new page --- diff --git a/static/css/style.css b/static/css/style.css index d89d450..365f80c 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -160,6 +160,11 @@ sub { /* PgEU */ +table.table input.btn.btn-default.btn-xs.btn-primary { + background-color: #0063CE; + color: white; +} + section.wrapper.special h2 { width: 100%; text-align: center;