SPR-742: Konfigurierbarkeit - metabox
This commit is contained in:
parent
5d98f6efaa
commit
b42e25882d
1 changed files with 3 additions and 7 deletions
|
@ -78,7 +78,7 @@
|
||||||
border: 1px solid @color-border-light;
|
border: 1px solid @color-border-light;
|
||||||
//border-bottom-color: @color-site-bg;
|
//border-bottom-color: @color-site-bg;
|
||||||
border-radius: @fix_border-radius @fix_border-radius 0 0;
|
border-radius: @fix_border-radius @fix_border-radius 0 0;
|
||||||
color: @color-nav;
|
color: @color-link;
|
||||||
font-size: @font-size-small;
|
font-size: @font-size-small;
|
||||||
line-height: 1.42857143;
|
line-height: 1.42857143;
|
||||||
padding: .3em 1rem .1em;
|
padding: .3em 1rem .1em;
|
||||||
|
@ -110,8 +110,9 @@
|
||||||
|
|
||||||
.prefix {
|
.prefix {
|
||||||
position: relative;
|
position: relative;
|
||||||
transition: @transition color;
|
color: inherit;
|
||||||
font-size: @font-size-small;
|
font-size: @font-size-small;
|
||||||
|
transition: @transition color;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover,
|
&:hover,
|
||||||
|
@ -119,12 +120,7 @@
|
||||||
&:active {
|
&:active {
|
||||||
background-color: @color-content-bg;
|
background-color: @color-content-bg;
|
||||||
border-color: @color-link;
|
border-color: @color-link;
|
||||||
color: @color-link;
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
||||||
.prefix {
|
|
||||||
color: inherit;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue