From 9f336025156c0c99ed7a183ad4f77d29178f4353 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Sat, 2 Jan 2016 18:15:15 -0800 Subject: [PATCH] Add style for action buttons lost in stylesheet conversion. --- static/babystats.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/static/babystats.css b/static/babystats.css index dc63a3f..8e5897a 100644 --- a/static/babystats.css +++ b/static/babystats.css @@ -106,6 +106,25 @@ babyStatsGridOverlay { font-weight: bold; } +babyStatsActionButton { + display: flex; + min-width: 35vmin; + padding: 10px; + margin: 5px; + border-radius: 15px; + align-items: center; + justify-content: center; + background-color: rgb(138,155,15); + color: rgb(248,202,0); + font-size: 3vmin; + font-weight: normal; + text-shadow: none; + cursor: pointer; + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; +} + babyStatsGridContainer { position: absolute; top: 80px;