diff options
| author | 2022-07-17 17:10:30 +0200 | |
|---|---|---|
| committer | 2022-07-17 17:10:30 +0200 | |
| commit | 954fcef9e26ce1d9e4e5ad83749e4ee9c894f716 (patch) | |
| tree | b635ac9c855be794b6546078539f2f08c115b1f2 | |
| parent | 670239b94ed0addee5ef8a0054d82a1e1149b995 (diff) | |
Fix #4447: Nord theme (#4451)
* fix: add height 100% for <html>
* remove height 100% in all themes
* fixed order in template.css
27 files changed, 2 insertions, 25 deletions
diff --git a/p/themes/Alternative-Dark/adark.css b/p/themes/Alternative-Dark/adark.css index e82919a80..0524405df 100644 --- a/p/themes/Alternative-Dark/adark.css +++ b/p/themes/Alternative-Dark/adark.css @@ -4,7 +4,6 @@ /*============*/ html, body { background: #171717; - height: 100%; color: #999; font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", "PingFang SC", "Microsoft YaHei", sans-serif; } diff --git a/p/themes/Alternative-Dark/adark.rtl.css b/p/themes/Alternative-Dark/adark.rtl.css index 2ffc9de17..c1ff023aa 100644 --- a/p/themes/Alternative-Dark/adark.rtl.css +++ b/p/themes/Alternative-Dark/adark.rtl.css @@ -4,7 +4,6 @@ /*============*/ html, body { background: #171717; - height: 100%; color: #999; font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", "PingFang SC", "Microsoft YaHei", sans-serif; } diff --git a/p/themes/Ansum/ansum.css b/p/themes/Ansum/ansum.css index cc54afa32..dc75c6c37 100644 --- a/p/themes/Ansum/ansum.css +++ b/p/themes/Ansum/ansum.css @@ -1571,7 +1571,6 @@ form th { /*============*/ html, body { background: #f5f0ec; - height: 100%; font-family: "lato", "Helvetica", "Arial", sans-serif; font-size: 0.875rem; } diff --git a/p/themes/Ansum/ansum.rtl.css b/p/themes/Ansum/ansum.rtl.css index 4a4d9438c..485a1ca18 100644 --- a/p/themes/Ansum/ansum.rtl.css +++ b/p/themes/Ansum/ansum.rtl.css @@ -1571,7 +1571,6 @@ form th { /*============*/ html, body { background: #f5f0ec; - height: 100%; font-family: "lato", "Helvetica", "Arial", sans-serif; font-size: 0.875rem; } diff --git a/p/themes/Ansum/ansum.scss b/p/themes/Ansum/ansum.scss index 5f0cd0b5a..0cf9a84f2 100644 --- a/p/themes/Ansum/ansum.scss +++ b/p/themes/Ansum/ansum.scss @@ -36,7 +36,6 @@ /*============*/ html, body { background: variables.$grey-light; - height: 100%; font-family: "lato", "Helvetica", "Arial", sans-serif; font-size: 0.875rem; } diff --git a/p/themes/BlueLagoon/BlueLagoon.css b/p/themes/BlueLagoon/BlueLagoon.css index ba68bd1e9..19f3fea45 100644 --- a/p/themes/BlueLagoon/BlueLagoon.css +++ b/p/themes/BlueLagoon/BlueLagoon.css @@ -4,7 +4,6 @@ /*============*/ html, body { background: #fafafa; - height: 100%; font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", "PingFang SC", "Microsoft YaHei", sans-serif; font-size: 92%; } diff --git a/p/themes/BlueLagoon/BlueLagoon.rtl.css b/p/themes/BlueLagoon/BlueLagoon.rtl.css index 4af142cee..99a5e1b4d 100644 --- a/p/themes/BlueLagoon/BlueLagoon.rtl.css +++ b/p/themes/BlueLagoon/BlueLagoon.rtl.css @@ -4,7 +4,6 @@ /*============*/ html, body { background: #fafafa; - height: 100%; font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", "PingFang SC", "Microsoft YaHei", sans-serif; font-size: 92%; } diff --git a/p/themes/Dark/dark.css b/p/themes/Dark/dark.css index 9f348e484..88bb7e4a3 100644 --- a/p/themes/Dark/dark.css +++ b/p/themes/Dark/dark.css @@ -4,7 +4,6 @@ /*============*/ html, body { background: #1c1c1c; - height: 100%; color: #888; font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", "PingFang SC", "Microsoft YaHei", sans-serif; } diff --git a/p/themes/Dark/dark.rtl.css b/p/themes/Dark/dark.rtl.css index cd1ef9b9c..9eca1149a 100644 --- a/p/themes/Dark/dark.rtl.css +++ b/p/themes/Dark/dark.rtl.css @@ -4,7 +4,6 @@ /*============*/ html, body { background: #1c1c1c; - height: 100%; color: #888; font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", "PingFang SC", "Microsoft YaHei", sans-serif; } diff --git a/p/themes/Flat/flat.css b/p/themes/Flat/flat.css index c4e8fa2e9..0f82e9f81 100644 --- a/p/themes/Flat/flat.css +++ b/p/themes/Flat/flat.css @@ -4,7 +4,6 @@ /*============*/ html, body { background: #fafafa; - height: 100%; font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", "PingFang SC", "Microsoft YaHei", sans-serif; } diff --git a/p/themes/Flat/flat.rtl.css b/p/themes/Flat/flat.rtl.css index e8bf6b704..a1ef0ee00 100644 --- a/p/themes/Flat/flat.rtl.css +++ b/p/themes/Flat/flat.rtl.css @@ -4,7 +4,6 @@ /*============*/ html, body { background: #fafafa; - height: 100%; font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", "PingFang SC", "Microsoft YaHei", sans-serif; } diff --git a/p/themes/Mapco/mapco.css b/p/themes/Mapco/mapco.css index e1275a183..ce900363b 100644 --- a/p/themes/Mapco/mapco.css +++ b/p/themes/Mapco/mapco.css @@ -1556,7 +1556,6 @@ form th { /*============*/ html, body { background: #eff0f2; - height: 100%; font-family: "lato", "Helvetica", "Arial", sans-serif; font-size: 0.875rem; } diff --git a/p/themes/Mapco/mapco.rtl.css b/p/themes/Mapco/mapco.rtl.css index 588f15bfe..e261d4f62 100644 --- a/p/themes/Mapco/mapco.rtl.css +++ b/p/themes/Mapco/mapco.rtl.css @@ -1556,7 +1556,6 @@ form th { /*============*/ html, body { background: #eff0f2; - height: 100%; font-family: "lato", "Helvetica", "Arial", sans-serif; font-size: 0.875rem; } diff --git a/p/themes/Mapco/mapco.scss b/p/themes/Mapco/mapco.scss index 5f0cd0b5a..0cf9a84f2 100644 --- a/p/themes/Mapco/mapco.scss +++ b/p/themes/Mapco/mapco.scss @@ -36,7 +36,6 @@ /*============*/ html, body { background: variables.$grey-light; - height: 100%; font-family: "lato", "Helvetica", "Arial", sans-serif; font-size: 0.875rem; } diff --git a/p/themes/Origine-compact/origine-compact.css b/p/themes/Origine-compact/origine-compact.css index 8a6e16bde..b2a2199da 100644 --- a/p/themes/Origine-compact/origine-compact.css +++ b/p/themes/Origine-compact/origine-compact.css @@ -4,7 +4,6 @@ /*============*/ html, body { background: #fafafa; - height: 100%; font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", "PingFang SC", "Microsoft YaHei", sans-serif; } diff --git a/p/themes/Origine-compact/origine-compact.rtl.css b/p/themes/Origine-compact/origine-compact.rtl.css index a56627b38..16e8bbd78 100644 --- a/p/themes/Origine-compact/origine-compact.rtl.css +++ b/p/themes/Origine-compact/origine-compact.rtl.css @@ -4,7 +4,6 @@ /*============*/ html, body { background: #fafafa; - height: 100%; font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", "PingFang SC", "Microsoft YaHei", sans-serif; } diff --git a/p/themes/Origine/origine.css b/p/themes/Origine/origine.css index ff8ad43d8..636789c3f 100644 --- a/p/themes/Origine/origine.css +++ b/p/themes/Origine/origine.css @@ -4,7 +4,6 @@ /*============*/ html, body { background: #fafafa; - height: 100%; font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", "PingFang SC", "Microsoft YaHei", sans-serif; } diff --git a/p/themes/Origine/origine.rtl.css b/p/themes/Origine/origine.rtl.css index 818f24d4c..f3905b069 100644 --- a/p/themes/Origine/origine.rtl.css +++ b/p/themes/Origine/origine.rtl.css @@ -4,7 +4,6 @@ /*============*/ html, body { background: #fafafa; - height: 100%; font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", "PingFang SC", "Microsoft YaHei", sans-serif; } diff --git a/p/themes/Pafat/pafat.css b/p/themes/Pafat/pafat.css index b186ebfb3..5bf386afb 100644 --- a/p/themes/Pafat/pafat.css +++ b/p/themes/Pafat/pafat.css @@ -4,7 +4,6 @@ /*============*/ html, body { background: #fafafa; - height: 100%; color: #666; font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", "PingFang SC", "Microsoft YaHei", sans-serif; } diff --git a/p/themes/Pafat/pafat.rtl.css b/p/themes/Pafat/pafat.rtl.css index cff86033a..69ae75cb5 100644 --- a/p/themes/Pafat/pafat.rtl.css +++ b/p/themes/Pafat/pafat.rtl.css @@ -4,7 +4,6 @@ /*============*/ html, body { background: #fafafa; - height: 100%; color: #666; font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", "PingFang SC", "Microsoft YaHei", sans-serif; } diff --git a/p/themes/Screwdriver/screwdriver.css b/p/themes/Screwdriver/screwdriver.css index c1207216e..0db52b291 100644 --- a/p/themes/Screwdriver/screwdriver.css +++ b/p/themes/Screwdriver/screwdriver.css @@ -4,7 +4,6 @@ /*============*/ html, body { background: #fafafa; - height: 100%; font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", "PingFang SC", "Microsoft YaHei", sans-serif; font-size: 92%; } diff --git a/p/themes/Screwdriver/screwdriver.rtl.css b/p/themes/Screwdriver/screwdriver.rtl.css index a9d52c9f6..012ba2d7d 100644 --- a/p/themes/Screwdriver/screwdriver.rtl.css +++ b/p/themes/Screwdriver/screwdriver.rtl.css @@ -4,7 +4,6 @@ /*============*/ html, body { background: #fafafa; - height: 100%; font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", "PingFang SC", "Microsoft YaHei", sans-serif; font-size: 92%; } diff --git a/p/themes/Swage/swage.css b/p/themes/Swage/swage.css index 2aeb490e6..f517bed6c 100644 --- a/p/themes/Swage/swage.css +++ b/p/themes/Swage/swage.css @@ -44,7 +44,6 @@ select:invalid { html, body { - height: 100%; font-family: Helvetica, Arial, sans-serif; } diff --git a/p/themes/Swage/swage.rtl.css b/p/themes/Swage/swage.rtl.css index fcb6eb29e..3eaf600ec 100644 --- a/p/themes/Swage/swage.rtl.css +++ b/p/themes/Swage/swage.rtl.css @@ -44,7 +44,6 @@ select:invalid { html, body { - height: 100%; font-family: Helvetica, Arial, sans-serif; } diff --git a/p/themes/Swage/swage.scss b/p/themes/Swage/swage.scss index 8e4339471..8be2f3d45 100644 --- a/p/themes/Swage/swage.scss +++ b/p/themes/Swage/swage.scss @@ -58,7 +58,6 @@ $color_hover: #fff; // /@extend-elements html, body { - height: 100%; font-family: Helvetica, Arial, sans-serif; } diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css index 6dc2ef2d8..6ed321114 100644 --- a/p/themes/base-theme/template.css +++ b/p/themes/base-theme/template.css @@ -16,6 +16,7 @@ html, body { margin: 0; padding: 0; background: white; + height: 100%; color: black; font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", sans-serif; font-size: 100%; diff --git a/p/themes/base-theme/template.rtl.css b/p/themes/base-theme/template.rtl.css index 4e48dd43a..df46eff21 100644 --- a/p/themes/base-theme/template.rtl.css +++ b/p/themes/base-theme/template.rtl.css @@ -16,6 +16,7 @@ html, body { margin: 0; padding: 0; background: white; + height: 100%; color: black; font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", sans-serif; font-size: 100%; |
