metabox part 3
This commit is contained in:
parent
d62df8bdbf
commit
92c91ef8b0
5 changed files with 67 additions and 17 deletions
|
@ -59,6 +59,8 @@
|
|||
}
|
||||
}
|
||||
&.active > a {
|
||||
cursor: default;
|
||||
tab-index: -1;
|
||||
color: #555;
|
||||
background-color: @background_page-header;
|
||||
border-color: transparent;
|
||||
|
@ -98,21 +100,24 @@
|
|||
padding-left: .5em;
|
||||
a {
|
||||
font-size: .78rem;
|
||||
display: inline-block;
|
||||
padding-left: 10px;
|
||||
position: relative;
|
||||
}
|
||||
li {
|
||||
}
|
||||
div.li {
|
||||
position: relative;
|
||||
::before {
|
||||
position: relative;
|
||||
top: -.2em;
|
||||
position: absolute;
|
||||
top: .3em;
|
||||
content: "";
|
||||
display: inline-block;
|
||||
width: 4px;
|
||||
height: 4px;
|
||||
margin-right: .3rem;
|
||||
background-color: @color-border;
|
||||
background-color: #ccc;
|
||||
overflow: hidden;
|
||||
left: 0;
|
||||
}
|
||||
padding: .15em 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue