SPR-910: var rename - background (site, page, header, footer) button (bg, color), link (existing) + box-shadow as fix var

This commit is contained in:
Silke Pisulla 2017-03-23 15:38:44 +01:00
commit 202ac8de1e
18 changed files with 74 additions and 70 deletions

View file

@ -7,7 +7,7 @@
html, body {
background-color: @color-site-bg;
background-color: @ini_background_site;
}
@ -52,7 +52,7 @@ html, body {
clear: both;
overflow: hidden;
word-wrap: break-word;
background: @color-content-bg;
background: @ini_background_content;
color: inherit;
padding: @page_padding-top @margin-default @margin-default;
@ -415,7 +415,7 @@ kbd {
font-size: @font-size-default;
direction: ltr;
text-align: left;
background-color: @color-site-bg;
background-color: @ini_background_site;
color: @ini_text;
box-shadow: inset 0 0 .3em @ini_border;
border-radius: @fix_border-radius;