mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 15:22:17 +02:00
N°8274 - Move body colors from legacy file to current theme files
This commit is contained in:
@@ -36,10 +36,6 @@
|
|||||||
html {
|
html {
|
||||||
-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
|
||||||
}
|
}
|
||||||
body {
|
|
||||||
color: $text-color;
|
|
||||||
background-color: $body-bg;
|
|
||||||
}
|
|
||||||
input,
|
input,
|
||||||
button,
|
button,
|
||||||
select,
|
select,
|
||||||
|
|||||||
@@ -5,4 +5,9 @@
|
|||||||
|
|
||||||
/* SCSS variables (can be overloaded) */
|
/* SCSS variables (can be overloaded) */
|
||||||
$ipb-body-text-color: $ipb-color-grey-900 !default;
|
$ipb-body-text-color: $ipb-color-grey-900 !default;
|
||||||
$ipb-body-background-color: $ipb-color-white-200 !default;
|
$ipb-body-background-color: $ipb-color-white-200 !default;
|
||||||
|
|
||||||
|
body {
|
||||||
|
color: $ipb-body-text-color;
|
||||||
|
background-color: $ipb-body-background-color;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user