From 8700ad8179a9e1789bfbeba43293837eaa995134 Mon Sep 17 00:00:00 2001 From: Daniel <60743585+myslivets@users.noreply.github.com> Date: Mon, 12 Dec 2022 00:36:49 +0300 Subject: [PATCH] Update style.css MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add ".navigation .link_soon" class Понадобится в будущем ;) --- Web/static/css/style.css | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/Web/static/css/style.css b/Web/static/css/style.css index b935c7e0..7f17adf4 100644 --- a/Web/static/css/style.css +++ b/Web/static/css/style.css @@ -136,6 +136,30 @@ p { border-top: 1px solid #CCCCCC; } +.navigation .link_soon { + display: block; + padding: 3px 3px 3px 6px; + text-decoration: none; + border-top: 1px solid #fff; + color: #000; + border-bottom: 0; + border-left: 0; + border-right: 0; + font-size: 11px; + text-align: left; + cursor: pointer; + background: none; + margin-bottom: 1px; +} + +.navigation .link_soon { + color: #2B587A63; +} +.navigation .link_soon:hover { + background:#DAE1E8; + border-top:1px solid #CAD1D9 +} + .navigation .edit-button { background-color: #fff !important; color: gray !important;