SPR-742: Konfigurierbarkeit link, nav-dirct

This commit is contained in:
Silke Pisulla 2017-03-23 12:59:06 +01:00
commit c5ddaf094e
3 changed files with 15 additions and 18 deletions

View file

@ -4,8 +4,9 @@
* @author Jana Deutschlaender <deutschlaender@cosmocode.de> * @author Jana Deutschlaender <deutschlaender@cosmocode.de>
*/ */
.nav-direct { .nav-direct {
background-color: __nav_direct_background__; background-color: @nav_direct_background;
margin-top: -1px; margin-top: -1px;
p { p {
@ -24,9 +25,9 @@
box-shadow: __box_shadow__; box-shadow: __box_shadow__;
display: block; display: block;
width: 100%; width: 100%;
background-color: __nav_direct_background__; background-color: @nav_direct_background;
border-bottom: 1px solid __shadow_color__; border-bottom: 1px solid __shadow_color__;
color: __nav_direct_color__; color: @nav_direct_color;
line-height: @line-height-default; line-height: @line-height-default;
text-decoration: none; text-decoration: none;
padding: 1em; padding: 1em;

View file

@ -10,10 +10,6 @@ html, body {
background-color: @color-site-bg; background-color: @color-site-bg;
} }
a {
color: @color-link;
}
/* highlight selected tool */ /* highlight selected tool */
@ -347,18 +343,18 @@ th {
a { a {
outline: none; outline: none;
}
a:link, &:link,
a:visited { &:visited {
text-decoration: none; text-decoration: none;
color: @color-link; color: @ini_link;
} }
a:hover, &:hover,
a:focus, &:focus,
a:active { &:active {
text-decoration: underline; text-decoration: underline;
}
} }
img { img {

View file

@ -43,7 +43,7 @@
min-height: @height-context-bar; min-height: @height-context-bar;
box-sizing: border-box; box-sizing: border-box;
box-shadow: __box_shadow__; box-shadow: __box_shadow__;
background-color: __nav_direct_background__; background-color: @ini_background_content;
border-radius: 0 0 @ini_default_border_radius @ini_default_border_radius; border-radius: 0 0 @ini_default_border_radius @ini_default_border_radius;
font-size: @font-size-default; font-size: @font-size-default;
padding: .8em 1em .5em; padding: .8em 1em .5em;