diff options
| author | 2021-08-29 09:06:36 -0400 | |
|---|---|---|
| committer | 2021-08-29 15:06:36 +0200 | |
| commit | 9347a5a2eb41b230598de1e484c6a111e5821d9e (patch) | |
| tree | cb2addbd692c465f03313f86d016fd3eb46c1d26 | |
| parent | 9178fd30c2fb1ed5164c11aad48a0be8187737ab (diff) | |
Add RTLCSS rules for changes introduced in #3774 (#3807)
- This also deletes a redundant CSS background rule.
Co-authored-by: Poorchop <>
| -rw-r--r-- | p/themes/Alternative-Dark/adark.css | 1 | ||||
| -rw-r--r-- | p/themes/Alternative-Dark/adark.rtl.css | 9 |
2 files changed, 4 insertions, 6 deletions
diff --git a/p/themes/Alternative-Dark/adark.css b/p/themes/Alternative-Dark/adark.css index 43cf14159..89072da7f 100644 --- a/p/themes/Alternative-Dark/adark.css +++ b/p/themes/Alternative-Dark/adark.css @@ -271,7 +271,6 @@ a.btn { .nav-head { margin: 0; - background: #fff; background: #262626; border-bottom: 1px solid #333; text-align: right; diff --git a/p/themes/Alternative-Dark/adark.rtl.css b/p/themes/Alternative-Dark/adark.rtl.css index 4a9991994..c592df4b1 100644 --- a/p/themes/Alternative-Dark/adark.rtl.css +++ b/p/themes/Alternative-Dark/adark.rtl.css @@ -271,9 +271,8 @@ a.btn { .nav-head { margin: 0; - background: #fff; - background: linear-gradient(to bottom, #fff, #f0f0f0); - border-bottom: 1px solid #ddd; + background: #262626; + border-bottom: 1px solid #333; text-align: left; } @@ -1121,11 +1120,11 @@ a.btn { .aside .toggle_aside, #panel .close { - background: #f6f6f6; + background: #262626; display: block; width: 100%; height: 50px; - border-bottom: 1px solid #ddd; + border-bottom: 1px solid #333; line-height: 50px; text-align: center; } |
