diff options
author | maTh <math-home@web.de> | 2023-04-15 21:13:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-15 21:13:56 +0200 |
commit | 789c44b50222a24c565c783dbaf53d6ae465fc1d (patch) | |
tree | c1fc9cda11c5ceacc25e2e6b39cafd0d0fd87f93 /p/themes/Flat/flat.rtl.css | |
parent | a19b56064d74ae871abd52903778e0d5c35af896 (diff) | |
download | freshrss-789c44b50222a24c565c783dbaf53d6ae465fc1d.tar.gz freshrss-789c44b50222a24c565c783dbaf53d6ae465fc1d.zip |
Improved: global view: mobile view (#5297)
* improved overlay + visible close button
* duplicate of line 2109
* delete #panel .close from frss.css
* set background colors in each theme
* fix Ansum and Mapco theme
* fix Nord theme
* frss.css
* only 1 scroll bar
* fix the closer background in some themes
* fix scrolling
* fix fix
Diffstat (limited to 'p/themes/Flat/flat.rtl.css')
-rw-r--r-- | p/themes/Flat/flat.rtl.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/p/themes/Flat/flat.rtl.css b/p/themes/Flat/flat.rtl.css index ec0acb18c..e08106e88 100644 --- a/p/themes/Flat/flat.rtl.css +++ b/p/themes/Flat/flat.rtl.css @@ -947,7 +947,7 @@ a.btn { } .aside .toggle_aside, - #panel .close, + #overlay .close, .dropdown-menu .toggle_aside { background: #2c3e50; } |