aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Flat/flat.css
diff options
context:
space:
mode:
authorGravatar maTh <1645099+math-GH@users.noreply.github.com> 2024-04-25 08:45:59 +0200
committerGravatar GitHub <noreply@github.com> 2024-04-25 08:45:59 +0200
commitaac3b21a8b4fd1a2f351a63fdb70d39ac2851921 (patch)
treecc87dac0240cbd64da786136b399eca0af920042 /p/themes/Flat/flat.css
parent7b922668551f5dcf99a79c474a09103e78e4c703 (diff)
Fix: overflow expanding title in entry header (#6373)
* change HTML structure * CSS
Diffstat (limited to 'p/themes/Flat/flat.css')
-rw-r--r--p/themes/Flat/flat.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/p/themes/Flat/flat.css b/p/themes/Flat/flat.css
index e88e6e55f..ec59e90b1 100644
--- a/p/themes/Flat/flat.css
+++ b/p/themes/Flat/flat.css
@@ -693,6 +693,7 @@ th {
border-left: 2px solid #ecf0f1;
}
+.flux:not(.current):hover .flux_header .title,
.flux .flux_header:hover {
background: #fff;
}