diff options
| author | 2022-11-20 14:35:02 +0100 | |
|---|---|---|
| committer | 2022-11-20 14:35:02 +0100 | |
| commit | 47883d3086b75bab800ad996e4e0ae01e331f4c3 (patch) | |
| tree | 69700083881a15988e681e8cc98b90dadbd92989 /p/themes/Pafat | |
| parent | 0ad8e6b4189d6afa6d6f1a74ba2bf9e90faf8ef3 (diff) | |
fix: Article hover that changes the background (#4874)
Diffstat (limited to 'p/themes/Pafat')
| -rw-r--r-- | p/themes/Pafat/pafat.css | 2 | ||||
| -rw-r--r-- | p/themes/Pafat/pafat.rtl.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/p/themes/Pafat/pafat.css b/p/themes/Pafat/pafat.css index bf360127c..292f2eae2 100644 --- a/p/themes/Pafat/pafat.css +++ b/p/themes/Pafat/pafat.css @@ -742,7 +742,7 @@ a.signin { border-left: 3px solid #5cb85c; } -.flux:hover { +.flux .flux_header:hover { background: #fff; } diff --git a/p/themes/Pafat/pafat.rtl.css b/p/themes/Pafat/pafat.rtl.css index e11c9ab81..6e2d1ed38 100644 --- a/p/themes/Pafat/pafat.rtl.css +++ b/p/themes/Pafat/pafat.rtl.css @@ -742,7 +742,7 @@ a.signin { border-right: 3px solid #5cb85c; } -.flux:hover { +.flux .flux_header:hover { background: #fff; } |
