diff options
| author | 2023-01-02 09:47:04 +0100 | |
|---|---|---|
| committer | 2023-01-02 09:47:04 +0100 | |
| commit | c0a89a99b4e90464d51f8fa0448fafc2df9c5c42 (patch) | |
| tree | 0177f9cf70a3fa0a2c50732965c2b38c6d31a1ba | |
| parent | 2850c0baea89a39ee090f207197c2ed5390254a7 (diff) | |
Fix: Nord Theme: "Mark all" menu item (#4979)
* fix font-size
* fix background color
| -rw-r--r-- | p/themes/Alternative-Dark/adark.css | 2 | ||||
| -rw-r--r-- | p/themes/Alternative-Dark/adark.rtl.css | 2 | ||||
| -rw-r--r-- | p/themes/Ansum/_components.scss | 2 | ||||
| -rw-r--r-- | p/themes/Dark/dark.css | 2 | ||||
| -rw-r--r-- | p/themes/Dark/dark.rtl.css | 2 | ||||
| -rw-r--r-- | p/themes/Flat/flat.css | 2 | ||||
| -rw-r--r-- | p/themes/Flat/flat.rtl.css | 2 | ||||
| -rw-r--r-- | p/themes/Mapco/_components.scss | 2 | ||||
| -rw-r--r-- | p/themes/Nord/nord.css | 3 | ||||
| -rw-r--r-- | p/themes/Nord/nord.rtl.css | 3 | ||||
| -rw-r--r-- | p/themes/Origine/origine.css | 2 | ||||
| -rw-r--r-- | p/themes/Origine/origine.rtl.css | 2 | ||||
| -rw-r--r-- | p/themes/Pafat/pafat.css | 2 | ||||
| -rw-r--r-- | p/themes/Pafat/pafat.rtl.css | 2 | ||||
| -rw-r--r-- | p/themes/base-theme/frss.css | 1 | ||||
| -rw-r--r-- | p/themes/base-theme/frss.rtl.css | 1 |
16 files changed, 16 insertions, 16 deletions
diff --git a/p/themes/Alternative-Dark/adark.css b/p/themes/Alternative-Dark/adark.css index 0ec0d9c4d..b85ef2232 100644 --- a/p/themes/Alternative-Dark/adark.css +++ b/p/themes/Alternative-Dark/adark.css @@ -348,7 +348,7 @@ a.btn { .dropdown-menu .item > .as-link { padding: 0 22px; line-height: 2.5; - font-size: 0.8rem; + font-size: inherit; } .dropdown-menu .dropdown-section .item > a, diff --git a/p/themes/Alternative-Dark/adark.rtl.css b/p/themes/Alternative-Dark/adark.rtl.css index 4ee49be44..69d290121 100644 --- a/p/themes/Alternative-Dark/adark.rtl.css +++ b/p/themes/Alternative-Dark/adark.rtl.css @@ -348,7 +348,7 @@ a.btn { .dropdown-menu .item > .as-link { padding: 0 22px; line-height: 2.5; - font-size: 0.8rem; + font-size: inherit; } .dropdown-menu .dropdown-section .item > a, diff --git a/p/themes/Ansum/_components.scss b/p/themes/Ansum/_components.scss index 690d2d7b0..b4ae38ec2 100644 --- a/p/themes/Ansum/_components.scss +++ b/p/themes/Ansum/_components.scss @@ -54,7 +54,7 @@ a, .as-link { padding: 0 2rem; color: variables.$main-font-color; - font-size: 1rem; + font-size: inherit; line-height: 2.5em; span.icon { diff --git a/p/themes/Dark/dark.css b/p/themes/Dark/dark.css index 6687f41f0..3facb1abf 100644 --- a/p/themes/Dark/dark.css +++ b/p/themes/Dark/dark.css @@ -329,7 +329,7 @@ a.btn { .dropdown-menu .item > .as-link { padding: 0 22px; line-height: 2.5em; - font-size: 0.8rem; + font-size: inherit; } .dropdown-menu .dropdown-section .item > a, diff --git a/p/themes/Dark/dark.rtl.css b/p/themes/Dark/dark.rtl.css index 9a17b0303..6871c2b57 100644 --- a/p/themes/Dark/dark.rtl.css +++ b/p/themes/Dark/dark.rtl.css @@ -329,7 +329,7 @@ a.btn { .dropdown-menu .item > .as-link { padding: 0 22px; line-height: 2.5em; - font-size: 0.8rem; + font-size: inherit; } .dropdown-menu .dropdown-section .item > a, diff --git a/p/themes/Flat/flat.css b/p/themes/Flat/flat.css index 0dcef90fc..b6b291198 100644 --- a/p/themes/Flat/flat.css +++ b/p/themes/Flat/flat.css @@ -322,7 +322,7 @@ a.btn { .dropdown-menu .item > .as-link { padding: 0 22px; line-height: 2.5em; - font-size: 0.8rem; + font-size: inherit; } .dropdown-menu .dropdown-section .item > a, diff --git a/p/themes/Flat/flat.rtl.css b/p/themes/Flat/flat.rtl.css index c9fcff9a3..aa89334c9 100644 --- a/p/themes/Flat/flat.rtl.css +++ b/p/themes/Flat/flat.rtl.css @@ -322,7 +322,7 @@ a.btn { .dropdown-menu .item > .as-link { padding: 0 22px; line-height: 2.5em; - font-size: 0.8rem; + font-size: inherit; } .dropdown-menu .dropdown-section .item > a, diff --git a/p/themes/Mapco/_components.scss b/p/themes/Mapco/_components.scss index 0ee3be8e1..005d6e5bd 100644 --- a/p/themes/Mapco/_components.scss +++ b/p/themes/Mapco/_components.scss @@ -54,7 +54,7 @@ a, .as-link { padding: 0 2rem; color: variables.$main-font-color; - font-size: 1rem; + font-size: inherit; line-height: 2.5em; span.icon { diff --git a/p/themes/Nord/nord.css b/p/themes/Nord/nord.css index 5658125b0..85648aba3 100644 --- a/p/themes/Nord/nord.css +++ b/p/themes/Nord/nord.css @@ -174,7 +174,7 @@ a.btn { line-height: 25px; } -.btn-important, .read_all, #actualize { +.btn-important, #nav_menu_read_all .read_all, #actualize { font-weight: bold !important; background-color: var(--accent) !important; color: var(--bg) !important; @@ -238,6 +238,7 @@ a.btn { padding: 0 22px; color: var(--text); line-height: 2.5em; + font-size: inherit; min-width: 200px; } diff --git a/p/themes/Nord/nord.rtl.css b/p/themes/Nord/nord.rtl.css index c94b3f0a0..b5f5d19e6 100644 --- a/p/themes/Nord/nord.rtl.css +++ b/p/themes/Nord/nord.rtl.css @@ -174,7 +174,7 @@ a.btn { line-height: 25px; } -.btn-important, .read_all, #actualize { +.btn-important, #nav_menu_read_all .read_all, #actualize { font-weight: bold !important; background-color: var(--accent) !important; color: var(--bg) !important; @@ -238,6 +238,7 @@ a.btn { padding: 0 22px; color: var(--text); line-height: 2.5em; + font-size: inherit; min-width: 200px; } diff --git a/p/themes/Origine/origine.css b/p/themes/Origine/origine.css index 009c89ab1..6cc9c6bd1 100644 --- a/p/themes/Origine/origine.css +++ b/p/themes/Origine/origine.css @@ -431,7 +431,7 @@ a:hover .icon { .dropdown-menu .item > .as-link { padding: 0 22px; line-height: 2.5; - font-size: 0.8rem; + font-size: inherit; } .dropdown-menu .dropdown-section .item > a, diff --git a/p/themes/Origine/origine.rtl.css b/p/themes/Origine/origine.rtl.css index 7247e6b6e..b7e142a08 100644 --- a/p/themes/Origine/origine.rtl.css +++ b/p/themes/Origine/origine.rtl.css @@ -431,7 +431,7 @@ a:hover .icon { .dropdown-menu .item > .as-link { padding: 0 22px; line-height: 2.5; - font-size: 0.8rem; + font-size: inherit; } .dropdown-menu .dropdown-section .item > a, diff --git a/p/themes/Pafat/pafat.css b/p/themes/Pafat/pafat.css index 064d331bf..8b3124e72 100644 --- a/p/themes/Pafat/pafat.css +++ b/p/themes/Pafat/pafat.css @@ -366,7 +366,7 @@ a.btn { padding: 0 22px; line-height: 2.5; color: var(--font-color-grey); - font-size: 0.8rem; + font-size: inherit; } .dropdown-menu .dropdown-section .item > a, diff --git a/p/themes/Pafat/pafat.rtl.css b/p/themes/Pafat/pafat.rtl.css index a6199e8ce..d0f2436d7 100644 --- a/p/themes/Pafat/pafat.rtl.css +++ b/p/themes/Pafat/pafat.rtl.css @@ -366,7 +366,7 @@ a.btn { padding: 0 22px; line-height: 2.5; color: var(--font-color-grey); - font-size: 0.8rem; + font-size: inherit; } .dropdown-menu .dropdown-section .item > a, diff --git a/p/themes/base-theme/frss.css b/p/themes/base-theme/frss.css index 9b0917a56..19d9b5884 100644 --- a/p/themes/base-theme/frss.css +++ b/p/themes/base-theme/frss.css @@ -317,7 +317,6 @@ button.as-link:hover, button.as-link:active { background: transparent; color: inherit; - font-size: 1.1rem; border: none; cursor: pointer; text-align: left; diff --git a/p/themes/base-theme/frss.rtl.css b/p/themes/base-theme/frss.rtl.css index 4bf540b4b..445f1637f 100644 --- a/p/themes/base-theme/frss.rtl.css +++ b/p/themes/base-theme/frss.rtl.css @@ -317,7 +317,6 @@ button.as-link:hover, button.as-link:active { background: transparent; color: inherit; - font-size: 1.1rem; border: none; cursor: pointer; text-align: right; |
