From 0a2739c703b6457d4013caf755c4e4cbfd9b4ba0 Mon Sep 17 00:00:00 2001 From: "me@ow.nekobit.net" Date: Thu, 17 Feb 2022 04:06:52 +0000 Subject: [PATCH] Status action buttons FossilOrigin-Name: c4d789ca38cccbba4de1645f3629f380c408c9f7be3285c77773411077d30657 --- dist/ratfe20.css | 32 +++++++++++++++++++++++++++++++- static/status.html | 14 ++++++++++++++ 2 files changed, 45 insertions(+), 1 deletion(-) diff --git a/dist/ratfe20.css b/dist/ratfe20.css index 9dc52cb..500dc8f 100644 --- a/dist/ratfe20.css +++ b/dist/ratfe20.css @@ -235,6 +235,14 @@ ul li:first-child a.sidebarbtn color: #808080; } +.status-interact +{ + margin: 8px 0 2px 0; + display: flex; + +} + + /*************************** * Element Grouping * **************************/ @@ -388,7 +396,6 @@ ul li:first-child a.sidebarbtn display: inline-block; padding: 8px 15px; margin: 0; - } /**************** @@ -419,3 +426,26 @@ ul li:first-child a.sidebarbtn { flex: 1; } + + +/* Special cases */ +.nobutton +{ + background: none !important; + background-color: #eaeaea !important; + color: #aa0000 !important; + padding: 0 7px !important; + margin: 0 5px; + cursor: pointer !important; + outline: inherit !important; + font-size: 14px; + border: 1px solid #dadada !important; + border-radius: 3px; +} + +.nobutton:hover +{ + background-color: #aa0000 !important; + color: #eaeaea !important; + border: 1px solid #770000 !important; +} diff --git a/static/status.html b/static/status.html index 806f3fd..20aae9b 100644 --- a/static/status.html +++ b/static/status.html @@ -12,5 +12,19 @@ %s +
+
+ +
+
+ +
+
+ +
+
+ +
+