correct active routes in backend
This commit is contained in:
parent
fa31100c2e
commit
0f5e345467
8 changed files with 74 additions and 44 deletions
16
public/backend/style.css
vendored
16
public/backend/style.css
vendored
|
@ -323,6 +323,19 @@ appears on the left side of the page.
|
|||
color: #2097e6;
|
||||
background: #1d272e;
|
||||
}
|
||||
#menu .pure-menu li.active a::after {
|
||||
right: 0;
|
||||
border: solid 8px transparent;
|
||||
border-right-color: transparent;
|
||||
content: " ";
|
||||
height: 0;
|
||||
width: 0;
|
||||
position: absolute;
|
||||
pointer-events: none;
|
||||
border-right-color: #f1f1f1;
|
||||
top: 50%;
|
||||
margin-top: -8px;
|
||||
}
|
||||
|
||||
/*
|
||||
This styles the selected menu item `<li>`.
|
||||
|
@ -908,6 +921,8 @@ textarea.large, input.large {
|
|||
}
|
||||
|
||||
|
||||
|
||||
|
||||
.dropbox {
|
||||
outline: 2px dashed grey; /* the dash box */
|
||||
outline-offset: -10px;
|
||||
|
@ -943,6 +958,7 @@ textarea.large, input.large {
|
|||
}
|
||||
|
||||
|
||||
|
||||
.pure-table tr.inprogress {
|
||||
padding: 0.8em;
|
||||
background-color: paleturquoise;
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue