From 5c166812852ce6b1a203e8f6f81b6a70acd334f6 Mon Sep 17 00:00:00 2001 From: Marcell Mars Date: Wed, 18 Aug 2021 15:01:13 +0200 Subject: [PATCH] css accompanying new tier/ascription buttons --- public/global.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/public/global.css b/public/global.css index 1af9315..6fa977d 100644 --- a/public/global.css +++ b/public/global.css @@ -50,6 +50,15 @@ button:disabled { color: #999; } +.button { + color: #333; + background-color: #f4f4f4; + border: 1px solid lightgrey; + padding: 0.2em 0.4em; + grid-column: 2/3; + margin-right: 0.2rem; +} + button:not(:disabled):active { background-color: #ddd; } @@ -177,3 +186,11 @@ select { #fmicon, #frontmatter, input.hasinput { background-color: #ffccbc; } + +#newtier { + display: none; +} + +.news { + grid-column: 2/3; +}