From a9521ab38dbc25d55a792d07940e3fc6c674e50a Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 29 Apr 2020 14:55:45 +0300 Subject: Button style --- src/main/assets/style.css | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) (limited to 'src/main/assets/style.css') diff --git a/src/main/assets/style.css b/src/main/assets/style.css index 2ac91e91..96d47930 100644 --- a/src/main/assets/style.css +++ b/src/main/assets/style.css @@ -451,6 +451,21 @@ article .tags > a::before, padding-top: 12px; } +.Button { + background: #fff; + border: 1px solid var(--border-color); + color: #888; + cursor: pointer; + display: inline-block; + margin: 5px; + padding: 4px 10px; +} +.Button:hover { + background: #f8f8f8; + border-bottom: 1px solid #ff339a; +} + + .msgthread { margin-bottom: 0; } @@ -526,7 +541,7 @@ article .tags > a::before, display: flex; width: 100%; margin-top: 10px; - flex-direction: column; + flex-direction: row; } .msg-comment-hidden { @@ -980,13 +995,6 @@ article p { .msg-comment input { align-self: flex-end; margin: 6px 0 0 0; - background: #EEE; - border: 1px solid #CCC; - color: #999; - position: sticky; - top: 70px; - vertical-align: top; - width: 50px; } @media (--viewport-mobile) { -- cgit v1.2.3