diff options
| author | 2020-06-05 10:09:31 +0200 | |
|---|---|---|
| committer | 2020-06-05 10:09:31 +0200 | |
| commit | d4554fa087f9057610085ca685cd8fb79d8f2bd0 (patch) | |
| tree | 60ab634136516e98d0885d1033a5636233f837b7 /p/themes/Ansum | |
| parent | 27f0b614189c090028dfb9a56d1b21f1adf263d4 (diff) | |
Change add feed action (#3027)
* Docker Alpine 3.12 (#3025)
https://alpinelinux.org/posts/Alpine-3.12.0-released.html
With PHP 7.3.18 (from 7.3.17) (and Apache 2.4.43 unchanged).
No other significant change spotted
* Ensure feed attributes are used before load
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'p/themes/Ansum')
| -rw-r--r-- | p/themes/Ansum/_sidebar.scss | 2 | ||||
| -rw-r--r-- | p/themes/Ansum/ansum.css | 2 | ||||
| -rw-r--r-- | p/themes/Ansum/ansum.rtl.css | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/p/themes/Ansum/_sidebar.scss b/p/themes/Ansum/_sidebar.scss index 86f3e346d..72d179d47 100644 --- a/p/themes/Ansum/_sidebar.scss +++ b/p/themes/Ansum/_sidebar.scss @@ -310,6 +310,6 @@ border-radius: 3px; } -.aside_feed .stick #btn-importExport { +.aside_feed .stick #btn-add { border-left-color: $sid-bg; } diff --git a/p/themes/Ansum/ansum.css b/p/themes/Ansum/ansum.css index b375ee530..244ab6dea 100644 --- a/p/themes/Ansum/ansum.css +++ b/p/themes/Ansum/ansum.css @@ -795,7 +795,7 @@ form th { border-radius: 3px; } -.aside_feed .stick #btn-importExport { +.aside_feed .stick #btn-add { border-left-color: #fbf9f6; } diff --git a/p/themes/Ansum/ansum.rtl.css b/p/themes/Ansum/ansum.rtl.css index 1654b5ae6..7595939ca 100644 --- a/p/themes/Ansum/ansum.rtl.css +++ b/p/themes/Ansum/ansum.rtl.css @@ -795,7 +795,7 @@ form th { border-radius: 3px; } -.aside_feed .stick #btn-importExport { +.aside_feed .stick #btn-add { border-right-color: #fbf9f6; } |
