Update style.css

Add ".navigation .link_soon" class
Понадобится в будущем ;)
This commit is contained in:
Daniel 2022-12-12 00:36:49 +03:00 committed by GitHub
parent d321b524fd
commit 8700ad8179
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;