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

@ -24,7 +24,7 @@
form div.no {
button,
input.button {
border-top: solid 1px @button_background;
border-top: solid 1px @ini_button_background;
margin-top: 0;
}
}

View file

@ -12,7 +12,7 @@
button,
input.button {
min-height: 1rem;
// button - for inverted design: background-color: @button_color; color: @button_background;
// button - for inverted design: background-color: @ini_button_color; color: @ini_button_background;
font-size: @font-size-small;
margin-top: 0;
}

View file

@ -31,8 +31,8 @@
&:hover,
&:focus,
&:active {
border-color: @button_background;
color: @button_background;
border-color: @ini_button_background;
color: @ini_button_background;
}
}
@ -42,7 +42,7 @@
width: 100%;
min-height: @height-context-bar;
box-sizing: border-box;
box-shadow: __box_shadow__;
box-shadow: @box-shadow;
background-color: @ini_background_content;
border-radius: 0 0 @ini_default_border_radius @ini_default_border_radius;
font-size: @font-size-default;

View file

@ -11,17 +11,17 @@ div#dwpl-ti-container {
/* + + + tabnav + + + */
li.dwpl-ti-tab {
box-shadow: none;
border-color: @color-site-bg;
border-color: @ini_background_site;
border-radius: @fix_border-radius @fix_border-radius 0 0;
padding: 0;
div {
background-color: @background_page-header;
background-color: @ini_background_page-header;
border-radius: inherit;
padding: .1em .35em;
&.selected {
background-color: @color-site-bg;
background-color: @ini_background_site;
}
}
}
@ -31,8 +31,8 @@ div#dwpl-ti-container {
div.dwpl-ti-content-box {
overflow: auto;
box-shadow: none;
background-color: @color-site-bg;
border: solid 1px @color-site-bg;
background-color: @ini_background_site;
border: solid 1px @ini_background_site;
border-radius: 0;
}
}